|
||||||||||
| 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.
| Method Summary | |
|---|---|
byte[] |
getBytecode(java.lang.String binaryName)
Returns the bytecode of the class with the given binary name. |
java.lang.String |
getProtocol()
Returns the protocol used by this manager. |
void |
updateClusterView()
Updates informations about clustering for every watched objects. |
void |
updateObject(java.lang.String objectName)
Updates informations about clustering for the object with the given name. |
| Methods inherited from interface org.ow2.carol.cmi.controller.common.ClusterViewManager |
|---|
addObjectToWatch, getClusterName, getCMIReferences, getDateOfProperties, getDelayToRefresh, getInitialContextFactoryName, getInterface, getLBPolicy, getLBPolicyClass, getLBPolicyClassName, getLBStrategyClass, getLBStrategyClassName, getLoadFactor, getMaxPoolSize, getMinPoolSize, getPool, getPropertiesForLBPolicy, getPropertyForLBPolicy, getRemoteClass, getSessionId, getUUID, isClustered, isPoolToEmpty, isReplicated, setPool |
| Method Detail |
|---|
byte[] getBytecode(java.lang.String binaryName)
throws ClientClusterViewManagerException
binaryName - a binary name of a class
ClientClusterViewManagerException - if the bytecode cannot obtainedjava.lang.String getProtocol()
void updateClusterView()
throws ClientClusterViewManagerException
ClientClusterViewManagerException - if the update failed
void updateObject(java.lang.String objectName)
throws ObjectNotFoundException,
ClientClusterViewManagerException
objectName - a name of object
ObjectNotFoundException - if no object is bound with the given name
ClientClusterViewManagerException - if the update failed
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||