|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.softwareag.centrasite.appl.framework.beans.DynamicRegistryBean
com.softwareag.centrasite.appl.framework.lcm.beans.LCAwareDynamicRegistryBean
public class LCAwareDynamicRegistryBean
Implementation class for derivation of concrete Life Cycle Aware subclasses.
Constructor Summary | |
---|---|
LCAwareDynamicRegistryBean()
|
Method Summary | |
---|---|
void |
approveStateChange()
Approves the state change |
boolean |
equals(java.lang.Object other)
|
LCModel |
findLCModel()
Find the LCModel that is assigned to the registryBean |
LCRegistryObjectState |
getLCState()
Returns the current state of the registryBean |
int |
hashCode()
|
void |
rejectStateChange()
Rejects the state change |
void |
setBeanPool(BeanPool beanPool)
Sets the BeanPool |
LCStateChangeStatus |
setLCState(LCState targetState)
Set the registry bean to the given state |
void |
setRegistryProvider(RegistryProvider registryProvider)
Sets the RegistryProvider |
Methods inherited from class com.softwareag.centrasite.appl.framework.beans.DynamicRegistryBean |
---|
getCheckpointName, getDescription, getIdentity, getKey, getName, isRevision, setCheckpointName, setDescription, setIdentity, setKey, setName, toString |
Methods inherited from class java.lang.Object |
---|
getClass, notify, notifyAll, wait, wait, wait |
Methods inherited from interface com.softwareag.centrasite.appl.framework.beans.RegistryBean |
---|
getDescription, getKey, getName, setDescription, setName |
Constructor Detail |
---|
public LCAwareDynamicRegistryBean()
Method Detail |
---|
public LCRegistryObjectState getLCState() throws CSAppFrameworkException
LifeCycleAware
getLCState
in interface LifeCycleAware
CSAppFrameworkException
- - if the LCM provider encounters an internal errorpublic LCStateChangeStatus setLCState(LCState targetState) throws CSAppFrameworkException
LifeCycleAware
setLCState
in interface LifeCycleAware
targetState
- to which the registryBean is to be set
CSAppFrameworkException
- - if the LCM provider encounters an internal errorpublic void approveStateChange() throws CSAppFrameworkException
LifeCycleAware
approveStateChange
in interface LifeCycleAware
CSAppFrameworkException
- - if the LCM provider encounters an internal errorpublic void rejectStateChange() throws CSAppFrameworkException
LifeCycleAware
rejectStateChange
in interface LifeCycleAware
CSAppFrameworkException
- - if the LCM provider encounters an internal errorpublic LCModel findLCModel() throws CSAppFrameworkException
LifeCycleAware
findLCModel
in interface LifeCycleAware
CSAppFrameworkException
- - If the LCM provider encounters an internal errorpublic void setRegistryProvider(RegistryProvider registryProvider) throws CSAppFrameworkException
registryProvider
-
CSAppFrameworkException
public void setBeanPool(BeanPool beanPool) throws CSAppFrameworkException
beanPool
-
CSAppFrameworkException
public boolean equals(java.lang.Object other)
equals
in class DynamicRegistryBean
public int hashCode()
hashCode
in class DynamicRegistryBean
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |