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