org.mule.management.mbeans
Interface ModelServiceMBean
- All Known Implementing Classes:
- ModelService
- public interface ModelServiceMBean
ModelServiceMBean JMX Service interface for the UMOModel
- Version:
- $Revision: 3798 $
- Author:
- Ross Mason
start
public void start()
throws org.mule.umo.UMOException
- Throws:
org.mule.umo.UMOException
stop
public void stop()
throws org.mule.umo.UMOException
- Throws:
org.mule.umo.UMOException
isComponentRegistered
public boolean isComponentRegistered(String name)
getComponentDescriptor
public org.mule.umo.UMODescriptor getComponentDescriptor(String name)
startComponent
public void startComponent(String name)
throws org.mule.umo.UMOException
- Throws:
org.mule.umo.UMOException
stopComponent
public void stopComponent(String name)
throws org.mule.umo.UMOException
- Throws:
org.mule.umo.UMOException
pauseComponent
public void pauseComponent(String name)
throws org.mule.umo.UMOException
- Throws:
org.mule.umo.UMOException
resumeComponent
public void resumeComponent(String name)
throws org.mule.umo.UMOException
- Throws:
org.mule.umo.UMOException
unregisterComponent
public void unregisterComponent(String name)
throws org.mule.umo.UMOException
- Throws:
org.mule.umo.UMOException
getName
public String getName()
getType
public String getType()
Copyright © 2003-2006 MuleSource Inc.. All Rights Reserved.