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