javax.jbi.management
Interface LifeCycleMBean

All Known Subinterfaces:
ComponentLifeCycleMBean

public interface LifeCycleMBean


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

Field Detail

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

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.