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

Fields inherited from interface jrunx.kernel.Service
INITIALIZED, STARTED, STARTING, STOPPED, STOPPING, UNINITIALIZED
 
Method Summary
 void addPeerListener(PeerListener peerListener)
           
 java.lang.String getClientSocketFactory()
           
 ClusterAlgorithm getClusterAlgorithm()
           
 int getPort()
           
 java.lang.String getServerSocketFactoryClass()
           
 void setClientSocketFactoryClass(java.lang.String n)
           
 void setClusterAlgorithm(ClusterAlgorithm a)
           
 void setPort(int n)
           
 void setServerSocketFactoryClass(java.lang.String n)
           
 
Methods inherited from interface jrunx.kernel.ConfigurableServicePartitionMBean
setChildElements
 
Methods inherited from interface jrunx.kernel.ServicePartitionMBean
addService, addService, iterator, removeService, removeService
 
Methods inherited from interface jrunx.kernel.ServiceMBean
bind, getBindToJNDI, getDeactivated, getDomainName, getJRunService, getLogger, getName, getParentService, getServerName, requestServer, setBindToJNDI, setDeactivated, setDomainName, setName, setParentService, unbind
 
Methods inherited from interface jrunx.kernel.Service
destroy, getStatus, init, start, stop, updateStatus
 

Method Detail

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.