| java.lang.Object org.jboss.ha.framework.server.HARMIServerImpl
HARMIServerImpl | public class HARMIServerImpl implements HARMIServer(Code) | | This class is a server-side proxy for replicated RMI objects.
author: bill@jboss.org author: sacha.labourey@jboss.org author: Scott.Stark@jboss.org version: $Revision: 57188 $ |
Inner Class :public class RefreshProxiesHATarget extends HATarget | |
Constructor Summary | |
public | HARMIServerImpl(HAPartition partition, String replicantName, Class intf, Object handler, int port, RMIClientSocketFactory csf, RMIServerSocketFactory ssf) | public | HARMIServerImpl(HAPartition partition, String replicantName, Class intf, Object handler, int port, RMIClientSocketFactory clientSocketFactory, RMIServerSocketFactory serverSocketFactory, InetAddress bindAddress) | public | HARMIServerImpl(HAPartition partition, String replicantName, Class intf, Object handler) Create a new HARMIServer implementation that will act as a RMI end-point for a specific server. |
log | protected org.jboss.logging.Logger log(Code) | | |
target | protected RefreshProxiesHATarget target(Code) | | |
HARMIServerImpl | public HARMIServerImpl(HAPartition partition, String replicantName, Class intf, Object handler) throws Exception(Code) | | Create a new HARMIServer implementation that will act as a RMI end-point for a specific server.
Parameters: partition - HAPartition that will determine the cluster member Parameters: replicantName - Name of the service using this HARMIServer Parameters: intf - Class type under which should appear the RMI server dynamically built Parameters: handler - Target object to which calls will be forwarded throws: Exception - Thrown if any exception occurs during call forwarding |
destroy | public void destroy()(Code) | | |
|
|