javax.jbi.management
Interface LifeCycleMBean
- All Known Subinterfaces:
- ComponentLifeCycleMBean
public interface LifeCycleMBean
SHUTDOWN
static final java.lang.String SHUTDOWN
- See Also:
- Constant Field Values
STOPPED
static final java.lang.String STOPPED
- See Also:
- Constant Field Values
STARTED
static final java.lang.String STARTED
- See Also:
- Constant Field Values
UNKNOWN
static final java.lang.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
java.lang.String getCurrentState()
Copyright © 2005-2006 Apache Software Foundation. All Rights Reserved.