public class AbstractCommandBody extends Object implements com.lts.job.remoting.CommandBody
Constructor and Description |
---|
AbstractCommandBody() |
Modifier and Type | Method and Description |
---|---|
void |
checkFields() |
Integer |
getAvailableThreads() |
Map<String,Object> |
getExtParams() |
String |
getIdentity() |
String |
getNodeGroup() |
String |
getNodeType() |
Long |
getTimestamp() |
void |
putExtParam(String key,
Object obj) |
void |
setAvailableThreads(Integer availableThreads) |
void |
setExtParams(Map<String,Object> extParams) |
void |
setIdentity(String identity) |
void |
setNodeGroup(String nodeGroup) |
void |
setNodeType(String nodeType) |
void |
setTimestamp(Long timestamp) |
public Integer getAvailableThreads()
public void setAvailableThreads(Integer availableThreads)
public Long getTimestamp()
public void setTimestamp(Long timestamp)
public String getNodeGroup()
public void setNodeGroup(String nodeGroup)
public String getNodeType()
public void setNodeType(String nodeType)
public String getIdentity()
public void setIdentity(String identity)
public void checkFields() throws com.lts.job.remoting.exception.RemotingCommandFieldCheckException
checkFields
in interface com.lts.job.remoting.CommandBody
com.lts.job.remoting.exception.RemotingCommandFieldCheckException
Copyright © 2014. All Rights Reserved.