org.apache.lokahi.core.api.jobpool
Class JobPoolModel

java.lang.Object
  extended by org.apache.lokahi.core.common.interfaces.LokahiModel<JobPool>
      extended by org.apache.lokahi.core.api.jobpool.JobPoolModel

public class JobPoolModel
extends LokahiModel<JobPool>

Version:
$Id: JobPoolModel.java,v 1.2 2006/03/07 19:51:56 drtobes Exp $
Author:
Stephen Toback

Field Summary
 
Fields inherited from class org.apache.lokahi.core.common.interfaces.LokahiModel
jp, logger, tpe
 
Constructor Summary
JobPoolModel()
           
 
Method Summary
 JobPool getObject(int id)
           
 java.util.Collection<JobPool> getObjects()
           
 
Methods inherited from class org.apache.lokahi.core.common.interfaces.LokahiModel
jpInit, jpInit, jpInit, jpInit, perform
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

JobPoolModel

public JobPoolModel()
Method Detail

getObjects

public java.util.Collection<JobPool> getObjects()
                                         throws java.sql.SQLException
Specified by:
getObjects in class LokahiModel<JobPool>
Throws:
java.sql.SQLException

getObject

public JobPool getObject(int id)
                  throws java.sql.SQLException
Specified by:
getObject in class LokahiModel<JobPool>
Throws:
java.sql.SQLException