|
SAP NetWeaver '04 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
This interface can be impemented by components that want to provide information about their life-cycle.
Copyright (c) SAP AG 2001-2002
| Method Summary | |
java.util.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). |
java.util.Date |
getLastReconfigurationDate()
Returns the date and time of the last reconfiguration of this component. |
java.util.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 |
public ComponentState getState()
null
.
- Returns:
- the current life-cycle state of the component. Can be
null
.
public ConfigurationException getLastConfigurationException()
IConfigurable.configure(IConfiguration),
or IReconfigurable.reconfigure(IConfiguration). Can be
null .public StartupException getStartupException()
IStartable.start(),
Can be null .public java.util.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 .
public java.util.Date getLastReconfigurationDate()
null .
- Returns:
- the date and time of the last reconfiguration of this component.
Can be
null .
public java.util.Date getNextAutoRestartDate()
null .
- Returns:
- the date and time of the next automatic restart of the component.
Can be
null .- See Also:
AutoRestartException
|
SAP NetWeaver '04 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||