public class JGDIRemoteCache extends JGDIRemoteCacheBase implements JGDIRemote
JGDIRemote
interface.jgdi, logger
Constructor and Description |
---|
JGDIRemoteCache()
Creates a new instance of JGDIRemoteCache
|
JGDIRemoteCache(JGDIRemote jgdi)
Create a new instanceof of JGDIRemoteCache
|
Modifier and Type | Method and Description |
---|---|
void |
addAdminHost(AdminHost obj)
Add a new
AdminHost object. |
void |
addAdvanceReservation(AdvanceReservation obj)
Add a new
AdvanceReservation object. |
void |
addCalendar(Calendar obj)
Add a new
Calendar object. |
void |
addCheckpoint(Checkpoint obj)
Add a new
Checkpoint object. |
void |
addClusterQueue(ClusterQueue obj)
Add a new
ClusterQueue object. |
void |
addComplexEntry(ComplexEntry obj)
Add a new
ComplexEntry object. |
void |
addConfiguration(Configuration obj)
Add a new
Configuration object. |
void |
addExecHost(ExecHost obj)
Add a new
ExecHost object. |
void |
addHostgroup(Hostgroup obj)
Add a new
Hostgroup object. |
void |
addJob(Job obj)
Add a new
Job object. |
void |
addManager(Manager obj)
Add a new
Manager object. |
void |
addOperator(Operator obj)
Add a new
Operator object. |
void |
addParallelEnvironment(ParallelEnvironment obj)
Add a new
ParallelEnvironment object. |
void |
addProject(Project obj)
Add a new
Project object. |
void |
addResourceQuotaSet(ResourceQuotaSet obj)
Add a new
ResourceQuotaSet object. |
void |
addSubmitHost(SubmitHost obj)
Add a new
SubmitHost object. |
void |
addUser(User obj)
Add a new
User object. |
void |
addUserSet(UserSet obj)
Add a new
UserSet object. |
void |
deleteAdminHost(AdminHost obj)
Add a delete
AdminHost object. |
void |
deleteAdminHost(java.lang.String AH_name)
Delete a a
AdminHost object by its primary key |
void |
deleteAdvanceReservation(AdvanceReservation obj)
Add a delete
AdvanceReservation object. |
void |
deleteAdvanceReservation(int AR_id)
Delete a a
AdvanceReservation object by its primary key |
void |
deleteCalendar(Calendar obj)
Add a delete
Calendar object. |
void |
deleteCalendar(java.lang.String CAL_name)
Delete a a
Calendar object by its primary key |
void |
deleteCheckpoint(Checkpoint obj)
Add a delete
Checkpoint object. |
void |
deleteCheckpoint(java.lang.String CK_name)
Delete a a
Checkpoint object by its primary key |
void |
deleteClusterQueue(ClusterQueue obj)
Add a delete
ClusterQueue object. |
void |
deleteClusterQueue(java.lang.String CQ_name)
Delete a a
ClusterQueue object by its primary key |
void |
deleteComplexEntry(ComplexEntry obj)
Add a delete
ComplexEntry object. |
void |
deleteComplexEntry(java.lang.String CE_name)
Delete a a
ComplexEntry object by its primary key |
void |
deleteConfiguration(Configuration obj)
Add a delete
Configuration object. |
void |
deleteConfiguration(java.lang.String CONF_name)
Delete a a
Configuration object by its primary key |
void |
deleteExecHost(ExecHost obj)
Add a delete
ExecHost object. |
void |
deleteExecHost(java.lang.String EH_name)
Delete a a
ExecHost object by its primary key |
void |
deleteHostgroup(Hostgroup obj)
Add a delete
Hostgroup object. |
void |
deleteHostgroup(java.lang.String HGRP_name)
Delete a a
Hostgroup object by its primary key |
void |
deleteJob(int JB_job_number)
Delete a a
Job object by its primary key |
void |
deleteJob(Job obj)
Add a delete
Job object. |
void |
deleteManager(Manager obj)
Add a delete
Manager object. |
void |
deleteManager(java.lang.String UM_name)
Delete a a
Manager object by its primary key |
void |
deleteOperator(Operator obj)
Add a delete
Operator object. |
void |
deleteOperator(java.lang.String UO_name)
Delete a a
Operator object by its primary key |
void |
deleteParallelEnvironment(ParallelEnvironment obj)
Add a delete
ParallelEnvironment object. |
void |
deleteParallelEnvironment(java.lang.String PE_name)
Delete a a
ParallelEnvironment object by its primary key |
void |
deleteProject(Project obj)
Add a delete
Project object. |
void |
deleteProject(java.lang.String PR_name)
Delete a a
Project object by its primary key |
void |
deleteResourceQuotaSet(ResourceQuotaSet obj)
Add a delete
ResourceQuotaSet object. |
void |
deleteResourceQuotaSet(java.lang.String RQS_name)
Delete a a
ResourceQuotaSet object by its primary key |
void |
deleteSubmitHost(java.lang.String SH_name)
Delete a a
SubmitHost object by its primary key |
void |
deleteSubmitHost(SubmitHost obj)
Add a delete
SubmitHost object. |
void |
deleteUser(java.lang.String UU_name)
Delete a a
User object by its primary key |
void |
deleteUser(User obj)
Add a delete
User object. |
void |
deleteUserSet(java.lang.String US_name)
Delete a a
UserSet object by its primary key |
void |
deleteUserSet(UserSet obj)
Add a delete
UserSet object. |
java.util.List |
getAdminHostList()
Get all
AdminHost objects. |
AdvanceReservation |
getAdvanceReservation(int AR_id)
Get a a
AdvanceReservation object by its primary key |
java.util.List |
getAdvanceReservationList()
Get all
AdvanceReservation objects. |
Calendar |
getCalendar(java.lang.String CAL_name)
Get a a
Calendar object by its primary key |
java.util.List |
getCalendarList()
Get all
Calendar objects. |
Checkpoint |
getCheckpoint(java.lang.String CK_name)
Get a a
Checkpoint object by its primary key |
java.util.List |
getCheckpointList()
Get all
Checkpoint objects. |
ClusterQueue |
getClusterQueue(java.lang.String CQ_name)
Get a a
ClusterQueue object by its primary key |
java.util.List |
getClusterQueueList()
Get all
ClusterQueue objects. |
ComplexEntry |
getComplexEntry(java.lang.String CE_name)
Get a a
ComplexEntry object by its primary key |
java.util.List |
getComplexEntryList()
Get all
ComplexEntry objects. |
Configuration |
getConfiguration(java.lang.String CONF_name)
Get a a
Configuration object by its primary key |
java.util.List |
getConfigurationList()
Get all
Configuration objects. |
java.util.List |
getEventClientList()
Get all
EventClient objects. |
ExecHost |
getExecHost(java.lang.String EH_name)
Get a a
ExecHost object by its primary key |
java.util.List |
getExecHostList()
Get all
ExecHost objects. |
Hostgroup |
getHostgroup(java.lang.String HGRP_name)
Get a a
Hostgroup object by its primary key |
java.util.List |
getHostgroupList()
Get all
Hostgroup objects. |
Job |
getJob(int JB_job_number)
Get a a
Job object by its primary key |
java.util.List |
getJobList()
Get all
Job objects. |
JobSchedulingInfo |
getJobSchedulingInfo()
Get the
JobSchedulingInfo object. |
Manager |
getManager(java.lang.String UM_name)
Get a a
Manager object by its primary key |
java.util.List |
getManagerList()
Get all
Manager objects. |
Operator |
getOperator(java.lang.String UO_name)
Get a a
Operator object by its primary key |
java.util.List |
getOperatorList()
Get all
Operator objects. |
ParallelEnvironment |
getParallelEnvironment(java.lang.String PE_name)
Get a a
ParallelEnvironment object by its primary key |
java.util.List |
getParallelEnvironmentList()
Get all
ParallelEnvironment objects. |
Project |
getProject(java.lang.String PR_name)
Get a a
Project object by its primary key |
java.util.List |
getProjectList()
Get all
Project objects. |
ResourceQuotaSet |
getResourceQuotaSet(java.lang.String RQS_name)
Get a a
ResourceQuotaSet object by its primary key |
java.util.List |
getResourceQuotaSetList()
Get all
ResourceQuotaSet objects. |
SchedConf |
getSchedConf()
Get the
SchedConf object. |
ShareTree |
getShareTree(java.lang.String STN_name)
Get a a
ShareTree object by its primary key |
java.util.List |
getSubmitHostList()
Get all
SubmitHost objects. |
User |
getUser(java.lang.String UU_name)
Get a a
User object by its primary key |
java.util.List |
getUserList()
Get all
User objects. |
UserSet |
getUserSet(java.lang.String US_name)
Get a a
UserSet object by its primary key |
java.util.List |
getUserSetList()
Get all
UserSet objects. |
void |
updateCalendar(Calendar obj)
Update a Calendar object
|
void |
updateCheckpoint(Checkpoint obj)
Update a Checkpoint object
|
void |
updateClusterQueue(ClusterQueue obj)
Update a ClusterQueue object
|
void |
updateComplexEntry(ComplexEntry obj)
Update a ComplexEntry object
|
void |
updateConfiguration(Configuration obj)
Update a Configuration object
|
void |
updateExecHost(ExecHost obj)
Update a ExecHost object
|
void |
updateHostgroup(Hostgroup obj)
Update a Hostgroup object
|
void |
updateJob(Job obj)
Update a Job object
|
void |
updateParallelEnvironment(ParallelEnvironment obj)
Update a ParallelEnvironment object
|
void |
updateProject(Project obj)
Update a Project object
|
void |
updateResourceQuotaSet(ResourceQuotaSet obj)
Update a ResourceQuotaSet object
|
void |
updateSchedConf(SchedConf obj)
Update the SchedConf object
|
void |
updateShareTree(ShareTree obj)
Update a ShareTree object
|
void |
updateUser(User obj)
Update a User object
|
void |
updateUserSet(UserSet obj)
Update a UserSet object
|
addJGDIRemoteCacheListener, cleanQueues, clearError, clearJobs, clearQueues, clearShareTreeUsage, close, disableQueues, enableQueues, execQHost, getActQMaster, getAdminUser, getClusterQueueSummary, getJGDI, getQQuota, getQueueInstanceSummary, getRealExecHostList, getSchedulerHost, getSGECell, getSGERoot, handleError, killAllEventClients, killAllExecds, killEventClients, killExecd, killMaster, killScheduler, removeJGDIRemoteCacheListener, rescheduleJobs, rescheduleQueues, setJGDI, suspendJobs, suspendQueues, triggerSchedulerMonitoring, unsuspendJobs, unsuspendQueues
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
cleanQueues, clearJobs, clearQueues, clearShareTreeUsage, close, disableQueues, enableQueues, execQHost, getActQMaster, getAdminUser, getClusterQueueSummary, getQQuota, getQueueInstanceSummary, getRealExecHostList, getSchedulerHost, getSGECell, getSGERoot, killAllEventClients, killAllExecds, killEventClients, killExecd, killMaster, killScheduler, rescheduleJobs, rescheduleQueues, suspendJobs, suspendQueues, triggerSchedulerMonitoring, unsuspendJobs, unsuspendQueues
public JGDIRemoteCache()
public JGDIRemoteCache(JGDIRemote jgdi)
jgdi
- the jgdi remote servicepublic void updateHostgroup(Hostgroup obj) throws java.rmi.RemoteException
updateHostgroup
in interface JGDIRemote
obj
- the Hostgroup object with the new valuesjava.rmi.RemoteException
- on any errorpublic void deleteHostgroup(Hostgroup obj) throws java.rmi.RemoteException
Hostgroup
object.deleteHostgroup
in interface JGDIRemote
obj
- the Hostgroup
object with the primary key informationjava.rmi.RemoteException
- on any errorpublic void deleteHostgroup(java.lang.String HGRP_name) throws java.rmi.RemoteException
Hostgroup
object by its primary keydeleteHostgroup
in interface JGDIRemote
HGRP_name
- the HGRP_name of the Hostgroup
objectjava.rmi.RemoteException
- on any errorpublic void addHostgroup(Hostgroup obj) throws java.rmi.RemoteException
Hostgroup
object.addHostgroup
in interface JGDIRemote
obj
- the new Hostgroup
objectjava.rmi.RemoteException
- on any errorpublic java.util.List getHostgroupList() throws java.rmi.RemoteException
Hostgroup
objects.getHostgroupList
in interface JGDIRemote
Hostgroup
objectsjava.rmi.RemoteException
- on any errorpublic Hostgroup getHostgroup(java.lang.String HGRP_name) throws java.rmi.RemoteException
Hostgroup
object by its primary keygetHostgroup
in interface JGDIRemote
HGRP_name
- the HGRP_name of the Hostgroup
objectHostgroup
object or null
java.rmi.RemoteException
- on any errorpublic void deleteSubmitHost(SubmitHost obj) throws java.rmi.RemoteException
SubmitHost
object.deleteSubmitHost
in interface JGDIRemote
obj
- the SubmitHost
object with the primary key informationjava.rmi.RemoteException
- on any errorpublic void deleteSubmitHost(java.lang.String SH_name) throws java.rmi.RemoteException
SubmitHost
object by its primary keydeleteSubmitHost
in interface JGDIRemote
SH_name
- the SH_name of the SubmitHost
objectjava.rmi.RemoteException
- on any errorpublic void addSubmitHost(SubmitHost obj) throws java.rmi.RemoteException
SubmitHost
object.addSubmitHost
in interface JGDIRemote
obj
- the new SubmitHost
objectjava.rmi.RemoteException
- on any errorpublic java.util.List getSubmitHostList() throws java.rmi.RemoteException
SubmitHost
objects.getSubmitHostList
in interface JGDIRemote
SubmitHost
objectsjava.rmi.RemoteException
- on any errorpublic void updateExecHost(ExecHost obj) throws java.rmi.RemoteException
updateExecHost
in interface JGDIRemote
obj
- the ExecHost object with the new valuesjava.rmi.RemoteException
- on any errorpublic void deleteExecHost(ExecHost obj) throws java.rmi.RemoteException
ExecHost
object.deleteExecHost
in interface JGDIRemote
obj
- the ExecHost
object with the primary key informationjava.rmi.RemoteException
- on any errorpublic void deleteExecHost(java.lang.String EH_name) throws java.rmi.RemoteException
ExecHost
object by its primary keydeleteExecHost
in interface JGDIRemote
EH_name
- the EH_name of the ExecHost
objectjava.rmi.RemoteException
- on any errorpublic void addExecHost(ExecHost obj) throws java.rmi.RemoteException
ExecHost
object.addExecHost
in interface JGDIRemote
obj
- the new ExecHost
objectjava.rmi.RemoteException
- on any errorpublic java.util.List getExecHostList() throws java.rmi.RemoteException
ExecHost
objects.getExecHostList
in interface JGDIRemote
ExecHost
objectsjava.rmi.RemoteException
- on any errorpublic ExecHost getExecHost(java.lang.String EH_name) throws java.rmi.RemoteException
ExecHost
object by its primary keygetExecHost
in interface JGDIRemote
EH_name
- the EH_name of the ExecHost
objectExecHost
object or null
java.rmi.RemoteException
- on any errorpublic void deleteManager(Manager obj) throws java.rmi.RemoteException
Manager
object.deleteManager
in interface JGDIRemote
obj
- the Manager
object with the primary key informationjava.rmi.RemoteException
- on any errorpublic void deleteManager(java.lang.String UM_name) throws java.rmi.RemoteException
Manager
object by its primary keydeleteManager
in interface JGDIRemote
UM_name
- the UM_name of the Manager
objectjava.rmi.RemoteException
- on any errorpublic void addManager(Manager obj) throws java.rmi.RemoteException
Manager
object.addManager
in interface JGDIRemote
obj
- the new Manager
objectjava.rmi.RemoteException
- on any errorpublic java.util.List getManagerList() throws java.rmi.RemoteException
Manager
objects.getManagerList
in interface JGDIRemote
Manager
objectsjava.rmi.RemoteException
- on any errorpublic Manager getManager(java.lang.String UM_name) throws java.rmi.RemoteException
Manager
object by its primary keygetManager
in interface JGDIRemote
UM_name
- the UM_name of the Manager
objectManager
object or null
java.rmi.RemoteException
- on any errorpublic void deleteAdvanceReservation(AdvanceReservation obj) throws java.rmi.RemoteException
AdvanceReservation
object.deleteAdvanceReservation
in interface JGDIRemote
obj
- the AdvanceReservation
object with the primary key informationjava.rmi.RemoteException
- on any errorpublic void deleteAdvanceReservation(int AR_id) throws java.rmi.RemoteException
AdvanceReservation
object by its primary keydeleteAdvanceReservation
in interface JGDIRemote
AR_id
- the AR_id of the AdvanceReservation
objectjava.rmi.RemoteException
- on any errorpublic void addAdvanceReservation(AdvanceReservation obj) throws java.rmi.RemoteException
AdvanceReservation
object.addAdvanceReservation
in interface JGDIRemote
obj
- the new AdvanceReservation
objectjava.rmi.RemoteException
- on any errorpublic java.util.List getAdvanceReservationList() throws java.rmi.RemoteException
AdvanceReservation
objects.getAdvanceReservationList
in interface JGDIRemote
AdvanceReservation
objectsjava.rmi.RemoteException
- on any errorpublic AdvanceReservation getAdvanceReservation(int AR_id) throws java.rmi.RemoteException
AdvanceReservation
object by its primary keygetAdvanceReservation
in interface JGDIRemote
AR_id
- the AR_id of the AdvanceReservation
objectAdvanceReservation
object or null
java.rmi.RemoteException
- on any errorpublic void updateSchedConf(SchedConf obj) throws java.rmi.RemoteException
updateSchedConf
in interface JGDIRemote
obj
- the SchedConf object with the new valuesjava.rmi.RemoteException
- on any errorpublic SchedConf getSchedConf() throws java.rmi.RemoteException
SchedConf
object.getSchedConf
in interface JGDIRemote
SchedConf
objectjava.rmi.RemoteException
- on any errorpublic void updateConfiguration(Configuration obj) throws java.rmi.RemoteException
updateConfiguration
in interface JGDIRemote
obj
- the Configuration object with the new valuesjava.rmi.RemoteException
- on any errorpublic void deleteConfiguration(Configuration obj) throws java.rmi.RemoteException
Configuration
object.deleteConfiguration
in interface JGDIRemote
obj
- the Configuration
object with the primary key informationjava.rmi.RemoteException
- on any errorpublic void deleteConfiguration(java.lang.String CONF_name) throws java.rmi.RemoteException
Configuration
object by its primary keydeleteConfiguration
in interface JGDIRemote
CONF_name
- the CONF_name of the Configuration
objectjava.rmi.RemoteException
- on any errorpublic void addConfiguration(Configuration obj) throws java.rmi.RemoteException
Configuration
object.addConfiguration
in interface JGDIRemote
obj
- the new Configuration
objectjava.rmi.RemoteException
- on any errorpublic java.util.List getConfigurationList() throws java.rmi.RemoteException
Configuration
objects.getConfigurationList
in interface JGDIRemote
Configuration
objectsjava.rmi.RemoteException
- on any errorpublic Configuration getConfiguration(java.lang.String CONF_name) throws java.rmi.RemoteException
Configuration
object by its primary keygetConfiguration
in interface JGDIRemote
CONF_name
- the CONF_name of the Configuration
objectConfiguration
object or null
java.rmi.RemoteException
- on any errorpublic void updateProject(Project obj) throws java.rmi.RemoteException
updateProject
in interface JGDIRemote
obj
- the Project object with the new valuesjava.rmi.RemoteException
- on any errorpublic void deleteProject(Project obj) throws java.rmi.RemoteException
Project
object.deleteProject
in interface JGDIRemote
obj
- the Project
object with the primary key informationjava.rmi.RemoteException
- on any errorpublic void deleteProject(java.lang.String PR_name) throws java.rmi.RemoteException
Project
object by its primary keydeleteProject
in interface JGDIRemote
PR_name
- the PR_name of the Project
objectjava.rmi.RemoteException
- on any errorpublic void addProject(Project obj) throws java.rmi.RemoteException
Project
object.addProject
in interface JGDIRemote
obj
- the new Project
objectjava.rmi.RemoteException
- on any errorpublic java.util.List getProjectList() throws java.rmi.RemoteException
Project
objects.getProjectList
in interface JGDIRemote
Project
objectsjava.rmi.RemoteException
- on any errorpublic Project getProject(java.lang.String PR_name) throws java.rmi.RemoteException
Project
object by its primary keygetProject
in interface JGDIRemote
PR_name
- the PR_name of the Project
objectProject
object or null
java.rmi.RemoteException
- on any errorpublic void updateShareTree(ShareTree obj) throws java.rmi.RemoteException
updateShareTree
in interface JGDIRemote
obj
- the ShareTree object with the new valuesjava.rmi.RemoteException
- on any errorpublic ShareTree getShareTree(java.lang.String STN_name) throws java.rmi.RemoteException
ShareTree
object by its primary keygetShareTree
in interface JGDIRemote
STN_name
- the STN_name of the ShareTree
objectShareTree
object or null
java.rmi.RemoteException
- on any errorpublic void deleteAdminHost(AdminHost obj) throws java.rmi.RemoteException
AdminHost
object.deleteAdminHost
in interface JGDIRemote
obj
- the AdminHost
object with the primary key informationjava.rmi.RemoteException
- on any errorpublic void deleteAdminHost(java.lang.String AH_name) throws java.rmi.RemoteException
AdminHost
object by its primary keydeleteAdminHost
in interface JGDIRemote
AH_name
- the AH_name of the AdminHost
objectjava.rmi.RemoteException
- on any errorpublic void addAdminHost(AdminHost obj) throws java.rmi.RemoteException
AdminHost
object.addAdminHost
in interface JGDIRemote
obj
- the new AdminHost
objectjava.rmi.RemoteException
- on any errorpublic java.util.List getAdminHostList() throws java.rmi.RemoteException
AdminHost
objects.getAdminHostList
in interface JGDIRemote
AdminHost
objectsjava.rmi.RemoteException
- on any errorpublic void updateCheckpoint(Checkpoint obj) throws java.rmi.RemoteException
updateCheckpoint
in interface JGDIRemote
obj
- the Checkpoint object with the new valuesjava.rmi.RemoteException
- on any errorpublic void deleteCheckpoint(Checkpoint obj) throws java.rmi.RemoteException
Checkpoint
object.deleteCheckpoint
in interface JGDIRemote
obj
- the Checkpoint
object with the primary key informationjava.rmi.RemoteException
- on any errorpublic void deleteCheckpoint(java.lang.String CK_name) throws java.rmi.RemoteException
Checkpoint
object by its primary keydeleteCheckpoint
in interface JGDIRemote
CK_name
- the CK_name of the Checkpoint
objectjava.rmi.RemoteException
- on any errorpublic void addCheckpoint(Checkpoint obj) throws java.rmi.RemoteException
Checkpoint
object.addCheckpoint
in interface JGDIRemote
obj
- the new Checkpoint
objectjava.rmi.RemoteException
- on any errorpublic java.util.List getCheckpointList() throws java.rmi.RemoteException
Checkpoint
objects.getCheckpointList
in interface JGDIRemote
Checkpoint
objectsjava.rmi.RemoteException
- on any errorpublic Checkpoint getCheckpoint(java.lang.String CK_name) throws java.rmi.RemoteException
Checkpoint
object by its primary keygetCheckpoint
in interface JGDIRemote
CK_name
- the CK_name of the Checkpoint
objectCheckpoint
object or null
java.rmi.RemoteException
- on any errorpublic void updateParallelEnvironment(ParallelEnvironment obj) throws java.rmi.RemoteException
updateParallelEnvironment
in interface JGDIRemote
obj
- the ParallelEnvironment object with the new valuesjava.rmi.RemoteException
- on any errorpublic void deleteParallelEnvironment(ParallelEnvironment obj) throws java.rmi.RemoteException
ParallelEnvironment
object.deleteParallelEnvironment
in interface JGDIRemote
obj
- the ParallelEnvironment
object with the primary key informationjava.rmi.RemoteException
- on any errorpublic void deleteParallelEnvironment(java.lang.String PE_name) throws java.rmi.RemoteException
ParallelEnvironment
object by its primary keydeleteParallelEnvironment
in interface JGDIRemote
PE_name
- the PE_name of the ParallelEnvironment
objectjava.rmi.RemoteException
- on any errorpublic void addParallelEnvironment(ParallelEnvironment obj) throws java.rmi.RemoteException
ParallelEnvironment
object.addParallelEnvironment
in interface JGDIRemote
obj
- the new ParallelEnvironment
objectjava.rmi.RemoteException
- on any errorpublic java.util.List getParallelEnvironmentList() throws java.rmi.RemoteException
ParallelEnvironment
objects.getParallelEnvironmentList
in interface JGDIRemote
ParallelEnvironment
objectsjava.rmi.RemoteException
- on any errorpublic ParallelEnvironment getParallelEnvironment(java.lang.String PE_name) throws java.rmi.RemoteException
ParallelEnvironment
object by its primary keygetParallelEnvironment
in interface JGDIRemote
PE_name
- the PE_name of the ParallelEnvironment
objectParallelEnvironment
object or null
java.rmi.RemoteException
- on any errorpublic void updateComplexEntry(ComplexEntry obj) throws java.rmi.RemoteException
updateComplexEntry
in interface JGDIRemote
obj
- the ComplexEntry object with the new valuesjava.rmi.RemoteException
- on any errorpublic void deleteComplexEntry(ComplexEntry obj) throws java.rmi.RemoteException
ComplexEntry
object.deleteComplexEntry
in interface JGDIRemote
obj
- the ComplexEntry
object with the primary key informationjava.rmi.RemoteException
- on any errorpublic void deleteComplexEntry(java.lang.String CE_name) throws java.rmi.RemoteException
ComplexEntry
object by its primary keydeleteComplexEntry
in interface JGDIRemote
CE_name
- the CE_name of the ComplexEntry
objectjava.rmi.RemoteException
- on any errorpublic void addComplexEntry(ComplexEntry obj) throws java.rmi.RemoteException
ComplexEntry
object.addComplexEntry
in interface JGDIRemote
obj
- the new ComplexEntry
objectjava.rmi.RemoteException
- on any errorpublic java.util.List getComplexEntryList() throws java.rmi.RemoteException
ComplexEntry
objects.getComplexEntryList
in interface JGDIRemote
ComplexEntry
objectsjava.rmi.RemoteException
- on any errorpublic ComplexEntry getComplexEntry(java.lang.String CE_name) throws java.rmi.RemoteException
ComplexEntry
object by its primary keygetComplexEntry
in interface JGDIRemote
CE_name
- the CE_name of the ComplexEntry
objectComplexEntry
object or null
java.rmi.RemoteException
- on any errorpublic void updateClusterQueue(ClusterQueue obj) throws java.rmi.RemoteException
updateClusterQueue
in interface JGDIRemote
obj
- the ClusterQueue object with the new valuesjava.rmi.RemoteException
- on any errorpublic void deleteClusterQueue(ClusterQueue obj) throws java.rmi.RemoteException
ClusterQueue
object.deleteClusterQueue
in interface JGDIRemote
obj
- the ClusterQueue
object with the primary key informationjava.rmi.RemoteException
- on any errorpublic void deleteClusterQueue(java.lang.String CQ_name) throws java.rmi.RemoteException
ClusterQueue
object by its primary keydeleteClusterQueue
in interface JGDIRemote
CQ_name
- the CQ_name of the ClusterQueue
objectjava.rmi.RemoteException
- on any errorpublic void addClusterQueue(ClusterQueue obj) throws java.rmi.RemoteException
ClusterQueue
object.addClusterQueue
in interface JGDIRemote
obj
- the new ClusterQueue
objectjava.rmi.RemoteException
- on any errorpublic java.util.List getClusterQueueList() throws java.rmi.RemoteException
ClusterQueue
objects.getClusterQueueList
in interface JGDIRemote
ClusterQueue
objectsjava.rmi.RemoteException
- on any errorpublic ClusterQueue getClusterQueue(java.lang.String CQ_name) throws java.rmi.RemoteException
ClusterQueue
object by its primary keygetClusterQueue
in interface JGDIRemote
CQ_name
- the CQ_name of the ClusterQueue
objectClusterQueue
object or null
java.rmi.RemoteException
- on any errorpublic JobSchedulingInfo getJobSchedulingInfo() throws java.rmi.RemoteException
JobSchedulingInfo
object.getJobSchedulingInfo
in interface JGDIRemote
JobSchedulingInfo
objectjava.rmi.RemoteException
- on any errorpublic void updateUserSet(UserSet obj) throws java.rmi.RemoteException
updateUserSet
in interface JGDIRemote
obj
- the UserSet object with the new valuesjava.rmi.RemoteException
- on any errorpublic void deleteUserSet(UserSet obj) throws java.rmi.RemoteException
UserSet
object.deleteUserSet
in interface JGDIRemote
obj
- the UserSet
object with the primary key informationjava.rmi.RemoteException
- on any errorpublic void deleteUserSet(java.lang.String US_name) throws java.rmi.RemoteException
UserSet
object by its primary keydeleteUserSet
in interface JGDIRemote
US_name
- the US_name of the UserSet
objectjava.rmi.RemoteException
- on any errorpublic void addUserSet(UserSet obj) throws java.rmi.RemoteException
UserSet
object.addUserSet
in interface JGDIRemote
obj
- the new UserSet
objectjava.rmi.RemoteException
- on any errorpublic java.util.List getUserSetList() throws java.rmi.RemoteException
UserSet
objects.getUserSetList
in interface JGDIRemote
UserSet
objectsjava.rmi.RemoteException
- on any errorpublic UserSet getUserSet(java.lang.String US_name) throws java.rmi.RemoteException
UserSet
object by its primary keygetUserSet
in interface JGDIRemote
US_name
- the US_name of the UserSet
objectUserSet
object or null
java.rmi.RemoteException
- on any errorpublic void updateCalendar(Calendar obj) throws java.rmi.RemoteException
updateCalendar
in interface JGDIRemote
obj
- the Calendar object with the new valuesjava.rmi.RemoteException
- on any errorpublic void deleteCalendar(Calendar obj) throws java.rmi.RemoteException
Calendar
object.deleteCalendar
in interface JGDIRemote
obj
- the Calendar
object with the primary key informationjava.rmi.RemoteException
- on any errorpublic void deleteCalendar(java.lang.String CAL_name) throws java.rmi.RemoteException
Calendar
object by its primary keydeleteCalendar
in interface JGDIRemote
CAL_name
- the CAL_name of the Calendar
objectjava.rmi.RemoteException
- on any errorpublic void addCalendar(Calendar obj) throws java.rmi.RemoteException
Calendar
object.addCalendar
in interface JGDIRemote
obj
- the new Calendar
objectjava.rmi.RemoteException
- on any errorpublic java.util.List getCalendarList() throws java.rmi.RemoteException
Calendar
objects.getCalendarList
in interface JGDIRemote
Calendar
objectsjava.rmi.RemoteException
- on any errorpublic Calendar getCalendar(java.lang.String CAL_name) throws java.rmi.RemoteException
Calendar
object by its primary keygetCalendar
in interface JGDIRemote
CAL_name
- the CAL_name of the Calendar
objectCalendar
object or null
java.rmi.RemoteException
- on any errorpublic void deleteOperator(Operator obj) throws java.rmi.RemoteException
Operator
object.deleteOperator
in interface JGDIRemote
obj
- the Operator
object with the primary key informationjava.rmi.RemoteException
- on any errorpublic void deleteOperator(java.lang.String UO_name) throws java.rmi.RemoteException
Operator
object by its primary keydeleteOperator
in interface JGDIRemote
UO_name
- the UO_name of the Operator
objectjava.rmi.RemoteException
- on any errorpublic void addOperator(Operator obj) throws java.rmi.RemoteException
Operator
object.addOperator
in interface JGDIRemote
obj
- the new Operator
objectjava.rmi.RemoteException
- on any errorpublic java.util.List getOperatorList() throws java.rmi.RemoteException
Operator
objects.getOperatorList
in interface JGDIRemote
Operator
objectsjava.rmi.RemoteException
- on any errorpublic Operator getOperator(java.lang.String UO_name) throws java.rmi.RemoteException
Operator
object by its primary keygetOperator
in interface JGDIRemote
UO_name
- the UO_name of the Operator
objectOperator
object or null
java.rmi.RemoteException
- on any errorpublic void updateJob(Job obj) throws java.rmi.RemoteException
updateJob
in interface JGDIRemote
obj
- the Job object with the new valuesjava.rmi.RemoteException
- on any errorpublic void deleteJob(Job obj) throws java.rmi.RemoteException
Job
object.deleteJob
in interface JGDIRemote
obj
- the Job
object with the primary key informationjava.rmi.RemoteException
- on any errorpublic void deleteJob(int JB_job_number) throws java.rmi.RemoteException
Job
object by its primary keydeleteJob
in interface JGDIRemote
JB_job_number
- the JB_job_number of the Job
objectjava.rmi.RemoteException
- on any errorpublic void addJob(Job obj) throws java.rmi.RemoteException
Job
object.addJob
in interface JGDIRemote
obj
- the new Job
objectjava.rmi.RemoteException
- on any errorpublic java.util.List getJobList() throws java.rmi.RemoteException
Job
objects.getJobList
in interface JGDIRemote
Job
objectsjava.rmi.RemoteException
- on any errorpublic Job getJob(int JB_job_number) throws java.rmi.RemoteException
Job
object by its primary keygetJob
in interface JGDIRemote
JB_job_number
- the JB_job_number of the Job
objectJob
object or null
java.rmi.RemoteException
- on any errorpublic void updateResourceQuotaSet(ResourceQuotaSet obj) throws java.rmi.RemoteException
updateResourceQuotaSet
in interface JGDIRemote
obj
- the ResourceQuotaSet object with the new valuesjava.rmi.RemoteException
- on any errorpublic void deleteResourceQuotaSet(ResourceQuotaSet obj) throws java.rmi.RemoteException
ResourceQuotaSet
object.deleteResourceQuotaSet
in interface JGDIRemote
obj
- the ResourceQuotaSet
object with the primary key informationjava.rmi.RemoteException
- on any errorpublic void deleteResourceQuotaSet(java.lang.String RQS_name) throws java.rmi.RemoteException
ResourceQuotaSet
object by its primary keydeleteResourceQuotaSet
in interface JGDIRemote
RQS_name
- the RQS_name of the ResourceQuotaSet
objectjava.rmi.RemoteException
- on any errorpublic void addResourceQuotaSet(ResourceQuotaSet obj) throws java.rmi.RemoteException
ResourceQuotaSet
object.addResourceQuotaSet
in interface JGDIRemote
obj
- the new ResourceQuotaSet
objectjava.rmi.RemoteException
- on any errorpublic java.util.List getResourceQuotaSetList() throws java.rmi.RemoteException
ResourceQuotaSet
objects.getResourceQuotaSetList
in interface JGDIRemote
ResourceQuotaSet
objectsjava.rmi.RemoteException
- on any errorpublic ResourceQuotaSet getResourceQuotaSet(java.lang.String RQS_name) throws java.rmi.RemoteException
ResourceQuotaSet
object by its primary keygetResourceQuotaSet
in interface JGDIRemote
RQS_name
- the RQS_name of the ResourceQuotaSet
objectResourceQuotaSet
object or null
java.rmi.RemoteException
- on any errorpublic java.util.List getEventClientList() throws java.rmi.RemoteException
EventClient
objects.getEventClientList
in interface JGDIRemote
EventClient
objectsjava.rmi.RemoteException
- on any errorpublic void updateUser(User obj) throws java.rmi.RemoteException
updateUser
in interface JGDIRemote
obj
- the User object with the new valuesjava.rmi.RemoteException
- on any errorpublic void deleteUser(User obj) throws java.rmi.RemoteException
User
object.deleteUser
in interface JGDIRemote
obj
- the User
object with the primary key informationjava.rmi.RemoteException
- on any errorpublic void deleteUser(java.lang.String UU_name) throws java.rmi.RemoteException
User
object by its primary keydeleteUser
in interface JGDIRemote
UU_name
- the UU_name of the User
objectjava.rmi.RemoteException
- on any errorpublic void addUser(User obj) throws java.rmi.RemoteException
User
object.addUser
in interface JGDIRemote
obj
- the new User
objectjava.rmi.RemoteException
- on any errorpublic java.util.List getUserList() throws java.rmi.RemoteException
User
objects.getUserList
in interface JGDIRemote
User
objectsjava.rmi.RemoteException
- on any errorpublic User getUser(java.lang.String UU_name) throws java.rmi.RemoteException
User
object by its primary keygetUser
in interface JGDIRemote
UU_name
- the UU_name of the User
objectUser
object or null
java.rmi.RemoteException
- on any errorCopyright © 2007 Sun Microsystems, Inc. All rights reserved.