|
SAP NetWeaver 7.40 SP 07 KMC | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.sapportals.wcm.crt.component.ComponentState
public class 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)
equals in class Objectpublic int hashCode()
hashCode in class Objectpublic String toString()
toString in class Object| 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 | |||||||||