|
||||||||||
| 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. |
boolean |
isClusterViewProviderAvailable()
|
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, getObjectNames, getPool, getPropertiesForLBPolicy, getPropertyForLBPolicy, getProtocols, 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 obtained
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 failedboolean isClusterViewProviderAvailable()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||