|
SAP NetWeaver '04 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.sapportals.wcm.crt.component.ComponentState
An enumeration of a component's possible states during runtime.
Copyright (c) SAP AG 2001-2002
ILifecycleInfo| Field Summary | |
static ComponentState |
INIT_ERROR
If IStartable.start() failed |
static ComponentState |
NOT_INIT
Before IStartable.start() was called |
static ComponentState |
RUNNING
The component is accessible, that means it was successfully started. |
static ComponentState |
STOPPED
The component is not accessible, that means it is suspended or shut down. |
| Method Summary | |
boolean |
equals(Object obj)
|
String |
getName()
|
int |
hashCode()
|
String |
toString()
|
| Methods inherited from class java.lang.Object |
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
| Field Detail |
public static final ComponentState NOT_INIT
IStartable.start() was called
public static final ComponentState INIT_ERROR
IStartable.start() failed
public static final ComponentState RUNNING
public static final ComponentState STOPPED
| Method Detail |
public String getName()
public boolean equals(Object obj)
public int hashCode()
public String toString()
|
SAP NetWeaver '04 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||