uk.co.gidley.jmxmonitor.services
Class InternalJmx

java.lang.Object
  extended by uk.co.gidley.jmxmonitor.services.InternalJmx
All Implemented Interfaces:
EventListener, org.apache.tapestry5.ioc.services.RegistryShutdownListener

@EagerLoad
public class InternalJmx
extends Object
implements org.apache.tapestry5.ioc.services.RegistryShutdownListener

Holds the internal JMX configuration Created by IntelliJ IDEA. User: ben Date: Jan 5, 2010 Time: 10:08:37 AM


Field Summary
 ObjectName connectorServerName
           
 
Constructor Summary
InternalJmx(MainConfiguration configuration, org.apache.tapestry5.ioc.services.RegistryShutdownHub registryShutdownHub)
           
 
Method Summary
 ObjectName getConnectorServerName()
           
 void registryDidShutdown()
           
 void start(org.apache.commons.configuration.Configuration configuration)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

connectorServerName

public final ObjectName connectorServerName
Constructor Detail

InternalJmx

public InternalJmx(MainConfiguration configuration,
                   org.apache.tapestry5.ioc.services.RegistryShutdownHub registryShutdownHub)
            throws InitialisationException,
                   MalformedObjectNameException
Throws:
InitialisationException
MalformedObjectNameException
Method Detail

start

public void start(org.apache.commons.configuration.Configuration configuration)
           throws InitialisationException
Throws:
InitialisationException

registryDidShutdown

public void registryDidShutdown()
Specified by:
registryDidShutdown in interface org.apache.tapestry5.ioc.services.RegistryShutdownListener

getConnectorServerName

public ObjectName getConnectorServerName()


Copyright © 2009-2010. All Rights Reserved.