|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface ClientClusterViewManager
Interface for a manager of the cluster view at client-side.
| Nested Class Summary |
|---|
| Nested classes/interfaces inherited from interface org.ow2.cmi.controller.common.ClusterViewManager |
|---|
ClusterViewManager.State |
| Method Summary | |
|---|---|
byte[] |
getBytecode(java.lang.String binaryName)
Returns the bytecode of the class with the given binary name. |
java.lang.String |
getInitialContextFactoryName()
Returns a name of class that implements the interface InitialContextFactory. |
ServerId |
getLocalRegistryId()
|
java.lang.String |
getProtocolName()
|
java.util.List<ServerRef> |
getProviderURLs()
Returns the list of Provider URL. |
void |
pullAndUpdateObjectInfos(java.lang.String objectName)
Updates informations about clustering for the object with the given name. |
void |
updateClusterView()
Updates informations about clustering for every watched objects. |
| Methods inherited from interface org.ow2.cmi.controller.common.ClusterViewManager |
|---|
addObjectToWatch, destroy, getApplicationExceptionNames, getClusterName, getCMIReferences, getConfig, getDateOfProperties, getDelayToRefresh, getEventDispatcher, getInitialContextFactoryName, getInterface, getLoadFactor, getObjectNames, getPolicy, getPolicyClass, getPolicyClassName, getPool, getPoolConfiguration, getPropertiesForPolicy, getPropertyForPolicy, getProtocols, getRemoteClass, getSessionId, getState, getStrategyClass, getStrategyClassName, getUUID, hasState, isClustered, isPoolToEmpty, isProxyEnabled, isReplicated, setPool, start, stop |
| Methods inherited from interface org.ow2.cmi.event.CMIManagedObject |
|---|
getCMIManagedObjectId, getComponent |
| Method Detail |
|---|
java.lang.String getInitialContextFactoryName()
java.util.List<ServerRef> getProviderURLs()
java.lang.String getProtocolName()
byte[] getBytecode(java.lang.String binaryName)
throws ClientClusterViewManagerException
binaryName - a binary name of a class
ClientClusterViewManagerException - if the bytecode cannot obtained
void updateClusterView()
throws ClientClusterViewManagerException,
java.rmi.RemoteException
ClientClusterViewManagerException - if the update failed
java.rmi.RemoteException
void pullAndUpdateObjectInfos(java.lang.String objectName)
throws ObjectNotFoundException,
java.rmi.RemoteException
objectName - a name of object
ObjectNotFoundException - if no object is bound with the given name
java.rmi.RemoteExceptionServerId getLocalRegistryId()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||