Overview
Package
Class
Use
Tree
Deprecated
Index
Help
PREV NEXT
FRAMES
NO FRAMES
All Classes
A
C
G
I
M
O
R
S
U
A
addPooltoEmpty(String)
- Method in class org.ow2.carol.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.carol.cmi.admin.
CMIAdmin
Adds a server to the blacklist.
C
CentralizedConfig
- Class in
org.ow2.carol.cmi.config
Centralizes configuration of each module.
CMIAdmin
- Class in
org.ow2.carol.cmi.admin
Provides methods to admin a cluster.
CMIAdminConnectorManager
- Class in
org.ow2.carol.cmi.admin
This helper class allow to start a JMX remote connector allowing to connect remote applications.
CMIMBeanConfigException
- Exception in
org.ow2.carol.cmi.admin
Exception thrown if there is a failure in the JMX.
CMIMBeanConfigException(String)
- Constructor for exception org.ow2.carol.cmi.admin.
CMIMBeanConfigException
Constructs a new runtime exception with the specified detail message.
CMIMBeanConfigException(String, Throwable)
- Constructor for exception org.ow2.carol.cmi.admin.
CMIMBeanConfigException
Constructs a new runtime exception with the specified detail message and cause.
G
getBusinessName(String)
- Method in class org.ow2.carol.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.carol.cmi.admin.
CMIAdmin
Returns the name of cluster for the object with the given name.
getClusterNames()
- Method in class org.ow2.carol.cmi.admin.
CMIAdmin
Returns the set of name of cluster.
getCMIAdmin(ObjectName, ClusterViewManager)
- Static method in class org.ow2.carol.cmi.admin.
CMIAdmin
Returns an instance of CMIAdmin MBean.
getCMIAdmin()
- Static method in class org.ow2.carol.cmi.admin.
CMIAdmin
Returns an instance of CMIAdmin.
getDelayToRefresh()
- Method in class org.ow2.carol.cmi.admin.
CMIAdmin
Returns the time between each update of the cluster view by clients.
getItfName(String)
- Method in class org.ow2.carol.cmi.admin.
CMIAdmin
Returns a name of interface of this object.
getJMXServiceURL(String)
- Method in class org.ow2.carol.cmi.admin.
CMIAdmin
getJMXServiceURL(String)
- Static method in class org.ow2.carol.cmi.admin.
CMIAdminConnectorManager
getLBPolicyClassName(String)
- Method in class org.ow2.carol.cmi.admin.
CMIAdmin
Returns the name of class of policy for the object with the given name.
getLBStrategyClassName(String)
- Method in class org.ow2.carol.cmi.admin.
CMIAdmin
Returns the name of class of strategy for the object with the given name.
getListPropertiesNamesForLBPolicy(String)
- Method in class org.ow2.carol.cmi.admin.
CMIAdmin
Returns the set of property names (for which value is a list) for the object with the given name.
getListPropertyForLBPolicy(String, String)
- Method in class org.ow2.carol.cmi.admin.
CMIAdmin
Returns the list of value of the property with the given name.
getLoadFactor(String)
- Method in class org.ow2.carol.cmi.admin.
CMIAdmin
Returns the load-factor for the server with the given address.
getMaxPoolSize(String)
- Method in class org.ow2.carol.cmi.admin.
CMIAdmin
Returns the maximal size of pool of CMIReferenceable for a object with the given name.
getMBeanDomainName()
- Static method in class org.ow2.carol.cmi.admin.
MBeanUtils
Get the MBean domain name.
getMBeanServer()
- Static method in class org.ow2.carol.cmi.admin.
MBeanUtils
Get the MBean server.
getMinPoolSize(String)
- Method in class org.ow2.carol.cmi.admin.
CMIAdmin
Returns the minimal size of pool of CMIReferenceable for a object with the given name.
getNbClientsConnectedToProvider()
- Method in class org.ow2.carol.cmi.admin.
CMIAdmin
getObjectName()
- Method in class org.ow2.carol.cmi.admin.
CMIAdmin
Returns the ObjectName binded in the MBean Server.
getObjectNames()
- Method in class org.ow2.carol.cmi.admin.
CMIAdmin
getObjectNames(String)
- Method in class org.ow2.carol.cmi.admin.
CMIAdmin
getPropertiesNamesForLBPolicy(String)
- Method in class org.ow2.carol.cmi.admin.
CMIAdmin
Returns the set of property names for the object with the given name.
getPropertyForLBPolicy(String, String)
- Method in class org.ow2.carol.cmi.admin.
CMIAdmin
Returns the value of the property with the given name.
getProtocols()
- Method in class org.ow2.carol.cmi.admin.
CMIAdmin
getRefOnLocalRegistry(String)
- Method in class org.ow2.carol.cmi.admin.
CMIAdmin
getServerObjectsForProtocol(String, String)
- Method in class org.ow2.carol.cmi.admin.
CMIAdmin
Gets objects hosted on a given server started with a given protocol.
getServerRefs(String, String)
- Method in class org.ow2.carol.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.carol.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.carol.cmi.admin.
CMIAdmin
I
initCMIMBean()
- Static method in class org.ow2.carol.cmi.admin.
MBeanUtils
Initializes CMIMBean.
isPoolToEmpty(String)
- Method in class org.ow2.carol.cmi.admin.
CMIAdmin
Returns true if the pool for object with the given name should be empty.
isReplicated(String)
- Method in class org.ow2.carol.cmi.admin.
CMIAdmin
isServerBlackListed(String)
- Method in class org.ow2.carol.cmi.admin.
CMIAdmin
Returns true the server with the given reference if blacklisted.
M
MBeanUtils
- Class in
org.ow2.carol.cmi.admin
This class is used to manage MBean registration.
O
org.ow2.carol.cmi.admin
- package org.ow2.carol.cmi.admin
org.ow2.carol.cmi.config
- package org.ow2.carol.cmi.config
R
receiveFile(Byte[], String, String)
- Method in class org.ow2.carol.cmi.admin.
CMIAdmin
Receive file from remote sender.
registerCMIMBean(ClusterViewManager)
- Static method in class org.ow2.carol.cmi.admin.
MBeanUtils
Register the CMIMBean.
registerXtraMBean(String, Object)
- Static method in class org.ow2.carol.cmi.admin.
MBeanUtils
Registers an additional MBean.
removePoolToEmpty(String)
- Method in class org.ow2.carol.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.carol.cmi.admin.
CMIAdmin
Removes a server from the blacklist.
retrieveAvailableLBPoliciesAndStrategies()
- Method in class org.ow2.carol.cmi.admin.
CMIAdmin
Gets available load balancing policies and strategies.
S
setAlgorithmForLBPolicy(String, String, String, Map<String, Object>)
- Method in class org.ow2.carol.cmi.admin.
CMIAdmin
Sets the algorithm of load-balancing for the object with the given name.
setCMIAdmin(CMIAdmin)
- Static method in class org.ow2.carol.cmi.admin.
CMIAdmin
Set the instance of CMIAdmin.
setDelayToRefresh(Integer)
- Method in class org.ow2.carol.cmi.admin.
CMIAdmin
Sets the time between each update of the cluster view by clients.
setLBPolicyClassName(String, String)
- Method in class org.ow2.carol.cmi.admin.
CMIAdmin
Sets a new policy for a given object.
setLBStrategyClassName(String, String)
- Method in class org.ow2.carol.cmi.admin.
CMIAdmin
Sets a new strategy for a given object.
setListPropertyForLBPolicy(String, String, List<String>)
- Method in class org.ow2.carol.cmi.admin.
CMIAdmin
Sets a property (a list of value) for a given object.
setLoadFactor(String, String)
- Method in class org.ow2.carol.cmi.admin.
CMIAdmin
Sets the load-factor for the server with the given address.
setMaxPoolSize(String, Integer)
- Method in class org.ow2.carol.cmi.admin.
CMIAdmin
Sets the maximal size of pool of CMIReferenceable for a object with the given name.
setMBean(String, String, String)
- Static method in class org.ow2.carol.cmi.config.
CentralizedConfig
Initializes the CMI runtime configuration for the MBean.
setMBeanParameters(String, String, String)
- Static method in class org.ow2.carol.cmi.admin.
MBeanUtils
Set the MBean parameters when CMI is embedded.
setMinPoolSize(String, Integer)
- Method in class org.ow2.carol.cmi.admin.
CMIAdmin
Sets the minimal size of pool of CMIReferenceable for a object with the given name.
setProperties(Properties)
- Static method in class org.ow2.carol.cmi.config.
CentralizedConfig
Initializes the CMI properties with reading the given properties.
setPropertiesForLBPolicy(String, Map<String, Object>)
- Method in class org.ow2.carol.cmi.admin.
CMIAdmin
Sets the properties for a given object.
setPropertyForLBPolicy(String, String, String)
- Method in class org.ow2.carol.cmi.admin.
CMIAdmin
Sets a property for a given object.
startConnector(String, String)
- Static method in class org.ow2.carol.cmi.admin.
CMIAdminConnectorManager
Start a JMX connector (used to do remote administration).
U
unregisterCMIMBean()
- Static method in class org.ow2.carol.cmi.admin.
MBeanUtils
Unregister the CMIMBean.
A
C
G
I
M
O
R
S
U
Overview
Package
Class
Use
Tree
Deprecated
Index
Help
PREV NEXT
FRAMES
NO FRAMES
All Classes
Copyright © 2008
OW2 Consortium
. All Rights Reserved.