jrunx.cluster
Interface ClusterableServiceAdapterMBean
- All Superinterfaces:
- ConfigurableServicePartitionMBean, java.io.Serializable, Service, ServiceMBean, ServicePartitionMBean
- All Known Subinterfaces:
- DeployerServiceMBean, JRunProxyClusterHelperMBean, RMIBrokerMBean, SessionReplicationServiceMBean
- All Known Implementing Classes:
- ClusterableServiceAdapter, TransactionContextCacheImpl
- public interface ClusterableServiceAdapterMBean
- extends ConfigurableServicePartitionMBean
This interface defines manageable characteristics of a ClusterableService.
- Author:
- PS Neville
| Methods inherited from interface jrunx.kernel.ServiceMBean |
bind, getBindToJNDI, getDeactivated, getDomainName, getJRunService, getLogger, getName, getParentService, getServerName, requestServer, setBindToJNDI, setDeactivated, setDomainName, setName, setParentService, unbind |
addPeerListener
public void addPeerListener(PeerListener peerListener)
getClusterAlgorithm
public ClusterAlgorithm getClusterAlgorithm()
setClusterAlgorithm
public void setClusterAlgorithm(ClusterAlgorithm a)
setPort
public void setPort(int n)
getPort
public int getPort()
setServerSocketFactoryClass
public void setServerSocketFactoryClass(java.lang.String n)
getServerSocketFactoryClass
public java.lang.String getServerSocketFactoryClass()
setClientSocketFactoryClass
public void setClientSocketFactoryClass(java.lang.String n)
getClientSocketFactory
public java.lang.String getClientSocketFactory()
Copyright � 2002 Macromedia Corporation. All Rights Reserved.