uk.co.gidley.jmxmonitor
Class RegistryManager

java.lang.Object
  extended by uk.co.gidley.jmxmonitor.RegistryManager

public class RegistryManager
extends Object

Start the registry and pass control to the manager service.

This is seperate from the command line version to facilitate testing


Constructor Summary
RegistryManager(String configurationFile)
           
 
Method Summary
 org.apache.tapestry5.ioc.Registry getRegistry()
           
 boolean isReadyToRun()
           
 void start()
           
 void stop()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

RegistryManager

public RegistryManager(String configurationFile)
Method Detail

isReadyToRun

public boolean isReadyToRun()

getRegistry

public org.apache.tapestry5.ioc.Registry getRegistry()

start

public void start()
           throws InitialisationException
Throws:
InitialisationException

stop

public void stop()
          throws InitialisationException,
                 IOException
Throws:
InitialisationException
IOException


Copyright © 2009-2010. All Rights Reserved.