|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use ObjectNotFoundException | |
|---|---|
| org.ow2.carol.cmi.controller.client | |
| org.ow2.carol.cmi.controller.common | |
| org.ow2.carol.cmi.controller.provider | |
| org.ow2.carol.cmi.controller.server | |
| Uses of ObjectNotFoundException in org.ow2.carol.cmi.controller.client |
|---|
| Methods in org.ow2.carol.cmi.controller.client that throw ObjectNotFoundException | |
|---|---|
void |
ClientClusterViewManager.pullAndupdateObjectInfos(java.lang.String objectName)
Updates informations about clustering for the object with the given name. |
| Uses of ObjectNotFoundException in org.ow2.carol.cmi.controller.common |
|---|
| Methods in org.ow2.carol.cmi.controller.common that throw ObjectNotFoundException | |
|---|---|
void |
ClusterViewManager.addObjectToWatch(java.lang.String objectName)
Adds an object with the given name to a set of objects that need to have their state up-to-date. |
java.util.Set<java.lang.String> |
ClusterViewManager.getApplicationExceptionNames(java.lang.String objectName)
Return classnames of the application exceptions. |
java.lang.String |
ClusterViewManager.getClusterName(java.lang.String objectName)
Returns the name of cluster for the object with the given name. |
java.util.List<CMIReference> |
ClusterViewManager.getCMIReferences(java.lang.String objectName,
java.lang.String protocolName)
Returns a list of CMIReference for an object with the given name and protocol. |
long |
ClusterViewManager.getDateOfProperties(java.lang.String objectName)
Returns the date of properties for an object with the given name. |
java.lang.Class<?> |
ClusterViewManager.getInterface(java.lang.String objectName)
Returns the interface of an object bound with the given name. |
ILBPolicy<CMIReference> |
ClusterViewManager.getLBPolicy(java.lang.String objectName)
Returns an instance of LB policy for the object that have the given name. |
java.lang.Class<? extends ILBPolicy> |
ClusterViewManager.getLBPolicyClass(java.lang.String objectName)
Returns the class that defines the policy for an object with the given name. |
java.lang.String |
ClusterViewManager.getLBPolicyClassName(java.lang.String objectName)
Returns the name of class of policy for the object with the given name. |
java.lang.Class<? extends ILBStrategy> |
ClusterViewManager.getLBStrategyClass(java.lang.String objectName)
Returns the class that defines the strategy for an object with the given name. |
java.lang.String |
ClusterViewManager.getLBStrategyClassName(java.lang.String objectName)
Returns the name of class of strategy for the object with the given name. |
int |
ClusterViewManager.getMaxPoolSize(java.lang.String objectName)
Returns the maximal size of pool of CMIReferenceable for a object with the given name. |
int |
ClusterViewManager.getMinPoolSize(java.lang.String objectName)
Returns the minimal size of pool of CMIReferenceable for a object with the given name. |
org.ow2.util.pool.api.Pool<CMIReferenceable,CMIReference> |
ClusterViewManager.getPool(java.lang.String objectName)
Returns a pool of CMIReferenceable for an object with the given name. |
java.util.Map<java.lang.String,java.lang.Object> |
ClusterViewManager.getPropertiesForLBPolicy(java.lang.String objectName)
Returns the properties of the LB policy for an object with the given name. |
java.lang.Object |
ClusterViewManager.getPropertyForLBPolicy(java.lang.String objectName,
java.lang.String propertyName)
Returns a value property of the LB policy for an object with the given name. |
java.lang.Class<? extends javax.ejb.EJBObject> |
ClusterViewManager.getRemoteClass(java.lang.String objectName)
Returns the business interface of an object bound with the given name (for ejb2 only). |
boolean |
ClusterViewManager.hasState(java.lang.String objectName)
Return true if the object with the given name is stateful. |
boolean |
ClusterViewManager.isPoolToEmpty(java.lang.String objectName)
Returns true if the pool for object with the given name should be empty. |
boolean |
ClusterViewManager.isReplicated(java.lang.String objectName)
Return true if the object with the given name is replicated for high-availability. |
void |
ClusterViewManager.setPool(java.lang.String objectName,
org.ow2.util.pool.api.Pool<CMIReferenceable,CMIReference> pool)
Associates a name of object with a pool of CMIReferenceable. |
| Uses of ObjectNotFoundException in org.ow2.carol.cmi.controller.provider |
|---|
| Methods in org.ow2.carol.cmi.controller.provider that throw ObjectNotFoundException | |
|---|---|
java.util.Set<java.lang.String> |
ClientClusterViewProvider.getApplicationExceptions(java.lang.String objectName)
Return classnames of the application exceptions. |
java.lang.String |
ClientClusterViewProvider.getBusinessName(java.lang.String objectName)
Gets the business interface name for a given object. |
java.lang.String |
ClientClusterViewProvider.getClusterName(java.lang.String objectName)
Return the name of cluster that contains the specified object. |
java.util.List<CMIReference> |
ClientClusterViewProvider.getCMIReferences(java.lang.String objectName,
java.lang.String protocolName)
Gets the nodes list of a given object and protocol. |
long |
ClientClusterViewProvider.getDateOfProperties(java.lang.String objectName)
Returns the date of the last properties for a given object. |
java.lang.String |
ClientClusterViewProvider.getItfName(java.lang.String objectName)
Gets the interface name for a given object. |
java.lang.Class<? extends ILBPolicy> |
ClientClusterViewProvider.getLBPolicyClass(java.lang.String objectName)
Gets the class of a given LB policy. |
java.lang.String |
ClientClusterViewProvider.getLBPolicyClassName(java.lang.String objectName)
Returns the name of the class of policy for the object with the given name. |
java.lang.Class<? extends ILBStrategy> |
ClientClusterViewProvider.getLBStrategyClass(java.lang.String objectName)
Gets a class of strategy for the object with the given name. |
java.lang.String |
ClientClusterViewProvider.getLBStrategyClassName(java.lang.String objectName)
Returns the name of the class of strategy for the object with the given name. |
int |
ClientClusterViewProvider.getMaxPoolSize(java.lang.String objectName)
Returns the maximal size of pool of CMIReferenceable for a object with the given name. |
int |
ClientClusterViewProvider.getMinPoolSize(java.lang.String objectName)
Returns the minimal size of pool of CMIReferenceable for a object with the given name. |
java.util.Map<java.lang.String,java.lang.Object> |
ClientClusterViewProvider.getPropertiesForLBPolicy(java.lang.String objectName)
Returns the properties for the object with the given name. |
boolean |
ClientClusterViewProvider.hasState(java.lang.String objectName)
Return true if the object with the given name is stateful. |
boolean |
ClientClusterViewProvider.isPoolToEmpty(java.lang.String objectName)
Returns true if the pool for object with the given name should be empty. |
boolean |
ClientClusterViewProvider.isReplicated(java.lang.String objectName)
Return true if the object with the given name is replicated for high-availability. |
| Uses of ObjectNotFoundException in org.ow2.carol.cmi.controller.server |
|---|
| Methods in org.ow2.carol.cmi.controller.server that throw ObjectNotFoundException | |
|---|---|
java.lang.String |
ServerClusterViewManager.getBusinessName(java.lang.String objectName)
Returns a name of business interface of this object (for ejb2 only). |
java.util.List<CMIReference> |
ServerClusterViewManager.getCMIReferences(java.lang.String objectName)
Returns a list of CMIReference for an object with the given name. |
java.lang.String |
ServerClusterViewManager.getItfName(java.lang.String objectName)
Returns a name of interface of this object. |
void |
ServerClusterViewManager.setAlgorithmForLBPolicy(java.lang.String objectName,
java.lang.String lbPolicyClassName,
java.lang.String lbStrategyClassName,
java.util.Map<java.lang.String,java.lang.Object> properties)
Sets the algorithm of load-balancing for the object with the given name. |
void |
ServerClusterViewManager.setLBPolicyClassName(java.lang.String objectName,
java.lang.String lbPolicyClassName)
Sets a new policy for a given object. |
void |
ServerClusterViewManager.setLBStrategyClassName(java.lang.String objectName,
java.lang.String lbStrategyClassName)
Sets a new policy for a given object. |
void |
ServerClusterViewManager.setMaxPoolSize(java.lang.String objectName,
int maxPoolSize)
Sets the maximal size of pool of CMIReferenceable for a object with the given name. |
void |
ServerClusterViewManager.setMinPoolSize(java.lang.String objectName,
int minPoolSize)
Sets the minimal size of pool of CMIReferenceable for a object with the given name. |
void |
ServerClusterViewManager.setPropertiesForLBPolicy(java.lang.String objectName,
java.util.Map<java.lang.String,java.lang.Object> properties)
Sets properties for a given object. |
void |
ServerClusterViewManager.setPropertyForLBPolicy(java.lang.String objectName,
java.lang.String propertyName,
java.lang.Object propertyValue)
Sets a property for a given object. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||