Class RemoteTaskManager.TaskStatusResult
- java.lang.Object
-
- org.apache.axis2.clustering.ClusteringCommand
-
- org.wso2.carbon.ntask.core.impl.remote.RemoteTaskManager.TaskStatusResult
-
- All Implemented Interfaces:
Serializable
- Enclosing class:
- RemoteTaskManager
public static class RemoteTaskManager.TaskStatusResult extends org.apache.axis2.clustering.ClusteringCommand
This class represents a clustering message result for task statuses.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description TaskStatusResult()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
execute(org.apache.axis2.context.ConfigurationContext ctx)
boolean
isRunning()
void
setRunning(boolean running)
-
-
-
Method Detail
-
isRunning
public boolean isRunning()
-
setRunning
public void setRunning(boolean running)
-
execute
public void execute(org.apache.axis2.context.ConfigurationContext ctx) throws org.apache.axis2.clustering.ClusteringFault
- Specified by:
execute
in classorg.apache.axis2.clustering.ClusteringCommand
- Throws:
org.apache.axis2.clustering.ClusteringFault
-
-