org.mule.module.management.mbean
Interface ModelServiceMBean

All Known Implementing Classes:
ModelService

public interface ModelServiceMBean

ModelServiceMBean JMX Service interface for the Model.


Field Summary
static String DEFAULT_JMX_NAME_PREFIX
           
 
Method Summary
 String getName()
           
 String getType()
           
 void start()
           
 void stop()
           
 

Field Detail

DEFAULT_JMX_NAME_PREFIX

static final String DEFAULT_JMX_NAME_PREFIX
See Also:
Constant Field Values
Method Detail

start

void start()
           throws MuleException
Throws:
MuleException

stop

void stop()
          throws MuleException
Throws:
MuleException

getName

String getName()

getType

String getType()


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