org.mule.module.management.mbean
Interface ModelServiceMBean

All Known Implementing Classes:
ModelService

public interface ModelServiceMBean

ModelServiceMBean JMX Service interface for the Model.


Method Summary
 String getName()
           
 String getType()
           
 void start()
           
 void stop()
           
 

Method Detail

start

void start()
           throws MuleException
Throws:
MuleException

stop

void stop()
          throws MuleException
Throws:
MuleException

getName

String getName()

getType

String getType()


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