org.mule.management.mbeans
Class ModelService

java.lang.Object
  extended byorg.mule.management.mbeans.ModelService
All Implemented Interfaces:
ModelServiceMBean

public class ModelService
extends java.lang.Object
implements ModelServiceMBean

ModelService exposes service information and actions on the Mule Model

Version:
$Revision: 1.1.1.1 $
Author:
Ross Mason

Constructor Summary
ModelService()
           
 
Method Summary
 UMODescriptor getComponentDescriptor(java.lang.String name)
           
 java.lang.String getName()
           
 boolean isComponentRegistered(java.lang.String name)
           
 void pauseComponent(java.lang.String name)
           
 void resumeComponent(java.lang.String name)
           
 void start()
           
 void startComponent(java.lang.String name)
           
 void stop()
           
 void stopComponent(java.lang.String name)
           
 void unregisterComponent(java.lang.String name)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ModelService

public ModelService()
Method Detail

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(java.lang.String name)
                    throws UMOException
Specified by:
startComponent in interface ModelServiceMBean
Throws:
UMOException

stopComponent

public void stopComponent(java.lang.String name)
                   throws UMOException
Specified by:
stopComponent in interface ModelServiceMBean
Throws:
UMOException

pauseComponent

public void pauseComponent(java.lang.String name)
                    throws UMOException
Specified by:
pauseComponent in interface ModelServiceMBean
Throws:
UMOException

resumeComponent

public void resumeComponent(java.lang.String name)
                     throws UMOException
Specified by:
resumeComponent in interface ModelServiceMBean
Throws:
UMOException

unregisterComponent

public void unregisterComponent(java.lang.String name)
                         throws UMOException
Specified by:
unregisterComponent in interface ModelServiceMBean
Throws:
UMOException

isComponentRegistered

public boolean isComponentRegistered(java.lang.String name)
Specified by:
isComponentRegistered in interface ModelServiceMBean

getComponentDescriptor

public UMODescriptor getComponentDescriptor(java.lang.String name)
Specified by:
getComponentDescriptor in interface ModelServiceMBean

getName

public java.lang.String getName()
Specified by:
getName in interface ModelServiceMBean


Copyright © 2003-2005 SymphonySoft Limited. All Rights Reserved.