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, unsuspendQueuesclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitcleanQueues, 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, unsuspendQueuespublic JGDIRemoteCache()
public JGDIRemoteCache(JGDIRemote jgdi)
jgdi - the jgdi remote servicepublic void deleteSubmitHost(SubmitHost obj) throws java.rmi.RemoteException
SubmitHost object.deleteSubmitHost in interface JGDIRemoteobj - 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 JGDIRemoteSH_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 JGDIRemoteobj - the new SubmitHost objectjava.rmi.RemoteException - on any errorpublic java.util.List getSubmitHostList()
throws java.rmi.RemoteException
SubmitHost objects.getSubmitHostList in interface JGDIRemoteSubmitHost objectsjava.rmi.RemoteException - on any errorpublic void updateHostgroup(Hostgroup obj) throws java.rmi.RemoteException
updateHostgroup in interface JGDIRemoteobj - 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 JGDIRemoteobj - 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 JGDIRemoteHGRP_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 JGDIRemoteobj - the new Hostgroup objectjava.rmi.RemoteException - on any errorpublic java.util.List getHostgroupList()
throws java.rmi.RemoteException
Hostgroup objects.getHostgroupList in interface JGDIRemoteHostgroup 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 JGDIRemoteHGRP_name - the HGRP_name of the Hostgroup objectHostgroup object or nulljava.rmi.RemoteException - on any errorpublic void updateShareTree(ShareTree obj) throws java.rmi.RemoteException
updateShareTree in interface JGDIRemoteobj - 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 JGDIRemoteSTN_name - the STN_name of the ShareTree objectShareTree object or nulljava.rmi.RemoteException - on any errorpublic void deleteAdminHost(AdminHost obj) throws java.rmi.RemoteException
AdminHost object.deleteAdminHost in interface JGDIRemoteobj - 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 JGDIRemoteAH_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 JGDIRemoteobj - the new AdminHost objectjava.rmi.RemoteException - on any errorpublic java.util.List getAdminHostList()
throws java.rmi.RemoteException
AdminHost objects.getAdminHostList in interface JGDIRemoteAdminHost objectsjava.rmi.RemoteException - on any errorpublic JobSchedulingInfo getJobSchedulingInfo() throws java.rmi.RemoteException
JobSchedulingInfo object.getJobSchedulingInfo in interface JGDIRemoteJobSchedulingInfo objectjava.rmi.RemoteException - on any errorpublic void updateUserSet(UserSet obj) throws java.rmi.RemoteException
updateUserSet in interface JGDIRemoteobj - 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 JGDIRemoteobj - 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 JGDIRemoteUS_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 JGDIRemoteobj - the new UserSet objectjava.rmi.RemoteException - on any errorpublic java.util.List getUserSetList()
throws java.rmi.RemoteException
UserSet objects.getUserSetList in interface JGDIRemoteUserSet 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 JGDIRemoteUS_name - the US_name of the UserSet objectUserSet object or nulljava.rmi.RemoteException - on any errorpublic void deleteAdvanceReservation(AdvanceReservation obj) throws java.rmi.RemoteException
AdvanceReservation object.deleteAdvanceReservation in interface JGDIRemoteobj - 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 JGDIRemoteAR_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 JGDIRemoteobj - the new AdvanceReservation objectjava.rmi.RemoteException - on any errorpublic java.util.List getAdvanceReservationList()
throws java.rmi.RemoteException
AdvanceReservation objects.getAdvanceReservationList in interface JGDIRemoteAdvanceReservation objectsjava.rmi.RemoteException - on any errorpublic AdvanceReservation getAdvanceReservation(int AR_id) throws java.rmi.RemoteException
AdvanceReservation object by its primary keygetAdvanceReservation in interface JGDIRemoteAR_id - the AR_id of the AdvanceReservation objectAdvanceReservation object or nulljava.rmi.RemoteException - on any errorpublic void updateCheckpoint(Checkpoint obj) throws java.rmi.RemoteException
updateCheckpoint in interface JGDIRemoteobj - 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 JGDIRemoteobj - 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 JGDIRemoteCK_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 JGDIRemoteobj - the new Checkpoint objectjava.rmi.RemoteException - on any errorpublic java.util.List getCheckpointList()
throws java.rmi.RemoteException
Checkpoint objects.getCheckpointList in interface JGDIRemoteCheckpoint 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 JGDIRemoteCK_name - the CK_name of the Checkpoint objectCheckpoint object or nulljava.rmi.RemoteException - on any errorpublic void updateJob(Job obj) throws java.rmi.RemoteException
updateJob in interface JGDIRemoteobj - 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 JGDIRemoteobj - 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 JGDIRemoteJB_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 JGDIRemoteobj - the new Job objectjava.rmi.RemoteException - on any errorpublic java.util.List getJobList()
throws java.rmi.RemoteException
Job objects.getJobList in interface JGDIRemoteJob objectsjava.rmi.RemoteException - on any errorpublic Job getJob(int JB_job_number) throws java.rmi.RemoteException
Job object by its primary keygetJob in interface JGDIRemoteJB_job_number - the JB_job_number of the Job objectJob object or nulljava.rmi.RemoteException - on any errorpublic void updateConfiguration(Configuration obj) throws java.rmi.RemoteException
updateConfiguration in interface JGDIRemoteobj - 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 JGDIRemoteobj - 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 JGDIRemoteCONF_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 JGDIRemoteobj - the new Configuration objectjava.rmi.RemoteException - on any errorpublic java.util.List getConfigurationList()
throws java.rmi.RemoteException
Configuration objects.getConfigurationList in interface JGDIRemoteConfiguration 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 JGDIRemoteCONF_name - the CONF_name of the Configuration objectConfiguration object or nulljava.rmi.RemoteException - on any errorpublic void updateProject(Project obj) throws java.rmi.RemoteException
updateProject in interface JGDIRemoteobj - 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 JGDIRemoteobj - 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 JGDIRemotePR_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 JGDIRemoteobj - the new Project objectjava.rmi.RemoteException - on any errorpublic java.util.List getProjectList()
throws java.rmi.RemoteException
Project objects.getProjectList in interface JGDIRemoteProject 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 JGDIRemotePR_name - the PR_name of the Project objectProject object or nulljava.rmi.RemoteException - on any errorpublic void updateComplexEntry(ComplexEntry obj) throws java.rmi.RemoteException
updateComplexEntry in interface JGDIRemoteobj - 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 JGDIRemoteobj - 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 JGDIRemoteCE_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 JGDIRemoteobj - the new ComplexEntry objectjava.rmi.RemoteException - on any errorpublic java.util.List getComplexEntryList()
throws java.rmi.RemoteException
ComplexEntry objects.getComplexEntryList in interface JGDIRemoteComplexEntry 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 JGDIRemoteCE_name - the CE_name of the ComplexEntry objectComplexEntry object or nulljava.rmi.RemoteException - on any errorpublic void updateSchedConf(SchedConf obj) throws java.rmi.RemoteException
updateSchedConf in interface JGDIRemoteobj - the SchedConf object with the new valuesjava.rmi.RemoteException - on any errorpublic SchedConf getSchedConf() throws java.rmi.RemoteException
SchedConf object.getSchedConf in interface JGDIRemoteSchedConf objectjava.rmi.RemoteException - on any errorpublic void updateClusterQueue(ClusterQueue obj) throws java.rmi.RemoteException
updateClusterQueue in interface JGDIRemoteobj - 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 JGDIRemoteobj - 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 JGDIRemoteCQ_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 JGDIRemoteobj - the new ClusterQueue objectjava.rmi.RemoteException - on any errorpublic java.util.List getClusterQueueList()
throws java.rmi.RemoteException
ClusterQueue objects.getClusterQueueList in interface JGDIRemoteClusterQueue 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 JGDIRemoteCQ_name - the CQ_name of the ClusterQueue objectClusterQueue object or nulljava.rmi.RemoteException - on any errorpublic void updateParallelEnvironment(ParallelEnvironment obj) throws java.rmi.RemoteException
updateParallelEnvironment in interface JGDIRemoteobj - 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 JGDIRemoteobj - 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 JGDIRemotePE_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 JGDIRemoteobj - the new ParallelEnvironment objectjava.rmi.RemoteException - on any errorpublic java.util.List getParallelEnvironmentList()
throws java.rmi.RemoteException
ParallelEnvironment objects.getParallelEnvironmentList in interface JGDIRemoteParallelEnvironment 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 JGDIRemotePE_name - the PE_name of the ParallelEnvironment objectParallelEnvironment object or nulljava.rmi.RemoteException - on any errorpublic void deleteManager(Manager obj) throws java.rmi.RemoteException
Manager object.deleteManager in interface JGDIRemoteobj - 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 JGDIRemoteUM_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 JGDIRemoteobj - the new Manager objectjava.rmi.RemoteException - on any errorpublic java.util.List getManagerList()
throws java.rmi.RemoteException
Manager objects.getManagerList in interface JGDIRemoteManager 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 JGDIRemoteUM_name - the UM_name of the Manager objectManager object or nulljava.rmi.RemoteException - on any errorpublic java.util.List getEventClientList()
throws java.rmi.RemoteException
EventClient objects.getEventClientList in interface JGDIRemoteEventClient objectsjava.rmi.RemoteException - on any errorpublic void updateUser(User obj) throws java.rmi.RemoteException
updateUser in interface JGDIRemoteobj - 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 JGDIRemoteobj - 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 JGDIRemoteUU_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 JGDIRemoteobj - the new User objectjava.rmi.RemoteException - on any errorpublic java.util.List getUserList()
throws java.rmi.RemoteException
User objects.getUserList in interface JGDIRemoteUser 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 JGDIRemoteUU_name - the UU_name of the User objectUser object or nulljava.rmi.RemoteException - on any errorpublic void updateExecHost(ExecHost obj) throws java.rmi.RemoteException
updateExecHost in interface JGDIRemoteobj - 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 JGDIRemoteobj - 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 JGDIRemoteEH_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 JGDIRemoteobj - the new ExecHost objectjava.rmi.RemoteException - on any errorpublic java.util.List getExecHostList()
throws java.rmi.RemoteException
ExecHost objects.getExecHostList in interface JGDIRemoteExecHost 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 JGDIRemoteEH_name - the EH_name of the ExecHost objectExecHost object or nulljava.rmi.RemoteException - on any errorpublic void updateResourceQuotaSet(ResourceQuotaSet obj) throws java.rmi.RemoteException
updateResourceQuotaSet in interface JGDIRemoteobj - 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 JGDIRemoteobj - 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 JGDIRemoteRQS_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 JGDIRemoteobj - the new ResourceQuotaSet objectjava.rmi.RemoteException - on any errorpublic java.util.List getResourceQuotaSetList()
throws java.rmi.RemoteException
ResourceQuotaSet objects.getResourceQuotaSetList in interface JGDIRemoteResourceQuotaSet 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 JGDIRemoteRQS_name - the RQS_name of the ResourceQuotaSet objectResourceQuotaSet object or nulljava.rmi.RemoteException - on any errorpublic void deleteOperator(Operator obj) throws java.rmi.RemoteException
Operator object.deleteOperator in interface JGDIRemoteobj - 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 JGDIRemoteUO_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 JGDIRemoteobj - the new Operator objectjava.rmi.RemoteException - on any errorpublic java.util.List getOperatorList()
throws java.rmi.RemoteException
Operator objects.getOperatorList in interface JGDIRemoteOperator 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 JGDIRemoteUO_name - the UO_name of the Operator objectOperator object or nulljava.rmi.RemoteException - on any errorpublic void updateCalendar(Calendar obj) throws java.rmi.RemoteException
updateCalendar in interface JGDIRemoteobj - 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 JGDIRemoteobj - 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 JGDIRemoteCAL_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 JGDIRemoteobj - the new Calendar objectjava.rmi.RemoteException - on any errorpublic java.util.List getCalendarList()
throws java.rmi.RemoteException
Calendar objects.getCalendarList in interface JGDIRemoteCalendar 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 JGDIRemoteCAL_name - the CAL_name of the Calendar objectCalendar object or nulljava.rmi.RemoteException - on any errorCopyright © 2007 Sun Microsystems, Inc. All rights reserved.