Package org.wso2.carbon.ntask.core
Class TaskManagerId
- java.lang.Object
-
- org.wso2.carbon.ntask.core.TaskManagerId
-
public class TaskManagerId extends Object
This class represents an identifier for a task manager.
-
-
Constructor Summary
Constructors Constructor Description TaskManagerId(int tenantId, String taskType)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description boolean
equals(Object rhs)
String
getTaskType()
int
getTenantId()
int
hashCode()
String
toString()
-