|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.mule.management.agents.JmxAgent
JmxAgent
registers MUle Jmx management beans with an MBean
server.
Field Summary | |
static Map |
DEFAULT_CONNECTOR_SERVER_PROPERTIES
|
static String |
DEFAULT_JMX_AUTHENTICATOR
Default JMX Authenticator to use for securing remote access. |
static String |
DEFAULT_REMOTING_URI
|
protected boolean |
locateServer
Should MBeanServer be discovered. |
protected static Log |
logger
Logger used by this class |
Constructor Summary | |
JmxAgent()
Default constructor. |
Method Summary | |
void |
dispose()
A lifecycle method where implementor should free up any resources. If an exception is thrown it should just be logged and processing should continue. This method should not throw Runtime exceptions. (non-Javadoc) |
Map |
getConnectorServerProperties()
Getter for property 'connectorServerProperties'. |
String |
getConnectorServerUrl()
|
String |
getDescription()
Should be a 1 line description of the agent |
JmxSupportFactory |
getJmxSupportFactory()
Getter for property 'jmxSupportFactory'. |
javax.management.MBeanServer |
getMBeanServer()
|
String |
getName()
Gets the name of this agent |
void |
initialise()
Method used to perform any initialisation work. If a fatal error occurs during initialisation an InitialisationException should be thrown,
causing the Mule instance to shutdown. If the error is recoverable, say by
retrying to connect, a RecoverableException should be thrown.
There is no guarantee that by throwing a Recoverable exception that the Mule
instance will not shut down. |
boolean |
isCreateServer()
|
boolean |
isEnableStatistics()
|
boolean |
isLocateServer()
|
protected void |
registerComponentServices()
|
protected void |
registerConfigurationService()
|
protected void |
registerConnectorServices()
|
void |
registered()
(non-Javadoc) |
protected void |
registerEndpointServices()
|
protected void |
registerModelServices()
|
protected void |
registerMuleService()
|
protected void |
registerStatisticsService()
|
protected void |
registerWrapperService()
Register a Java Service Wrapper agent. |
void |
setConnectorServerProperties(Map connectorServerProperties)
Setter for property 'connectorServerProperties'. |
void |
setConnectorServerUrl(String connectorServerUrl)
|
void |
setCreateServer(boolean createServer)
|
void |
setCredentials(Map newCredentials)
Setter for property 'credentials'. |
void |
setEnableStatistics(boolean enableStatistics)
|
void |
setJmxSupportFactory(JmxSupportFactory jmxSupportFactory)
Setter for property 'jmxSupportFactory'. |
void |
setLocateServer(boolean locateServer)
|
void |
setMBeanServer(javax.management.MBeanServer mBeanServer)
|
void |
setName(String name)
Sets the name of this agent |
void |
start()
(non-Javadoc) |
void |
stop()
(non-Javadoc) |
void |
unregistered()
(non-Javadoc) |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
public static final String DEFAULT_REMOTING_URI
public static final Map DEFAULT_CONNECTOR_SERVER_PROPERTIES
public static final String DEFAULT_JMX_AUTHENTICATOR
protected static final Log logger
protected boolean locateServer
Constructor Detail |
public JmxAgent()
Method Detail |
public String getName()
getName
in interface UMOAgent
UMOAgent.getName()
public void setName(String name)
setName
in interface UMOAgent
name
- the name of the agentUMOAgent.setName(java.lang.String)
public String getDescription()
getDescription
in interface UMOAgent
UMOAgent.getDescription()
public void initialise() throws InitialisationException
InitialisationException
should be thrown,
causing the Mule instance to shutdown. If the error is recoverable, say by
retrying to connect, a RecoverableException
should be thrown.
There is no guarantee that by throwing a Recoverable exception that the Mule
instance will not shut down.
initialise
in interface Initialisable
InitialisationException
- if a fatal error occurs causing the Mule
instance to shutdownInitialisable.initialise()
public void start() throws UMOException
start
in interface Startable
UMOException
Startable.start()
public void stop() throws UMOException
stop
in interface Stoppable
UMOException
Stoppable.stop()
public void dispose()
dispose
in interface Disposable
Disposable.dispose()
public void registered()
registered
in interface UMOAgent
UMOAgent.registered()
public void unregistered()
unregistered
in interface UMOAgent
UMOAgent.unregistered()
protected void registerWrapperService() throws UMOException
UMOException
- if registration failedprotected void registerStatisticsService() throws javax.management.NotCompliantMBeanException, javax.management.MBeanRegistrationException, javax.management.InstanceAlreadyExistsException, javax.management.MalformedObjectNameException
javax.management.NotCompliantMBeanException
javax.management.MBeanRegistrationException
javax.management.InstanceAlreadyExistsException
javax.management.MalformedObjectNameException
protected void registerModelServices() throws javax.management.NotCompliantMBeanException, javax.management.MBeanRegistrationException, javax.management.InstanceAlreadyExistsException, javax.management.MalformedObjectNameException
javax.management.NotCompliantMBeanException
javax.management.MBeanRegistrationException
javax.management.InstanceAlreadyExistsException
javax.management.MalformedObjectNameException
protected void registerMuleService() throws javax.management.NotCompliantMBeanException, javax.management.MBeanRegistrationException, javax.management.InstanceAlreadyExistsException, javax.management.MalformedObjectNameException
javax.management.NotCompliantMBeanException
javax.management.MBeanRegistrationException
javax.management.InstanceAlreadyExistsException
javax.management.MalformedObjectNameException
protected void registerConfigurationService() throws javax.management.NotCompliantMBeanException, javax.management.MBeanRegistrationException, javax.management.InstanceAlreadyExistsException, javax.management.MalformedObjectNameException
javax.management.NotCompliantMBeanException
javax.management.MBeanRegistrationException
javax.management.InstanceAlreadyExistsException
javax.management.MalformedObjectNameException
protected void registerComponentServices() throws javax.management.NotCompliantMBeanException, javax.management.MBeanRegistrationException, javax.management.InstanceAlreadyExistsException, javax.management.MalformedObjectNameException
javax.management.NotCompliantMBeanException
javax.management.MBeanRegistrationException
javax.management.InstanceAlreadyExistsException
javax.management.MalformedObjectNameException
protected void registerEndpointServices() throws javax.management.NotCompliantMBeanException, javax.management.MBeanRegistrationException, javax.management.InstanceAlreadyExistsException, javax.management.MalformedObjectNameException
javax.management.NotCompliantMBeanException
javax.management.MBeanRegistrationException
javax.management.InstanceAlreadyExistsException
javax.management.MalformedObjectNameException
protected void registerConnectorServices() throws javax.management.MalformedObjectNameException, javax.management.NotCompliantMBeanException, javax.management.MBeanRegistrationException, javax.management.InstanceAlreadyExistsException
javax.management.MalformedObjectNameException
javax.management.NotCompliantMBeanException
javax.management.MBeanRegistrationException
javax.management.InstanceAlreadyExistsException
public boolean isCreateServer()
public void setCreateServer(boolean createServer)
createServer
- The createServer to set.public boolean isLocateServer()
public void setLocateServer(boolean locateServer)
locateServer
- The locateServer to set.public String getConnectorServerUrl()
public void setConnectorServerUrl(String connectorServerUrl)
connectorServerUrl
- The connectorServerUrl to set.public boolean isEnableStatistics()
public void setEnableStatistics(boolean enableStatistics)
enableStatistics
- The enableStatistics to set.public javax.management.MBeanServer getMBeanServer()
public void setMBeanServer(javax.management.MBeanServer mBeanServer)
mBeanServer
- The mBeanServer to set.public Map getConnectorServerProperties()
public void setConnectorServerProperties(Map connectorServerProperties)
DEFAULT_CONNECTOR_SERVER_PROPERTIES
).
Pass in an empty map to use no parameters. Passing a non-empty map will
replace defaults.
connectorServerProperties
- Value to set for property 'connectorServerProperties'.public JmxSupportFactory getJmxSupportFactory()
public void setJmxSupportFactory(JmxSupportFactory jmxSupportFactory)
jmxSupportFactory
- Value to set for property 'jmxSupportFactory'.public void setCredentials(Map newCredentials)
newCredentials
- Value to set for property 'credentials'.
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |