org.mule.module.management.mbean
Class ModelService

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

Deprecated.

@Deprecated
public class ModelService
extends Object
implements ModelServiceMBean

ModelService exposes service information and actions on the Mule Model.


Field Summary
 
Fields inherited from interface org.mule.module.management.mbean.ModelServiceMBean
DEFAULT_JMX_NAME_PREFIX
 
Constructor Summary
ModelService(Model model)
          Deprecated.  
 
Method Summary
 String getName()
          Deprecated.  
 String getType()
          Deprecated.  
 void start()
          Deprecated.  
 void stop()
          Deprecated.  
 
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)
Deprecated. 
Method Detail

start

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

stop

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

getName

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

getType

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


Copyright © 2003-2014 MuleSoft, Inc.. All Rights Reserved.