org.mule.module.management.mbean
Class ModelService

java.lang.Object
  extended by org.mule.module.management.mbean.ModelService
All Implemented Interfaces:
ModelServiceMBean

public class ModelService
extends Object
implements ModelServiceMBean

ModelService exposes service information and actions on the Mule Model.


Constructor Summary
ModelService(Model model)
           
 
Method Summary
 String getName()
           
 String getType()
           
 void start()
           
 void stop()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ModelService

public ModelService(Model model)
Method Detail

start

public void start()
           throws MuleException
Specified by:
start in interface ModelServiceMBean
Throws:
MuleException

stop

public void stop()
          throws MuleException
Specified by:
stop in interface ModelServiceMBean
Throws:
MuleException

getName

public String getName()
Specified by:
getName in interface ModelServiceMBean

getType

public String getType()
Specified by:
getType in interface ModelServiceMBean


Copyright © 2003-2009 MuleSource, Inc.. All Rights Reserved.