|
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Objectorg.jppf.ui.monitoring.job.JobData
public class JobData
Instances of this class hold the information related to each node in the job data tree table.
| Constructor Summary | |
|---|---|
protected |
JobData(JobDataType type)
Initialize this job data with the specified type. |
|
JobData(JobInformation jobInformation)
Initialize this job data as a holding information about a job submitted to a driver. |
|
JobData(JobInformation jobInformation,
JPPFManagementInfo nodeInformation)
Initialize this job data as a holding information about a sub-job dispatched to a node. |
|
JobData(JPPFClientConnection clientConnection)
Initialize this job data as a driver related object. |
| Method Summary | |
|---|---|
void |
changeNotificationListener(NotificationListener listener)
Set the MBean notification listener. |
JPPFClientConnection |
getClientConnection()
Get a reference to the driver connection. |
JMXDriverConnectionWrapper |
getJmxWrapper()
Get the wrapper holding the connection to the JMX server on a driver. |
JobInformation |
getJobInformation()
Get the information on the job or sub-job in a JPPF driver or node. |
JPPFManagementInfo |
getNodeInformation()
Get the information on the JPPF node in which part of a job is executing. |
NotificationListener |
getNotificationListener()
Get the MBean notification listener. |
DriverJobManagementMBean |
getProxy()
Get a reference to the procy to the job management mbean. |
JobDataType |
getType()
Get the type of this job data object. |
void |
setJmxWrapper(JMXDriverConnectionWrapper jmxWrapper)
Set the wrapper holding the connection to the JMX server on a driver. |
String |
toString()
Get a string representaiton of this object. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
protected JobData(JobDataType type)
type - - the type of this job data object as a JobDataType enum value.public JobData(JPPFClientConnection clientConnection)
clientConnection - - a reference to the driver connection.public JobData(JobInformation jobInformation)
jobInformation - - information on the job in a JPPF driver.
public JobData(JobInformation jobInformation,
JPPFManagementInfo nodeInformation)
jobInformation - - information on the job in a JPPF driver.nodeInformation - - information on the JPPF node in which part of a job is executing.| Method Detail |
|---|
public JobDataType getType()
JobDataType enum value.public JMXDriverConnectionWrapper getJmxWrapper()
JMXDriverConnectionWrapper instance.public void setJmxWrapper(JMXDriverConnectionWrapper jmxWrapper)
jmxWrapper - a JMXDriverConnectionWrapper instance.public JobInformation getJobInformation()
JobInformation instance,public JPPFManagementInfo getNodeInformation()
NodeManagementInfo instance.public DriverJobManagementMBean getProxy()
public String toString()
toString in class ObjectObject.toString()public NotificationListener getNotificationListener()
NotificationListener instance.
public void changeNotificationListener(NotificationListener listener)
throws Exception
listener - a NotificationListener instance.
Exception - if any error occurs.public JPPFClientConnection getClientConnection()
JPPFClientConnection instance.
|
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||