A C D G I M O R S U

A

addPooltoEmpty(String) - Method in class org.ow2.cmi.admin.CMIAdmin
Adds the pool of the object with the given name of the list of pool that should be empty.
addServerToBlackList(String) - Method in class org.ow2.cmi.admin.CMIAdmin
Adds a server to the blacklist.

C

CMIAdmin - Class in org.ow2.cmi.admin
Provides methods to admin a cluster.
CMIAdminConnectorManager - Class in org.ow2.cmi.admin
This helper class allow to start a JMX remote connector allowing to connect remote applications.
CMIMBeanConfigException - Exception in org.ow2.cmi.admin
Exception thrown if there is a failure in the JMX.
CMIMBeanConfigException(String) - Constructor for exception org.ow2.cmi.admin.CMIMBeanConfigException
Constructs a new runtime exception with the specified detail message.
CMIMBeanConfigException(String, Throwable) - Constructor for exception org.ow2.cmi.admin.CMIMBeanConfigException
Constructs a new runtime exception with the specified detail message and cause.

D

destroy() - Static method in class org.ow2.cmi.admin.CMIAdmin
Destroy the instance of CMIAdmin.

G

getBusinessName(String) - Method in class org.ow2.cmi.admin.CMIAdmin
Returns the business interface name of an object bound with the given name (for ejb2 only).
getClusterName(String) - Method in class org.ow2.cmi.admin.CMIAdmin
Returns the name of cluster for the object with the given name.
getClusterNames() - Method in class org.ow2.cmi.admin.CMIAdmin
Returns the set of name of cluster.
getCMIAdmin(ObjectName, ClusterViewManager) - Static method in class org.ow2.cmi.admin.CMIAdmin
Returns an instance of CMIAdmin MBean.
getCMIAdmin(ClusterViewManager) - Static method in class org.ow2.cmi.admin.CMIAdmin
 
getCMIAdminObjectName() - Static method in class org.ow2.cmi.admin.MBeanUtils
 
getDelayToRefresh() - Method in class org.ow2.cmi.admin.CMIAdmin
Returns the time between each update of the cluster view by clients.
getItfName(String) - Method in class org.ow2.cmi.admin.CMIAdmin
Returns a name of interface of this object.
getJMXServiceURL(String) - Method in class org.ow2.cmi.admin.CMIAdmin
 
getJMXServiceURL(String) - Static method in class org.ow2.cmi.admin.CMIAdminConnectorManager
 
getListPropertiesNamesForPolicy(String) - Method in class org.ow2.cmi.admin.CMIAdmin
Returns the set of property names (for which value is a list) for the object with the given name.
getListPropertyForPolicy(String, String) - Method in class org.ow2.cmi.admin.CMIAdmin
Returns the list of value of the property with the given name.
getLoadFactor(String) - Method in class org.ow2.cmi.admin.CMIAdmin
Returns the load-factor for the server with the given address.
getMaxPoolSize(String) - Method in class org.ow2.cmi.admin.CMIAdmin
Returns the maximal size of pool of CMIReferenceable for a object with the given name.
getMaxPoolWaiters(String) - Method in class org.ow2.cmi.admin.CMIAdmin
Returns the max waiters of pool of CMIReferenceable for a object with the given name.
getMBeanDomainName() - Static method in class org.ow2.cmi.admin.MBeanUtils
Get the MBean domain name.
getMbeanName() - Static method in class org.ow2.cmi.admin.MBeanUtils
 
getMBeanServer() - Static method in class org.ow2.cmi.admin.MBeanUtils
Get the MBean server.
getMBeanServerName() - Static method in class org.ow2.cmi.admin.MBeanUtils
Get the MBean server name.
getMinPoolSize(String) - Method in class org.ow2.cmi.admin.CMIAdmin
Returns the minimal size of pool of CMIReferenceable for a object with the given name.
getNbClientsConnectedToProvider() - Method in class org.ow2.cmi.admin.CMIAdmin
 
getObjectName() - Method in class org.ow2.cmi.admin.CMIAdmin
Returns the ObjectName binded in the MBean Server.
getObjectNames() - Method in class org.ow2.cmi.admin.CMIAdmin
 
getObjectNames(String) - Method in class org.ow2.cmi.admin.CMIAdmin
 
getPolicyClassName(String) - Method in class org.ow2.cmi.admin.CMIAdmin
Returns the name of class of policy for the object with the given name.
getPoolTimeout(String) - Method in class org.ow2.cmi.admin.CMIAdmin
Returns the pool timeout of CMIReferenceable for a object with the given name.
getPropertiesNamesForPolicy(String) - Method in class org.ow2.cmi.admin.CMIAdmin
Returns the set of property names for the object with the given name.
getPropertyForPolicy(String, String) - Method in class org.ow2.cmi.admin.CMIAdmin
Returns the value of the property with the given name, from a policy instance associated to the object instance.
getProtocols() - Method in class org.ow2.cmi.admin.CMIAdmin
 
getRefOnLocalRegistry(String) - Method in class org.ow2.cmi.admin.CMIAdmin
 
getServerObjectsForProtocol(String, String) - Method in class org.ow2.cmi.admin.CMIAdmin
Gets objects hosted on a given server started with a given protocol.
getServerRefs(String, String) - Method in class org.ow2.cmi.admin.CMIAdmin
Returns a list of String representing a ServerRef for an object with the given name and protocol.
getServerRefs(String) - Method in class org.ow2.cmi.admin.CMIAdmin
Returns a list of String representing a ServerRef for an object with the given name.
getServerRefsForProtocol(String) - Method in class org.ow2.cmi.admin.CMIAdmin
 
getStaticPropertyForPolicy(String, String) - Method in class org.ow2.cmi.admin.CMIAdmin
Returns the value of the property with the given name, retrieved from clustering metadatas.
getStrategyClassName(String) - Method in class org.ow2.cmi.admin.CMIAdmin
Returns the name of class of strategy for the object with the given name.

I

isPoolToEmpty(String) - Method in class org.ow2.cmi.admin.CMIAdmin
Returns true if the pool for object with the given name should be empty.
isReplicated(String) - Method in class org.ow2.cmi.admin.CMIAdmin
 
isServerBlackListed(String) - Method in class org.ow2.cmi.admin.CMIAdmin
Returns true the server with the given reference if blacklisted.

M

MBeanUtils - Class in org.ow2.cmi.admin
This class is used to manage MBean registration.

O

org.ow2.cmi.admin - package org.ow2.cmi.admin
 

R

receiveFile(Byte[], String, String) - Method in class org.ow2.cmi.admin.CMIAdmin
Receive file from remote sender.
registerCMIMBean(ClusterViewManager) - Static method in class org.ow2.cmi.admin.MBeanUtils
Register the CMIMBean.
registerXtraMBean(String, Object) - Static method in class org.ow2.cmi.admin.MBeanUtils
Registers an additional MBean.
removePoolToEmpty(String) - Method in class org.ow2.cmi.admin.CMIAdmin
Removes the pool of the object with the given name of the list of pool that should be empty.
removeServerFromBlackList(String) - Method in class org.ow2.cmi.admin.CMIAdmin
Removes a server from the blacklist.
retrieveAvailablePoliciesAndStrategies() - Method in class org.ow2.cmi.admin.CMIAdmin
Gets available load balancing policies and strategies.

S

setAlgorithmForPolicy(String, String, String, Map<String, Object>) - Method in class org.ow2.cmi.admin.CMIAdmin
Sets the algorithm of load-balancing for the object with the given name.
setDelayToRefresh(Integer) - Method in class org.ow2.cmi.admin.CMIAdmin
Sets the time between each update of the cluster view by clients.
setListPropertyForPolicy(String, String, List<String>) - Method in class org.ow2.cmi.admin.CMIAdmin
Sets a property (a list of value) for a given object.
setLoadFactor(String, String) - Method in class org.ow2.cmi.admin.CMIAdmin
Sets the load-factor for the server with the given address.
setMaxPoolSize(String, Integer) - Method in class org.ow2.cmi.admin.CMIAdmin
Sets the maximal size of pool of CMIReferenceable for a object with the given name.
setMaxPoolWaiters(String, Integer) - Method in class org.ow2.cmi.admin.CMIAdmin
Sets the max waiters of pool of CMIReferenceable for a object with the given name.
setMBeanParameters(String, String, String) - Static method in class org.ow2.cmi.admin.MBeanUtils
Set the MBean parameters when CMI is embedded.
setMinPoolSize(String, Integer) - Method in class org.ow2.cmi.admin.CMIAdmin
Sets the minimal size of pool of CMIReferenceable for a object with the given name.
setPolicyClassName(String, String) - Method in class org.ow2.cmi.admin.CMIAdmin
Sets a new policy for a given object.
setPoolTimeout(String, Long) - Method in class org.ow2.cmi.admin.CMIAdmin
Sets the pool timeout of CMIReferenceable for a object with the given name.
setPropertiesForPolicy(String, Map<String, Object>) - Method in class org.ow2.cmi.admin.CMIAdmin
Sets the properties for a given object.
setPropertyForPolicy(String, String, String) - Method in class org.ow2.cmi.admin.CMIAdmin
Sets a property for a given object.
setStaticPropertyForPolicy(String, String, String) - Method in class org.ow2.cmi.admin.CMIAdmin
Sets a property on policy class of a given object(not object instance).
setStrategyClassName(String, String) - Method in class org.ow2.cmi.admin.CMIAdmin
Sets a new strategy for a given object.
startConnector(String, String) - Static method in class org.ow2.cmi.admin.CMIAdminConnectorManager
Start a JMX connector (used to do remote administration).
stopConnector(String) - Static method in class org.ow2.cmi.admin.CMIAdminConnectorManager
 

U

unregisterCMIMBean() - Static method in class org.ow2.cmi.admin.MBeanUtils
Unregister the CMIMBean.
unRegisterXtraMBean(ObjectName, String) - Static method in class org.ow2.cmi.admin.MBeanUtils
Unregisters an additional MBean.

A C D G I M O R S U

Copyright © 2009 OW2 Consortium. All Rights Reserved.