|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use MutableJobInstance | |
---|---|
org.icenigrid.gridsam.core.plugin | Package containing interfaces that define the Service Provider Interface (SPI) of GridSAM. |
org.icenigrid.gridsam.core.plugin.connector.condor | Package containing the Condor command-line based DRMConnector plugin. |
org.icenigrid.gridsam.core.plugin.manager | Package containing the default implementation of the DRMConnector and JobManager abstraction. |
org.icenigrid.gridsam.core.plugin.persistence.common | Package containing the implementation classes of the job persistence interfaces. |
org.icenigrid.gridsam.core.plugin.persistence.hibernate | Package containing an implementation of the job persistence API using the Hibernate toolkit over a relational database. |
Uses of MutableJobInstance in org.icenigrid.gridsam.core.plugin |
---|
Methods in org.icenigrid.gridsam.core.plugin that return MutableJobInstance | |
---|---|
MutableJobInstance |
JobInstanceStore.createJobInstance()
create a new job instance. |
MutableJobInstance |
JobContext.getJobInstance()
the job instance associated with this job context |
MutableJobInstance |
JobInstanceStore.getJobInstance(java.lang.String pID)
create or retrieve a job instance with the given ID |
Methods in org.icenigrid.gridsam.core.plugin with parameters of type MutableJobInstance | |
---|---|
void |
JobInstanceStore.deleteJobInstance(MutableJobInstance pInstance)
delete a job instance from the store |
void |
JobInstanceStore.mergeJobInstance(MutableJobInstance pInstance)
merge a job instance object |
void |
JobInstanceStore.updateJobInstance(MutableJobInstance pInstance)
store or update a job instance object |
Uses of MutableJobInstance in org.icenigrid.gridsam.core.plugin.connector.condor |
---|
Methods in org.icenigrid.gridsam.core.plugin.connector.condor with parameters of type MutableJobInstance | |
---|---|
void |
CondorEventListener.onEvent(MutableJobInstance pInstance,
java.lang.String pEventCode,
java.lang.String pDesc)
condor event received for a particular job |
void |
CondorEventAdapter.onEvent(MutableJobInstance pInstance,
java.lang.String pEventCode,
java.lang.String pDesc)
condor event received for a particular job |
Uses of MutableJobInstance in org.icenigrid.gridsam.core.plugin.manager |
---|
Methods in org.icenigrid.gridsam.core.plugin.manager that return MutableJobInstance | |
---|---|
MutableJobInstance |
DefaultJobContext.getJobInstance()
the job instance to be launched through the DRMConnector |
Constructors in org.icenigrid.gridsam.core.plugin.manager with parameters of type MutableJobInstance | |
---|---|
DefaultJobContext(org.apache.hivemind.Registry pRegistry,
MutableJobInstance pInstance,
boolean pRecovering)
create a DefaultJobContext |
Uses of MutableJobInstance in org.icenigrid.gridsam.core.plugin.persistence.common |
---|
Classes in org.icenigrid.gridsam.core.plugin.persistence.common that implement MutableJobInstance | |
---|---|
class |
DefaultMutableJobInstance
Default implementation of MutableJobInstance |
Uses of MutableJobInstance in org.icenigrid.gridsam.core.plugin.persistence.hibernate |
---|
Methods in org.icenigrid.gridsam.core.plugin.persistence.hibernate that return MutableJobInstance | |
---|---|
MutableJobInstance |
HibernateJobInstanceStore.createJobInstance()
create a new job instance. |
MutableJobInstance |
HibernateJobInstanceStore.getJobInstance(java.lang.String pID)
create or retrieve a job instance with the given ID |
Methods in org.icenigrid.gridsam.core.plugin.persistence.hibernate with parameters of type MutableJobInstance | |
---|---|
void |
HibernateJobInstanceStore.deleteJobInstance(MutableJobInstance pInstance)
delete a job instance from the store |
void |
HibernateJobInstanceStore.mergeJobInstance(MutableJobInstance pInstance)
merge a job instance object |
void |
HibernateJobInstanceStore.updateJobInstance(MutableJobInstance pInstance)
store or update a job instance object |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |