org.jmonks.batch.framework.repository.db4o
Class Db4oJobControllerHolder

java.lang.Object
  extended byorg.jmonks.batch.framework.repository.db4o.Db4oJobControllerHolder

public class Db4oJobControllerHolder
extends java.lang.Object

Db4oJobControllerHolder holds the job controller object and job name. This class will be accessed by only Db4oRepository.

Since:
1.0
Version:
1.0
Author:
Suresh Pragada

Method Summary
 JobController getJobController()
          Returns the mgmt & mntr object.
 java.lang.String getJobName()
          Returns the jobName.
 java.lang.String toString()
           Returns the string representation of Db4oJobControllerHolder class in the format
{Db4oJobControllerHolder [jobName = value] [mgmtMntrInfo = value]}
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Method Detail

getJobName

public java.lang.String getJobName()
Returns the jobName.


getJobController

public JobController getJobController()
Returns the mgmt & mntr object.


toString

public java.lang.String toString()

Returns the string representation of Db4oJobControllerHolder class in the format
{Db4oJobControllerHolder [jobName = value] [mgmtMntrInfo = value]}

Returns:
Returns the string representation of Db4oJobControllerHolder.