org.mule.management.mbeans
Class ModelService
java.lang.Object
org.mule.management.mbeans.ModelService
- All Implemented Interfaces:
- ModelServiceMBean
public class ModelService
- extends Object
- implements ModelServiceMBean
ModelService
exposes service information and actions on the Mule
Model.
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ModelService
public ModelService(UMOModel model)
start
public void start()
throws UMOException
- Specified by:
start
in interface ModelServiceMBean
- Throws:
UMOException
stop
public void stop()
throws UMOException
- Specified by:
stop
in interface ModelServiceMBean
- Throws:
UMOException
startComponent
public void startComponent(String name)
throws UMOException
- Specified by:
startComponent
in interface ModelServiceMBean
- Throws:
UMOException
stopComponent
public void stopComponent(String name)
throws UMOException
- Specified by:
stopComponent
in interface ModelServiceMBean
- Throws:
UMOException
pauseComponent
public void pauseComponent(String name)
throws UMOException
- Specified by:
pauseComponent
in interface ModelServiceMBean
- Throws:
UMOException
resumeComponent
public void resumeComponent(String name)
throws UMOException
- Specified by:
resumeComponent
in interface ModelServiceMBean
- Throws:
UMOException
unregisterComponent
public void unregisterComponent(String name)
throws UMOException
- Specified by:
unregisterComponent
in interface ModelServiceMBean
- Throws:
UMOException
isComponentRegistered
public boolean isComponentRegistered(String name)
- Specified by:
isComponentRegistered
in interface ModelServiceMBean
getComponentDescriptor
public UMODescriptor getComponentDescriptor(String name)
- Specified by:
getComponentDescriptor
in interface ModelServiceMBean
getName
public String getName()
- Specified by:
getName
in interface ModelServiceMBean
getType
public String getType()
- Specified by:
getType
in interface ModelServiceMBean
Copyright © 2003-2008 MuleSource, Inc.. All Rights Reserved.