org.apache.servicemix.jbi.framework
Interface ServiceUnitMBean

All Known Implementing Classes:
ServiceUnitLifeCycle

public interface ServiceUnitMBean


Field Summary
static String SHUTDOWN
           
static String STARTED
           
static String STOPPED
           
 
Method Summary
 String getComponentName()
           
 String getCurrentState()
           
 String getDescription()
           
 String getDescriptor()
           
 String getName()
           
 String getServiceAssembly()
           
 

Field Detail

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

getName

String getName()

getDescription

String getDescription()

getComponentName

String getComponentName()

getCurrentState

String getCurrentState()

getServiceAssembly

String getServiceAssembly()

getDescriptor

String getDescriptor()


Copyright © 2005-2008 Apache Software Foundation. All Rights Reserved.