javax.jbi.management
Interface LifeCycleMBean
- All Known Subinterfaces:
- ComponentLifeCycleMBean
public interface LifeCycleMBean
SHUTDOWN
static final String SHUTDOWN
- See Also:
- Constant Field Values
STOPPED
static final String STOPPED
- See Also:
- Constant Field Values
STARTED
static final String STARTED
- See Also:
- Constant Field Values
UNKNOWN
static final String UNKNOWN
- See Also:
- Constant Field Values
start
void start()
throws JBIException
- Throws:
JBIException
stop
void stop()
throws JBIException
- Throws:
JBIException
shutDown
void shutDown()
throws JBIException
- Throws:
JBIException
getCurrentState
String getCurrentState()
Copyright © 2005-2007 Apache Software Foundation. All Rights Reserved.