|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface LifeCycleAware
Interface of an Life Cycle Aware object, which is stored or may be stored in the registry.
Method Summary | |
---|---|
void |
approveStateChange()
Approves the state change |
LCModel |
findLCModel()
Find the LCModel that is assigned to the registryBean |
LCRegistryObjectState |
getLCState()
Returns the current state of the registryBean |
void |
rejectStateChange()
Rejects the state change |
LCStateChangeStatus |
setLCState(LCState targetState)
Set the registry bean to the given state |
Methods inherited from interface com.softwareag.centrasite.appl.framework.beans.RegistryBean |
---|
getDescription, getKey, getName, setDescription, setName |
Method Detail |
---|
LCRegistryObjectState getLCState() throws CSAppFrameworkException
CSAppFrameworkException
- - if the LCM provider encounters an internal errorLCStateChangeStatus setLCState(LCState targetState) throws CSAppFrameworkException
targetState
- to which the registryBean is to be set
CSAppFrameworkException
- - if the LCM provider encounters an internal errorvoid approveStateChange() throws CSAppFrameworkException
CSAppFrameworkException
- - if the LCM provider encounters an internal errorvoid rejectStateChange() throws CSAppFrameworkException
CSAppFrameworkException
- - if the LCM provider encounters an internal errorLCModel findLCModel() throws CSAppFrameworkException
CSAppFrameworkException
- - If the LCM provider encounters an internal error
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |