public class DeployTagItem
extends java.lang.Object
Constructor and Description |
---|
DeployTagItem(java.lang.String tag) |
Modifier and Type | Method and Description |
---|---|
void |
addActionHandler(DeployActionHandler handler) |
void |
addNotificationListener(DeployNotificationListener listener) |
java.lang.Throwable |
getDeployException()
Returns the deployment exception
|
LifecycleState |
getState() |
java.lang.String |
getStateName()
Returns the lifecycle state of the item.
|
java.lang.String |
getTag()
Returns the tag name.
|
void |
onStart() |
void |
onStop() |
void |
removeActionHandler(DeployActionHandler handler) |
void |
removeNotificationListener(DeployNotificationListener listener) |
void |
toError(java.lang.Throwable exn)
Change the state to an error state.
|
void |
toRestart() |
void |
toStart()
Change the state to an active state.
|
void |
toStop()
Change the state to the stopped state.
|
java.lang.String |
toString() |
public java.lang.String getTag()
public void toStart()
public void toStop()
public void toRestart()
public void onStart()
public void onStop()
public LifecycleState getState()
public java.lang.String getStateName()
public void toError(java.lang.Throwable exn)
public java.lang.Throwable getDeployException()
public void addNotificationListener(DeployNotificationListener listener)
public void removeNotificationListener(DeployNotificationListener listener)
public void addActionHandler(DeployActionHandler handler)
public void removeActionHandler(DeployActionHandler handler)
public java.lang.String toString()
toString
in class java.lang.Object