Public Member Functions

com.cosylab.acs.maci.manager.TimerTaskContainerInfo Class Reference

Inheritance diagram for com.cosylab.acs.maci.manager.TimerTaskContainerInfo:
com.cosylab.acs.maci.ContainerInfo

List of all members.

Public Member Functions

 TimerTaskContainerInfo (int handle, String name, Container container, long pingInterval)
TimerTask getTask ()
void setTask (TimerTask task)
ClientInfo createClientInfo ()

Detailed Description

ContainerInfo class containing TimerTask object.

Author:
Matej Sekoranja (matej.sekoranja@cosylab.com)
Version:
@VERSION@


Constructor & Destructor Documentation

com.cosylab.acs.maci.manager.TimerTaskContainerInfo.TimerTaskContainerInfo ( int  handle,
String  name,
Container  container,
long  pingInterval 
)

Constructor for TimerTaskContainerInfo.

Parameters:
handle 
name 
container 
pingInterval 

Member Function Documentation

TimerTask com.cosylab.acs.maci.manager.TimerTaskContainerInfo.getTask (  ) 

Returns the task.

Returns:
TimerTask
void com.cosylab.acs.maci.manager.TimerTaskContainerInfo.setTask ( TimerTask  task  ) 

Sets the task.

Parameters:
task The task to set

The documentation for this class was generated from the following file:
 All Classes Namespaces Files Functions Variables Enumerations Properties