org.apache.servicemix.jbi.framework
Interface ServiceAssemblyMBean

All Known Implementing Classes:
ServiceAssemblyLifeCycle

public interface ServiceAssemblyMBean


Field Summary
static String SHUTDOWN
           
static String STARTED
           
static String STOPPED
           
 
Method Summary
 String getCurrentState()
           
 String getDescription()
           
 String getDescriptor()
           
 String getName()
           
 ObjectName[] getServiceUnits()
           
 String shutDown()
           
 String start()
           
 String stop()
           
 

Field Detail

STARTED

static final String STARTED
See Also:
Constant Field Values

SHUTDOWN

static final String SHUTDOWN
See Also:
Constant Field Values

STOPPED

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

getName

String getName()

getDescription

String getDescription()

getCurrentState

String getCurrentState()

getDescriptor

String getDescriptor()

getServiceUnits

ObjectName[] getServiceUnits()

start

String start()
             throws Exception
Throws:
Exception

stop

String stop()
            throws Exception
Throws:
Exception

shutDown

String shutDown()
                throws Exception
Throws:
Exception


Copyright © 2005-2008 Apache Software Foundation. All Rights Reserved.