public class JGDIRemoteImpl extends JGDIRemoteBaseImpl implements JGDIRemote
JGDIRemoteImpl implements an RMI service for
the JGDI interface.jgdi, logger| Constructor and Description |
|---|
JGDIRemoteImpl(java.lang.String url)
Create a new instance of
JGDIRemoteImpl. |
| 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)
Delete a AdminHost object.
|
void |
deleteAdminHost(java.lang.String AH_name)
Delete the
AdminHost object by primary key |
void |
deleteAdvanceReservation(AdvanceReservation obj)
Delete a AdvanceReservation object.
|
void |
deleteAdvanceReservation(int AR_id)
Delete the
AdvanceReservation object by primary key |
void |
deleteCalendar(Calendar obj)
Delete a Calendar object.
|
void |
deleteCalendar(java.lang.String CAL_name)
Delete the
Calendar object by primary key |
void |
deleteCheckpoint(Checkpoint obj)
Delete a Checkpoint object.
|
void |
deleteCheckpoint(java.lang.String CK_name)
Delete the
Checkpoint object by primary key |
void |
deleteClusterQueue(ClusterQueue obj)
Delete a ClusterQueue object.
|
void |
deleteClusterQueue(java.lang.String CQ_name)
Delete the
ClusterQueue object by primary key |
void |
deleteComplexEntry(ComplexEntry obj)
Delete a ComplexEntry object.
|
void |
deleteComplexEntry(java.lang.String CE_name)
Delete the
ComplexEntry object by primary key |
void |
deleteConfiguration(Configuration obj)
Delete a Configuration object.
|
void |
deleteConfiguration(java.lang.String CONF_name)
Delete the
Configuration object by primary key |
void |
deleteExecHost(ExecHost obj)
Delete a ExecHost object.
|
void |
deleteExecHost(java.lang.String EH_name)
Delete the
ExecHost object by primary key |
void |
deleteHostgroup(Hostgroup obj)
Delete a Hostgroup object.
|
void |
deleteHostgroup(java.lang.String HGRP_name)
Delete the
Hostgroup object by primary key |
void |
deleteJob(int JB_job_number)
Delete the
Job object by primary key |
void |
deleteJob(Job obj)
Delete a Job object.
|
void |
deleteManager(Manager obj)
Delete a Manager object.
|
void |
deleteManager(java.lang.String UM_name)
Delete the
Manager object by primary key |
void |
deleteOperator(Operator obj)
Delete a Operator object.
|
void |
deleteOperator(java.lang.String UO_name)
Delete the
Operator object by primary key |
void |
deleteParallelEnvironment(ParallelEnvironment obj)
Delete a ParallelEnvironment object.
|
void |
deleteParallelEnvironment(java.lang.String PE_name)
Delete the
ParallelEnvironment object by primary key |
void |
deleteProject(Project obj)
Delete a Project object.
|
void |
deleteProject(java.lang.String PR_name)
Delete the
Project object by primary key |
void |
deleteResourceQuotaSet(ResourceQuotaSet obj)
Delete a ResourceQuotaSet object.
|
void |
deleteResourceQuotaSet(java.lang.String RQS_name)
Delete the
ResourceQuotaSet object by primary key |
void |
deleteSubmitHost(java.lang.String SH_name)
Delete the
SubmitHost object by primary key |
void |
deleteSubmitHost(SubmitHost obj)
Delete a SubmitHost object.
|
void |
deleteUser(java.lang.String UU_name)
Delete the
User object by primary key |
void |
deleteUser(User obj)
Delete a User object.
|
void |
deleteUserSet(java.lang.String US_name)
Delete the
UserSet object by primary key |
void |
deleteUserSet(UserSet obj)
Delete a UserSet object.
|
java.util.List |
getAdminHostList()
Get all
AdminHost objects. |
AdvanceReservation |
getAdvanceReservation(int AR_id)
Get the
AdvanceReservation object; |
java.util.List |
getAdvanceReservationList()
Get all
AdvanceReservation objects. |
Calendar |
getCalendar(java.lang.String CAL_name)
Get the
Calendar object; |
java.util.List |
getCalendarList()
Get all
Calendar objects. |
Checkpoint |
getCheckpoint(java.lang.String CK_name)
Get the
Checkpoint object; |
java.util.List |
getCheckpointList()
Get all
Checkpoint objects. |
ClusterQueue |
getClusterQueue(java.lang.String CQ_name)
Get the
ClusterQueue object; |
java.util.List |
getClusterQueueList()
Get all
ClusterQueue objects. |
ComplexEntry |
getComplexEntry(java.lang.String CE_name)
Get the
ComplexEntry object; |
java.util.List |
getComplexEntryList()
Get all
ComplexEntry objects. |
Configuration |
getConfiguration(java.lang.String CONF_name)
Get the
Configuration object; |
java.util.List |
getConfigurationList()
Get all
Configuration objects. |
java.util.List |
getEventClientList()
Get all
EventClient objects. |
ExecHost |
getExecHost(java.lang.String EH_name)
Get the
ExecHost object; |
java.util.List |
getExecHostList()
Get all
ExecHost objects. |
Hostgroup |
getHostgroup(java.lang.String HGRP_name)
Get the
Hostgroup object; |
java.util.List |
getHostgroupList()
Get all
Hostgroup objects. |
Job |
getJob(int JB_job_number)
Get the
Job object; |
java.util.List |
getJobList()
Get all
Job objects. |
JobSchedulingInfo |
getJobSchedulingInfo()
Get the
JobSchedulingInfo object; |
Manager |
getManager(java.lang.String UM_name)
Get the
Manager object; |
java.util.List |
getManagerList()
Get all
Manager objects. |
Operator |
getOperator(java.lang.String UO_name)
Get the
Operator object; |
java.util.List |
getOperatorList()
Get all
Operator objects. |
ParallelEnvironment |
getParallelEnvironment(java.lang.String PE_name)
Get the
ParallelEnvironment object; |
java.util.List |
getParallelEnvironmentList()
Get all
ParallelEnvironment objects. |
Project |
getProject(java.lang.String PR_name)
Get the
Project object; |
java.util.List |
getProjectList()
Get all
Project objects. |
ResourceQuotaSet |
getResourceQuotaSet(java.lang.String RQS_name)
Get the
ResourceQuotaSet object; |
java.util.List |
getResourceQuotaSetList()
Get all
ResourceQuotaSet objects. |
SchedConf |
getSchedConf()
Get the
SchedConf object; |
ShareTree |
getShareTree(java.lang.String STN_name)
Get the
ShareTree object; |
java.util.List |
getSubmitHostList()
Get all
SubmitHost objects. |
User |
getUser(java.lang.String UU_name)
Get the
User object; |
java.util.List |
getUserList()
Get all
User objects. |
UserSet |
getUserSet(java.lang.String US_name)
Get the
UserSet object; |
java.util.List |
getUserSetList()
Get all
UserSet objects. |
void |
updateCalendar(Calendar obj)
Update the
Calendar object. |
void |
updateCheckpoint(Checkpoint obj)
Update the
Checkpoint object. |
void |
updateClusterQueue(ClusterQueue obj)
Update the
ClusterQueue object. |
void |
updateComplexEntry(ComplexEntry obj)
Update the
ComplexEntry object. |
void |
updateConfiguration(Configuration obj)
Update the
Configuration object. |
void |
updateExecHost(ExecHost obj)
Update the
ExecHost object. |
void |
updateHostgroup(Hostgroup obj)
Update the
Hostgroup object. |
void |
updateJob(Job obj)
Update the
Job object. |
void |
updateParallelEnvironment(ParallelEnvironment obj)
Update the
ParallelEnvironment object. |
void |
updateProject(Project obj)
Update the
Project object. |
void |
updateResourceQuotaSet(ResourceQuotaSet obj)
Update the
ResourceQuotaSet object. |
void |
updateSchedConf(SchedConf obj)
Update a
SchedConf object. |
void |
updateShareTree(ShareTree obj)
Update the
ShareTree object. |
void |
updateUser(User obj)
Update the
User object. |
void |
updateUserSet(UserSet obj)
Update the
UserSet object. |
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, unsuspendQueuesclone, exportObject, exportObject, exportObject, unexportObjectequals, getRef, hashCode, toString, toStubfinalize, getClass, notify, notifyAll, 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 JGDIRemoteImpl(java.lang.String url)
throws java.rmi.RemoteException,
JGDIException
JGDIRemoteImpl.url - JGDI connection urljava.rmi.RemoteExceptionJGDIExceptionpublic void deleteSubmitHost(SubmitHost obj) throws java.rmi.RemoteException
deleteSubmitHost in interface JGDIRemoteobj - the SubmitHost with the primary informationjava.rmi.RemoteException - on any errorpublic void deleteSubmitHost(java.lang.String SH_name)
throws java.rmi.RemoteException
SubmitHost object by 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
Hostgroup object.updateHostgroup in interface JGDIRemoteobj - the Hostgroup object with the new valuesjava.rmi.RemoteException - on any errorpublic void deleteHostgroup(Hostgroup obj) throws java.rmi.RemoteException
deleteHostgroup in interface JGDIRemoteobj - the Hostgroup with the primary informationjava.rmi.RemoteException - on any errorpublic void deleteHostgroup(java.lang.String HGRP_name)
throws java.rmi.RemoteException
Hostgroup object by 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;getHostgroup in interface JGDIRemoteHGRP_name - the HGRP_name of the Hostgroup objectHostgroup objectjava.rmi.RemoteException - on any errorpublic void updateShareTree(ShareTree obj) throws java.rmi.RemoteException
ShareTree object.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;getShareTree in interface JGDIRemoteSTN_name - the STN_name of the ShareTree objectShareTree objectjava.rmi.RemoteException - on any errorpublic void deleteAdminHost(AdminHost obj) throws java.rmi.RemoteException
deleteAdminHost in interface JGDIRemoteobj - the AdminHost with the primary informationjava.rmi.RemoteException - on any errorpublic void deleteAdminHost(java.lang.String AH_name)
throws java.rmi.RemoteException
AdminHost object by 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
UserSet object.updateUserSet in interface JGDIRemoteobj - the UserSet object with the new valuesjava.rmi.RemoteException - on any errorpublic void deleteUserSet(UserSet obj) throws java.rmi.RemoteException
deleteUserSet in interface JGDIRemoteobj - the UserSet with the primary informationjava.rmi.RemoteException - on any errorpublic void deleteUserSet(java.lang.String US_name)
throws java.rmi.RemoteException
UserSet object by 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;getUserSet in interface JGDIRemoteUS_name - the US_name of the UserSet objectUserSet objectjava.rmi.RemoteException - on any errorpublic void deleteAdvanceReservation(AdvanceReservation obj) throws java.rmi.RemoteException
deleteAdvanceReservation in interface JGDIRemoteobj - the AdvanceReservation with the primary informationjava.rmi.RemoteException - on any errorpublic void deleteAdvanceReservation(int AR_id)
throws java.rmi.RemoteException
AdvanceReservation object by 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;getAdvanceReservation in interface JGDIRemoteAR_id - the AR_id of the AdvanceReservation objectAdvanceReservation objectjava.rmi.RemoteException - on any errorpublic void updateCheckpoint(Checkpoint obj) throws java.rmi.RemoteException
Checkpoint object.updateCheckpoint in interface JGDIRemoteobj - the Checkpoint object with the new valuesjava.rmi.RemoteException - on any errorpublic void deleteCheckpoint(Checkpoint obj) throws java.rmi.RemoteException
deleteCheckpoint in interface JGDIRemoteobj - the Checkpoint with the primary informationjava.rmi.RemoteException - on any errorpublic void deleteCheckpoint(java.lang.String CK_name)
throws java.rmi.RemoteException
Checkpoint object by 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;getCheckpoint in interface JGDIRemoteCK_name - the CK_name of the Checkpoint objectCheckpoint objectjava.rmi.RemoteException - on any errorpublic void updateJob(Job obj) throws java.rmi.RemoteException
Job object.updateJob in interface JGDIRemoteobj - the Job object with the new valuesjava.rmi.RemoteException - on any errorpublic void deleteJob(Job obj) throws java.rmi.RemoteException
deleteJob in interface JGDIRemoteobj - the Job with the primary informationjava.rmi.RemoteException - on any errorpublic void deleteJob(int JB_job_number)
throws java.rmi.RemoteException
Job object by 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;getJob in interface JGDIRemoteJB_job_number - the JB_job_number of the Job objectJob objectjava.rmi.RemoteException - on any errorpublic void updateConfiguration(Configuration obj) throws java.rmi.RemoteException
Configuration object.updateConfiguration in interface JGDIRemoteobj - the Configuration object with the new valuesjava.rmi.RemoteException - on any errorpublic void deleteConfiguration(Configuration obj) throws java.rmi.RemoteException
deleteConfiguration in interface JGDIRemoteobj - the Configuration with the primary informationjava.rmi.RemoteException - on any errorpublic void deleteConfiguration(java.lang.String CONF_name)
throws java.rmi.RemoteException
Configuration object by 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;getConfiguration in interface JGDIRemoteCONF_name - the CONF_name of the Configuration objectConfiguration objectjava.rmi.RemoteException - on any errorpublic void updateProject(Project obj) throws java.rmi.RemoteException
Project object.updateProject in interface JGDIRemoteobj - the Project object with the new valuesjava.rmi.RemoteException - on any errorpublic void deleteProject(Project obj) throws java.rmi.RemoteException
deleteProject in interface JGDIRemoteobj - the Project with the primary informationjava.rmi.RemoteException - on any errorpublic void deleteProject(java.lang.String PR_name)
throws java.rmi.RemoteException
Project object by 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;getProject in interface JGDIRemotePR_name - the PR_name of the Project objectProject objectjava.rmi.RemoteException - on any errorpublic void updateComplexEntry(ComplexEntry obj) throws java.rmi.RemoteException
ComplexEntry object.updateComplexEntry in interface JGDIRemoteobj - the ComplexEntry object with the new valuesjava.rmi.RemoteException - on any errorpublic void deleteComplexEntry(ComplexEntry obj) throws java.rmi.RemoteException
deleteComplexEntry in interface JGDIRemoteobj - the ComplexEntry with the primary informationjava.rmi.RemoteException - on any errorpublic void deleteComplexEntry(java.lang.String CE_name)
throws java.rmi.RemoteException
ComplexEntry object by 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;getComplexEntry in interface JGDIRemoteCE_name - the CE_name of the ComplexEntry objectComplexEntry objectjava.rmi.RemoteException - on any errorpublic void updateSchedConf(SchedConf obj) throws java.rmi.RemoteException
SchedConf object.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
ClusterQueue object.updateClusterQueue in interface JGDIRemoteobj - the ClusterQueue object with the new valuesjava.rmi.RemoteException - on any errorpublic void deleteClusterQueue(ClusterQueue obj) throws java.rmi.RemoteException
deleteClusterQueue in interface JGDIRemoteobj - the ClusterQueue with the primary informationjava.rmi.RemoteException - on any errorpublic void deleteClusterQueue(java.lang.String CQ_name)
throws java.rmi.RemoteException
ClusterQueue object by 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;getClusterQueue in interface JGDIRemoteCQ_name - the CQ_name of the ClusterQueue objectClusterQueue objectjava.rmi.RemoteException - on any errorpublic void updateParallelEnvironment(ParallelEnvironment obj) throws java.rmi.RemoteException
ParallelEnvironment object.updateParallelEnvironment in interface JGDIRemoteobj - the ParallelEnvironment object with the new valuesjava.rmi.RemoteException - on any errorpublic void deleteParallelEnvironment(ParallelEnvironment obj) throws java.rmi.RemoteException
deleteParallelEnvironment in interface JGDIRemoteobj - the ParallelEnvironment with the primary informationjava.rmi.RemoteException - on any errorpublic void deleteParallelEnvironment(java.lang.String PE_name)
throws java.rmi.RemoteException
ParallelEnvironment object by 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;getParallelEnvironment in interface JGDIRemotePE_name - the PE_name of the ParallelEnvironment objectParallelEnvironment objectjava.rmi.RemoteException - on any errorpublic void deleteManager(Manager obj) throws java.rmi.RemoteException
deleteManager in interface JGDIRemoteobj - the Manager with the primary informationjava.rmi.RemoteException - on any errorpublic void deleteManager(java.lang.String UM_name)
throws java.rmi.RemoteException
Manager object by 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;getManager in interface JGDIRemoteUM_name - the UM_name of the Manager objectManager objectjava.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
User object.updateUser in interface JGDIRemoteobj - the User object with the new valuesjava.rmi.RemoteException - on any errorpublic void deleteUser(User obj) throws java.rmi.RemoteException
deleteUser in interface JGDIRemoteobj - the User with the primary informationjava.rmi.RemoteException - on any errorpublic void deleteUser(java.lang.String UU_name)
throws java.rmi.RemoteException
User object by 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;getUser in interface JGDIRemoteUU_name - the UU_name of the User objectUser objectjava.rmi.RemoteException - on any errorpublic void updateExecHost(ExecHost obj) throws java.rmi.RemoteException
ExecHost object.updateExecHost in interface JGDIRemoteobj - the ExecHost object with the new valuesjava.rmi.RemoteException - on any errorpublic void deleteExecHost(ExecHost obj) throws java.rmi.RemoteException
deleteExecHost in interface JGDIRemoteobj - the ExecHost with the primary informationjava.rmi.RemoteException - on any errorpublic void deleteExecHost(java.lang.String EH_name)
throws java.rmi.RemoteException
ExecHost object by 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;getExecHost in interface JGDIRemoteEH_name - the EH_name of the ExecHost objectExecHost objectjava.rmi.RemoteException - on any errorpublic void updateResourceQuotaSet(ResourceQuotaSet obj) throws java.rmi.RemoteException
ResourceQuotaSet object.updateResourceQuotaSet in interface JGDIRemoteobj - the ResourceQuotaSet object with the new valuesjava.rmi.RemoteException - on any errorpublic void deleteResourceQuotaSet(ResourceQuotaSet obj) throws java.rmi.RemoteException
deleteResourceQuotaSet in interface JGDIRemoteobj - the ResourceQuotaSet with the primary informationjava.rmi.RemoteException - on any errorpublic void deleteResourceQuotaSet(java.lang.String RQS_name)
throws java.rmi.RemoteException
ResourceQuotaSet object by 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;getResourceQuotaSet in interface JGDIRemoteRQS_name - the RQS_name of the ResourceQuotaSet objectResourceQuotaSet objectjava.rmi.RemoteException - on any errorpublic void deleteOperator(Operator obj) throws java.rmi.RemoteException
deleteOperator in interface JGDIRemoteobj - the Operator with the primary informationjava.rmi.RemoteException - on any errorpublic void deleteOperator(java.lang.String UO_name)
throws java.rmi.RemoteException
Operator object by 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;getOperator in interface JGDIRemoteUO_name - the UO_name of the Operator objectOperator objectjava.rmi.RemoteException - on any errorpublic void updateCalendar(Calendar obj) throws java.rmi.RemoteException
Calendar object.updateCalendar in interface JGDIRemoteobj - the Calendar object with the new valuesjava.rmi.RemoteException - on any errorpublic void deleteCalendar(Calendar obj) throws java.rmi.RemoteException
deleteCalendar in interface JGDIRemoteobj - the Calendar with the primary informationjava.rmi.RemoteException - on any errorpublic void deleteCalendar(java.lang.String CAL_name)
throws java.rmi.RemoteException
Calendar object by 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;getCalendar in interface JGDIRemoteCAL_name - the CAL_name of the Calendar objectCalendar objectjava.rmi.RemoteException - on any errorCopyright © 2007 Sun Microsystems, Inc. All rights reserved.