public interface ComponentLifeCycleMBean extends ComponentLifeCycleMBean
SHUTDOWN, STARTED, STOPPED, UNKNOWN| Modifier and Type | Method and Description |
|---|---|
void |
shutDown(boolean force)
Shut down this component.
|
getExtensionMBeanNamegetCurrentState, shutDown, start, stopvoid shutDown(boolean force)
throws JBIException
force - set to true indicates that the component should be shutdown
forcefully; that is, place the component in the "Shutdown" state regardless of the
result of calling its LifeCycle shutDown method.JBIException - if some other failure occurs.Copyright © 2011-2016 OpenESB Community. All Rights Reserved.