org.apache.servicemix.jbi.framework
Interface ServiceAssemblyMBean
- All Known Implementing Classes:
- ServiceAssemblyLifeCycle
public interface ServiceAssemblyMBean
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
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.