|
SAP NetWeaver 7.40 SP 07 KMC | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface ILifecycleInfo
This interface can be implemented by components that want to provide information about their life-cycle.
Copyright (c) SAP AG 2001-2002
| Method Summary | |
|---|---|
Date |
getCreationDate()
Returns the date and time of the creation of the component instance. |
ConfigurationException |
getLastConfigurationException()
Returns the exception thrown in the last call to IConfigurable.configure(IConfiguration),
or IReconfigurable.reconfigure(IConfiguration). |
Date |
getLastReconfigurationDate()
Returns the date and time of the last reconfiguration of this component. |
Date |
getNextAutoRestartDate()
Returns the date and time of the next automatic restart of the component. |
StartupException |
getStartupException()
Returns the exception thrown in the last call to IStartable.start(),
Can be null . |
ComponentState |
getState()
Returns the current life-cycle state of the component. |
| Method Detail |
|---|
ComponentState getState()
null
.
- Returns:
- the current life-cycle state of the component. Can be
null
.
ConfigurationException getLastConfigurationException()
IConfigurable.configure(IConfiguration),
or IReconfigurable.reconfigure(IConfiguration). Can be
null .
null.StartupException getStartupException()
IStartable.start(),
Can be null .
null.Date getCreationDate()
null . This property usually makes sense only for components
that implement the IThreadSafe interface.
- Returns:
- the date and time of the creation of the component instance. Can be
null .
Date getLastReconfigurationDate()
null .
- Returns:
- the date and time of the last reconfiguration of this component.
Can be
null .
Date getNextAutoRestartDate()
null .
- Returns:
- the date and time of the next automatic restart of the component.
Can be
null .- See Also:
AutoRestartException
| Access Rights |
|---|
| SC | DC | Public Part | ACH |
|---|---|---|---|
[sap.com] KMC-CM
|
[sap.com] tc/km/frwk
|
api
|
EP-KM-CM
|
[sap.com] KMC-WPC
|
[sap.com] tc/kmc/wpc/wpcfacade
|
api
|
EP-PIN-WPC-WCM
|
|
SAP NetWeaver 7.40 SP 07 KMC | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||