javax.jbi.management
Interface LifeCycleMBean

All Known Subinterfaces:
ComponentLifeCycleMBean

public interface LifeCycleMBean


Field Summary
static java.lang.String SHUTDOWN
           
static java.lang.String STARTED
           
static java.lang.String STOPPED
           
static java.lang.String UNKNOWN
           
 
Method Summary
 java.lang.String getCurrentState()
           
 void shutDown()
           
 void start()
           
 void stop()
           
 

Field Detail

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
Method Detail

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.