com.sapportals.wcm.crt.component

Class ComponentState

java.lang.Object
  extended by com.sapportals.wcm.crt.component.ComponentState

public class ComponentState
extends Object

An enumeration of a component's possible states during runtime.

Copyright (c) SAP AG 2001-2002

See Also:
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

NOT_INIT

public static final ComponentState NOT_INIT
Before IStartable.start() was called


INIT_ERROR

public static final ComponentState INIT_ERROR
If IStartable.start() failed


RUNNING

public static final ComponentState RUNNING
The component is accessible, that means it was successfully started.


STOPPED

public static final ComponentState STOPPED
The component is not accessible, that means it is suspended or shut down.

Method Detail

getName

public String getName()

equals

public boolean equals(Object obj)
Overrides:
equals in class Object

hashCode

public int hashCode()
Overrides:
hashCode in class Object

toString

public String toString()
Overrides:
toString in class Object
Access Rights

This class can be accessed from:


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


Copyright 2014 SAP AG Complete Copyright Notice