public class TimerTaskClientInfo extends ClientInfo
ClientInfo class containing TimerTask object.| Constructor and Description |
|---|
TimerTaskClientInfo(int handle,
java.lang.String name,
Client client)
Constructor for PingableClientInfo.
|
| Modifier and Type | Method and Description |
|---|---|
java.util.TimerTask |
getTask()
Returns the task.
|
void |
setTask(java.util.TimerTask task)
Sets the task.
|
getAccessRights, getClient, getComponents, getHandle, getName, setAccessRights, setClient, setComponents, setHandle, setName, toStringpublic TimerTaskClientInfo(int handle,
java.lang.String name,
Client client)
handle - name - client -