Package org.pentaho.di.core.lifecycle
Class LifeEventInfo
- java.lang.Object
-
- org.pentaho.di.core.lifecycle.LifeEventInfo
-
public class LifeEventInfo extends Object
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
LifeEventInfo.Hint
static class
LifeEventInfo.State
-
Constructor Summary
Constructors Constructor Description LifeEventInfo()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description String
getMessage()
String
getName()
LifeEventInfo.State
getState()
boolean
hasHint(LifeEventInfo.Hint h)
void
setHint(LifeEventInfo.Hint hint)
void
setMessage(String message)
void
setName(String name)
void
setState(LifeEventInfo.State state)
-
-
-
Method Detail
-
setHint
public void setHint(LifeEventInfo.Hint hint)
-
getMessage
public String getMessage()
-
setMessage
public void setMessage(String message)
-
hasHint
public boolean hasHint(LifeEventInfo.Hint h)
-
getState
public LifeEventInfo.State getState()
-
setState
public void setState(LifeEventInfo.State state)
-
getName
public String getName()
-
setName
public void setName(String name)
-
-