public interface ServiceUnitLifeCycle
Modifier and Type | Method and Description |
---|---|
String |
getServiceUnitRootPath() |
String |
getSuName() |
String |
getTargetComponentName() |
void |
init()
Calls
ServiceUnitManager.init(String, String) , but only if the state is correct. |
void |
shutDown()
Calls
ServiceUnitManager.shutDown(String) , but only if the state is correct. |
void |
start()
Calls
ServiceUnitManager.start(String) , but only if the state is correct. |
void |
stop()
Calls
ServiceUnitManager.stop(String) , but only if the state is correct. |
String getSuName()
String getTargetComponentName()
String getServiceUnitRootPath()
void init() throws javax.jbi.JBIException
ServiceUnitManager.init(String, String)
, but only if the state is correct.javax.jbi.JBIException
void shutDown() throws javax.jbi.JBIException
ServiceUnitManager.shutDown(String)
, but only if the state is correct.javax.jbi.JBIException
void start() throws javax.jbi.JBIException
ServiceUnitManager.start(String)
, but only if the state is correct.javax.jbi.JBIException
void stop() throws javax.jbi.JBIException
ServiceUnitManager.stop(String)
, but only if the state is correct.javax.jbi.JBIException
Copyright © 2005-2016 Linagora. All Rights Reserved.