Package org.guvnor.ala.runtime.base
Class BaseRuntimeState
- java.lang.Object
-
- org.guvnor.ala.runtime.base.BaseRuntimeState
-
- All Implemented Interfaces:
RuntimeState
public class BaseRuntimeState extends Object implements RuntimeState
BaseRuntimeState implementation to be extended by each Runtime Provider
-
-
Field Summary
-
Fields inherited from interface org.guvnor.ala.runtime.RuntimeState
READY, RUNNING, STOPPED, UNKNOWN
-
-
Constructor Summary
Constructors Constructor Description BaseRuntimeState()No-args constructor for enabling marshalling to work, please do not remove.BaseRuntimeState(String status, String startedAt)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(Object obj)StringgetStartedAt()StringgetState()inthashCode()StringtoString()
-
-
-
Method Detail
-
getState
public String getState()
- Specified by:
getStatein interfaceRuntimeState
-
getStartedAt
public String getStartedAt()
- Specified by:
getStartedAtin interfaceRuntimeState
-
-