public interface JGDIRemote extends JGDIRemoteBase
JGDI for a RMI service.
Defines all method as JGDI, but throws a
RemoteException which includes the
JGDIException as cause.| 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
AdminHost object by its primary key |
void |
deleteAdvanceReservation(AdvanceReservation obj)
Add a delete
AdvanceReservation object. |
void |
deleteAdvanceReservation(int AR_id)
Delete 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
Calendar object by its primary key |
void |
deleteCheckpoint(Checkpoint obj)
Add a delete
Checkpoint object. |
void |
deleteCheckpoint(java.lang.String CK_name)
Delete 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
ClusterQueue object by its primary key |
void |
deleteComplexEntry(ComplexEntry obj)
Add a delete
ComplexEntry object. |
void |
deleteComplexEntry(java.lang.String CE_name)
Delete 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
Configuration object by its primary key |
void |
deleteExecHost(ExecHost obj)
Add a delete
ExecHost object. |
void |
deleteExecHost(java.lang.String EH_name)
Delete 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
Hostgroup object by its primary key |
void |
deleteJob(int JB_job_number)
Delete 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
Manager object by its primary key |
void |
deleteOperator(Operator obj)
Add a delete
Operator object. |
void |
deleteOperator(java.lang.String UO_name)
Delete 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
ParallelEnvironment object by its primary key |
void |
deleteProject(Project obj)
Add a delete
Project object. |
void |
deleteProject(java.lang.String PR_name)
Delete 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
ResourceQuotaSet object by its primary key |
void |
deleteSubmitHost(java.lang.String SH_name)
Delete 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
User object by its primary key |
void |
deleteUser(User obj)
Add a delete
User object. |
void |
deleteUserSet(java.lang.String US_name)
Delete 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 a
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. |
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, unsuspendQueuesvoid deleteSubmitHost(SubmitHost obj) throws java.rmi.RemoteException
SubmitHost object.obj - the SubmitHost object with the primary key informationjava.rmi.RemoteException - on any errorvoid deleteSubmitHost(java.lang.String SH_name)
throws java.rmi.RemoteException
SubmitHost object by its primary keySH_name - the SH_name of the SubmitHost objectjava.rmi.RemoteException - on any errorvoid addSubmitHost(SubmitHost obj) throws java.rmi.RemoteException
SubmitHost object.obj - the new SubmitHost objectjava.rmi.RemoteException - on any errorjava.util.List getSubmitHostList()
throws java.rmi.RemoteException
SubmitHost objects.SubmitHost objectsjava.rmi.RemoteException - on any errorvoid updateHostgroup(Hostgroup obj) throws java.rmi.RemoteException
Hostgroup object.obj - the Hostgroup objectjava.rmi.RemoteException - on any errorvoid deleteHostgroup(Hostgroup obj) throws java.rmi.RemoteException
Hostgroup object.obj - the Hostgroup object with the primary key informationjava.rmi.RemoteException - on any errorvoid deleteHostgroup(java.lang.String HGRP_name)
throws java.rmi.RemoteException
Hostgroup object by its primary keyHGRP_name - the HGRP_name of the Hostgroup objectjava.rmi.RemoteException - on any errorvoid addHostgroup(Hostgroup obj) throws java.rmi.RemoteException
Hostgroup object.obj - the new Hostgroup objectjava.rmi.RemoteException - on any errorjava.util.List getHostgroupList()
throws java.rmi.RemoteException
Hostgroup objects.Hostgroup objectsjava.rmi.RemoteException - on any errorHostgroup getHostgroup(java.lang.String HGRP_name) throws java.rmi.RemoteException
Hostgroup object by its primary keyHGRP_name - the HGRP_name of the Hostgroup objectHostgroup object or nulljava.rmi.RemoteException - on any errorvoid updateShareTree(ShareTree obj) throws java.rmi.RemoteException
ShareTree object.obj - the ShareTree objectjava.rmi.RemoteException - on any errorShareTree getShareTree(java.lang.String STN_name) throws java.rmi.RemoteException
ShareTree object by its primary keySTN_name - the STN_name of the ShareTree objectShareTree object or nulljava.rmi.RemoteException - on any errorvoid deleteAdminHost(AdminHost obj) throws java.rmi.RemoteException
AdminHost object.obj - the AdminHost object with the primary key informationjava.rmi.RemoteException - on any errorvoid deleteAdminHost(java.lang.String AH_name)
throws java.rmi.RemoteException
AdminHost object by its primary keyAH_name - the AH_name of the AdminHost objectjava.rmi.RemoteException - on any errorvoid addAdminHost(AdminHost obj) throws java.rmi.RemoteException
AdminHost object.obj - the new AdminHost objectjava.rmi.RemoteException - on any errorjava.util.List getAdminHostList()
throws java.rmi.RemoteException
AdminHost objects.AdminHost objectsjava.rmi.RemoteException - on any errorJobSchedulingInfo getJobSchedulingInfo() throws java.rmi.RemoteException
JobSchedulingInfo object.JobSchedulingInfo objectjava.rmi.RemoteException - on any errorvoid updateUserSet(UserSet obj) throws java.rmi.RemoteException
UserSet object.obj - the UserSet objectjava.rmi.RemoteException - on any errorvoid deleteUserSet(UserSet obj) throws java.rmi.RemoteException
UserSet object.obj - the UserSet object with the primary key informationjava.rmi.RemoteException - on any errorvoid deleteUserSet(java.lang.String US_name)
throws java.rmi.RemoteException
UserSet object by its primary keyUS_name - the US_name of the UserSet objectjava.rmi.RemoteException - on any errorvoid addUserSet(UserSet obj) throws java.rmi.RemoteException
UserSet object.obj - the new UserSet objectjava.rmi.RemoteException - on any errorjava.util.List getUserSetList()
throws java.rmi.RemoteException
UserSet objects.UserSet objectsjava.rmi.RemoteException - on any errorUserSet getUserSet(java.lang.String US_name) throws java.rmi.RemoteException
UserSet object by its primary keyUS_name - the US_name of the UserSet objectUserSet object or nulljava.rmi.RemoteException - on any errorvoid deleteAdvanceReservation(AdvanceReservation obj) throws java.rmi.RemoteException
AdvanceReservation object.obj - the AdvanceReservation object with the primary key informationjava.rmi.RemoteException - on any errorvoid deleteAdvanceReservation(int AR_id)
throws java.rmi.RemoteException
AdvanceReservation object by its primary keyAR_id - the AR_id of the AdvanceReservation objectjava.rmi.RemoteException - on any errorvoid addAdvanceReservation(AdvanceReservation obj) throws java.rmi.RemoteException
AdvanceReservation object.obj - the new AdvanceReservation objectjava.rmi.RemoteException - on any errorjava.util.List getAdvanceReservationList()
throws java.rmi.RemoteException
AdvanceReservation objects.AdvanceReservation objectsjava.rmi.RemoteException - on any errorAdvanceReservation getAdvanceReservation(int AR_id) throws java.rmi.RemoteException
AdvanceReservation object by its primary keyAR_id - the AR_id of the AdvanceReservation objectAdvanceReservation object or nulljava.rmi.RemoteException - on any errorvoid updateCheckpoint(Checkpoint obj) throws java.rmi.RemoteException
Checkpoint object.obj - the Checkpoint objectjava.rmi.RemoteException - on any errorvoid deleteCheckpoint(Checkpoint obj) throws java.rmi.RemoteException
Checkpoint object.obj - the Checkpoint object with the primary key informationjava.rmi.RemoteException - on any errorvoid deleteCheckpoint(java.lang.String CK_name)
throws java.rmi.RemoteException
Checkpoint object by its primary keyCK_name - the CK_name of the Checkpoint objectjava.rmi.RemoteException - on any errorvoid addCheckpoint(Checkpoint obj) throws java.rmi.RemoteException
Checkpoint object.obj - the new Checkpoint objectjava.rmi.RemoteException - on any errorjava.util.List getCheckpointList()
throws java.rmi.RemoteException
Checkpoint objects.Checkpoint objectsjava.rmi.RemoteException - on any errorCheckpoint getCheckpoint(java.lang.String CK_name) throws java.rmi.RemoteException
Checkpoint object by its primary keyCK_name - the CK_name of the Checkpoint objectCheckpoint object or nulljava.rmi.RemoteException - on any errorvoid updateJob(Job obj) throws java.rmi.RemoteException
Job object.obj - the Job objectjava.rmi.RemoteException - on any errorvoid deleteJob(Job obj) throws java.rmi.RemoteException
Job object.obj - the Job object with the primary key informationjava.rmi.RemoteException - on any errorvoid deleteJob(int JB_job_number)
throws java.rmi.RemoteException
Job object by its primary keyJB_job_number - the JB_job_number of the Job objectjava.rmi.RemoteException - on any errorvoid addJob(Job obj) throws java.rmi.RemoteException
Job object.obj - the new Job objectjava.rmi.RemoteException - on any errorjava.util.List getJobList()
throws java.rmi.RemoteException
Job objects.Job objectsjava.rmi.RemoteException - on any errorJob getJob(int JB_job_number) throws java.rmi.RemoteException
Job object by its primary keyJB_job_number - the JB_job_number of the Job objectJob object or nulljava.rmi.RemoteException - on any errorvoid updateConfiguration(Configuration obj) throws java.rmi.RemoteException
Configuration object.obj - the Configuration objectjava.rmi.RemoteException - on any errorvoid deleteConfiguration(Configuration obj) throws java.rmi.RemoteException
Configuration object.obj - the Configuration object with the primary key informationjava.rmi.RemoteException - on any errorvoid deleteConfiguration(java.lang.String CONF_name)
throws java.rmi.RemoteException
Configuration object by its primary keyCONF_name - the CONF_name of the Configuration objectjava.rmi.RemoteException - on any errorvoid addConfiguration(Configuration obj) throws java.rmi.RemoteException
Configuration object.obj - the new Configuration objectjava.rmi.RemoteException - on any errorjava.util.List getConfigurationList()
throws java.rmi.RemoteException
Configuration objects.Configuration objectsjava.rmi.RemoteException - on any errorConfiguration getConfiguration(java.lang.String CONF_name) throws java.rmi.RemoteException
Configuration object by its primary keyCONF_name - the CONF_name of the Configuration objectConfiguration object or nulljava.rmi.RemoteException - on any errorvoid updateProject(Project obj) throws java.rmi.RemoteException
Project object.obj - the Project objectjava.rmi.RemoteException - on any errorvoid deleteProject(Project obj) throws java.rmi.RemoteException
Project object.obj - the Project object with the primary key informationjava.rmi.RemoteException - on any errorvoid deleteProject(java.lang.String PR_name)
throws java.rmi.RemoteException
Project object by its primary keyPR_name - the PR_name of the Project objectjava.rmi.RemoteException - on any errorvoid addProject(Project obj) throws java.rmi.RemoteException
Project object.obj - the new Project objectjava.rmi.RemoteException - on any errorjava.util.List getProjectList()
throws java.rmi.RemoteException
Project objects.Project objectsjava.rmi.RemoteException - on any errorProject getProject(java.lang.String PR_name) throws java.rmi.RemoteException
Project object by its primary keyPR_name - the PR_name of the Project objectProject object or nulljava.rmi.RemoteException - on any errorvoid updateComplexEntry(ComplexEntry obj) throws java.rmi.RemoteException
ComplexEntry object.obj - the ComplexEntry objectjava.rmi.RemoteException - on any errorvoid deleteComplexEntry(ComplexEntry obj) throws java.rmi.RemoteException
ComplexEntry object.obj - the ComplexEntry object with the primary key informationjava.rmi.RemoteException - on any errorvoid deleteComplexEntry(java.lang.String CE_name)
throws java.rmi.RemoteException
ComplexEntry object by its primary keyCE_name - the CE_name of the ComplexEntry objectjava.rmi.RemoteException - on any errorvoid addComplexEntry(ComplexEntry obj) throws java.rmi.RemoteException
ComplexEntry object.obj - the new ComplexEntry objectjava.rmi.RemoteException - on any errorjava.util.List getComplexEntryList()
throws java.rmi.RemoteException
ComplexEntry objects.ComplexEntry objectsjava.rmi.RemoteException - on any errorComplexEntry getComplexEntry(java.lang.String CE_name) throws java.rmi.RemoteException
ComplexEntry object by its primary keyCE_name - the CE_name of the ComplexEntry objectComplexEntry object or nulljava.rmi.RemoteException - on any errorvoid updateSchedConf(SchedConf obj) throws java.rmi.RemoteException
SchedConf object.obj - the SchedConf objectjava.rmi.RemoteException - on any errorSchedConf getSchedConf() throws java.rmi.RemoteException
SchedConf object.SchedConf objectjava.rmi.RemoteException - on any errorvoid updateClusterQueue(ClusterQueue obj) throws java.rmi.RemoteException
ClusterQueue object.obj - the ClusterQueue objectjava.rmi.RemoteException - on any errorvoid deleteClusterQueue(ClusterQueue obj) throws java.rmi.RemoteException
ClusterQueue object.obj - the ClusterQueue object with the primary key informationjava.rmi.RemoteException - on any errorvoid deleteClusterQueue(java.lang.String CQ_name)
throws java.rmi.RemoteException
ClusterQueue object by its primary keyCQ_name - the CQ_name of the ClusterQueue objectjava.rmi.RemoteException - on any errorvoid addClusterQueue(ClusterQueue obj) throws java.rmi.RemoteException
ClusterQueue object.obj - the new ClusterQueue objectjava.rmi.RemoteException - on any errorjava.util.List getClusterQueueList()
throws java.rmi.RemoteException
ClusterQueue objects.ClusterQueue objectsjava.rmi.RemoteException - on any errorClusterQueue getClusterQueue(java.lang.String CQ_name) throws java.rmi.RemoteException
ClusterQueue object by its primary keyCQ_name - the CQ_name of the ClusterQueue objectClusterQueue object or nulljava.rmi.RemoteException - on any errorvoid updateParallelEnvironment(ParallelEnvironment obj) throws java.rmi.RemoteException
ParallelEnvironment object.obj - the ParallelEnvironment objectjava.rmi.RemoteException - on any errorvoid deleteParallelEnvironment(ParallelEnvironment obj) throws java.rmi.RemoteException
ParallelEnvironment object.obj - the ParallelEnvironment object with the primary key informationjava.rmi.RemoteException - on any errorvoid deleteParallelEnvironment(java.lang.String PE_name)
throws java.rmi.RemoteException
ParallelEnvironment object by its primary keyPE_name - the PE_name of the ParallelEnvironment objectjava.rmi.RemoteException - on any errorvoid addParallelEnvironment(ParallelEnvironment obj) throws java.rmi.RemoteException
ParallelEnvironment object.obj - the new ParallelEnvironment objectjava.rmi.RemoteException - on any errorjava.util.List getParallelEnvironmentList()
throws java.rmi.RemoteException
ParallelEnvironment objects.ParallelEnvironment objectsjava.rmi.RemoteException - on any errorParallelEnvironment getParallelEnvironment(java.lang.String PE_name) throws java.rmi.RemoteException
ParallelEnvironment object by its primary keyPE_name - the PE_name of the ParallelEnvironment objectParallelEnvironment object or nulljava.rmi.RemoteException - on any errorvoid deleteManager(Manager obj) throws java.rmi.RemoteException
Manager object.obj - the Manager object with the primary key informationjava.rmi.RemoteException - on any errorvoid deleteManager(java.lang.String UM_name)
throws java.rmi.RemoteException
Manager object by its primary keyUM_name - the UM_name of the Manager objectjava.rmi.RemoteException - on any errorvoid addManager(Manager obj) throws java.rmi.RemoteException
Manager object.obj - the new Manager objectjava.rmi.RemoteException - on any errorjava.util.List getManagerList()
throws java.rmi.RemoteException
Manager objects.Manager objectsjava.rmi.RemoteException - on any errorManager getManager(java.lang.String UM_name) throws java.rmi.RemoteException
Manager object by its primary keyUM_name - the UM_name of the Manager objectManager object or nulljava.rmi.RemoteException - on any errorjava.util.List getEventClientList()
throws java.rmi.RemoteException
EventClient objects.EventClient objectsjava.rmi.RemoteException - on any errorvoid updateUser(User obj) throws java.rmi.RemoteException
User object.obj - the User objectjava.rmi.RemoteException - on any errorvoid deleteUser(User obj) throws java.rmi.RemoteException
User object.obj - the User object with the primary key informationjava.rmi.RemoteException - on any errorvoid deleteUser(java.lang.String UU_name)
throws java.rmi.RemoteException
User object by its primary keyUU_name - the UU_name of the User objectjava.rmi.RemoteException - on any errorvoid addUser(User obj) throws java.rmi.RemoteException
User object.obj - the new User objectjava.rmi.RemoteException - on any errorjava.util.List getUserList()
throws java.rmi.RemoteException
User objects.User objectsjava.rmi.RemoteException - on any errorUser getUser(java.lang.String UU_name) throws java.rmi.RemoteException
User object by its primary keyUU_name - the UU_name of the User objectUser object or nulljava.rmi.RemoteException - on any errorvoid updateExecHost(ExecHost obj) throws java.rmi.RemoteException
ExecHost object.obj - the ExecHost objectjava.rmi.RemoteException - on any errorvoid deleteExecHost(ExecHost obj) throws java.rmi.RemoteException
ExecHost object.obj - the ExecHost object with the primary key informationjava.rmi.RemoteException - on any errorvoid deleteExecHost(java.lang.String EH_name)
throws java.rmi.RemoteException
ExecHost object by its primary keyEH_name - the EH_name of the ExecHost objectjava.rmi.RemoteException - on any errorvoid addExecHost(ExecHost obj) throws java.rmi.RemoteException
ExecHost object.obj - the new ExecHost objectjava.rmi.RemoteException - on any errorjava.util.List getExecHostList()
throws java.rmi.RemoteException
ExecHost objects.ExecHost objectsjava.rmi.RemoteException - on any errorExecHost getExecHost(java.lang.String EH_name) throws java.rmi.RemoteException
ExecHost object by its primary keyEH_name - the EH_name of the ExecHost objectExecHost object or nulljava.rmi.RemoteException - on any errorvoid updateResourceQuotaSet(ResourceQuotaSet obj) throws java.rmi.RemoteException
ResourceQuotaSet object.obj - the ResourceQuotaSet objectjava.rmi.RemoteException - on any errorvoid deleteResourceQuotaSet(ResourceQuotaSet obj) throws java.rmi.RemoteException
ResourceQuotaSet object.obj - the ResourceQuotaSet object with the primary key informationjava.rmi.RemoteException - on any errorvoid deleteResourceQuotaSet(java.lang.String RQS_name)
throws java.rmi.RemoteException
ResourceQuotaSet object by its primary keyRQS_name - the RQS_name of the ResourceQuotaSet objectjava.rmi.RemoteException - on any errorvoid addResourceQuotaSet(ResourceQuotaSet obj) throws java.rmi.RemoteException
ResourceQuotaSet object.obj - the new ResourceQuotaSet objectjava.rmi.RemoteException - on any errorjava.util.List getResourceQuotaSetList()
throws java.rmi.RemoteException
ResourceQuotaSet objects.ResourceQuotaSet objectsjava.rmi.RemoteException - on any errorResourceQuotaSet getResourceQuotaSet(java.lang.String RQS_name) throws java.rmi.RemoteException
ResourceQuotaSet object by its primary keyRQS_name - the RQS_name of the ResourceQuotaSet objectResourceQuotaSet object or nulljava.rmi.RemoteException - on any errorvoid deleteOperator(Operator obj) throws java.rmi.RemoteException
Operator object.obj - the Operator object with the primary key informationjava.rmi.RemoteException - on any errorvoid deleteOperator(java.lang.String UO_name)
throws java.rmi.RemoteException
Operator object by its primary keyUO_name - the UO_name of the Operator objectjava.rmi.RemoteException - on any errorvoid addOperator(Operator obj) throws java.rmi.RemoteException
Operator object.obj - the new Operator objectjava.rmi.RemoteException - on any errorjava.util.List getOperatorList()
throws java.rmi.RemoteException
Operator objects.Operator objectsjava.rmi.RemoteException - on any errorOperator getOperator(java.lang.String UO_name) throws java.rmi.RemoteException
Operator object by its primary keyUO_name - the UO_name of the Operator objectOperator object or nulljava.rmi.RemoteException - on any errorvoid updateCalendar(Calendar obj) throws java.rmi.RemoteException
Calendar object.obj - the Calendar objectjava.rmi.RemoteException - on any errorvoid deleteCalendar(Calendar obj) throws java.rmi.RemoteException
Calendar object.obj - the Calendar object with the primary key informationjava.rmi.RemoteException - on any errorvoid deleteCalendar(java.lang.String CAL_name)
throws java.rmi.RemoteException
Calendar object by its primary keyCAL_name - the CAL_name of the Calendar objectjava.rmi.RemoteException - on any errorvoid addCalendar(Calendar obj) throws java.rmi.RemoteException
Calendar object.obj - the new Calendar objectjava.rmi.RemoteException - on any errorjava.util.List getCalendarList()
throws java.rmi.RemoteException
Calendar objects.Calendar objectsjava.rmi.RemoteException - on any errorCalendar getCalendar(java.lang.String CAL_name) throws java.rmi.RemoteException
Calendar object by its primary keyCAL_name - the CAL_name of the Calendar objectCalendar object or nulljava.rmi.RemoteException - on any errorCopyright © 2007 Sun Microsystems, Inc. All rights reserved.