org.mule.module.management.mbean
Class RegistryService

java.lang.Object
  extended by org.mule.module.management.mbean.RegistryService
All Implemented Interfaces:
RegistryServiceMBean

public class RegistryService
extends Object
implements RegistryServiceMBean

RegistryService exposes service information and actions on the Registry


Constructor Summary
RegistryService(Registry registry)
           
 
Method Summary
 String getName()
           
 void start()
           
 void stop()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

RegistryService

public RegistryService(Registry registry)
Method Detail

start

public void start()
           throws MuleException
Specified by:
start in interface RegistryServiceMBean
Throws:
MuleException

stop

public void stop()
          throws MuleException
Specified by:
stop in interface RegistryServiceMBean
Throws:
MuleException

getName

public String getName()
Specified by:
getName in interface RegistryServiceMBean


Copyright © 2003-2009 MuleSource, Inc.. All Rights Reserved.