public interface JGDI extends JGDIBase
The class JGDI is the central interface for communication with
the SGE master.
An instanceof of the interface can be obtained via the JGDIFactory.
For each JGDI instance the close method has to
called to give the native parts of the implementation a chance to release
the resources.
Example:
String url = "bootstrap:///opt/sge@default:1026";
String user = "sge_admin";
String password = "secret";
JGDI jgdi = JGDIFactory.newInstance(url, user, password);
...
jgdi.close();
Warning: The JGDI interface will not be compatible with future Sun™ Grid Engine releases.| Modifier and Type | Method and Description |
|---|---|
void |
addAdminHost(AdminHost obj)
Add a new
AdminHost object. |
void |
addAdminHost(java.lang.String name)
Add a new
AdminHost object. |
void |
addAdminHostWithAnswer(AdminHost obj,
java.util.List<JGDIAnswer> answers)
Add a new
AdminHost object. |
void |
addAdminHostWithAnswer(java.lang.String name,
java.util.List<JGDIAnswer> answers)
Add a new
AdminHost object. |
void |
addAdvanceReservation(AdvanceReservation obj)
Add a new
AdvanceReservation object. |
void |
addAdvanceReservationWithAnswer(AdvanceReservation obj,
java.util.List<JGDIAnswer> answers)
Add a new
AdvanceReservation object. |
void |
addCalendar(Calendar obj)
Add a new
Calendar object. |
void |
addCalendarWithAnswer(Calendar obj,
java.util.List<JGDIAnswer> answers)
Add a new
Calendar object. |
void |
addCheckpoint(Checkpoint obj)
Add a new
Checkpoint object. |
void |
addCheckpointWithAnswer(Checkpoint obj,
java.util.List<JGDIAnswer> answers)
Add a new
Checkpoint object. |
void |
addClusterQueue(ClusterQueue obj)
Add a new
ClusterQueue object. |
void |
addClusterQueueWithAnswer(ClusterQueue obj,
java.util.List<JGDIAnswer> answers)
Add a new
ClusterQueue object. |
void |
addComplexEntry(ComplexEntry obj)
Add a new
ComplexEntry object. |
void |
addComplexEntryWithAnswer(ComplexEntry obj,
java.util.List<JGDIAnswer> answers)
Add a new
ComplexEntry object. |
void |
addConfiguration(Configuration obj)
Add a new
Configuration object. |
void |
addConfigurationWithAnswer(Configuration obj,
java.util.List<JGDIAnswer> answers)
Add a new
Configuration object. |
void |
addExecHost(ExecHost obj)
Add a new
ExecHost object. |
void |
addExecHostWithAnswer(ExecHost obj,
java.util.List<JGDIAnswer> answers)
Add a new
ExecHost object. |
void |
addHostgroup(Hostgroup obj)
Add a new
Hostgroup object. |
void |
addHostgroupWithAnswer(Hostgroup obj,
java.util.List<JGDIAnswer> answers)
Add a new
Hostgroup object. |
void |
addJob(Job obj)
Add a new
Job object. |
void |
addJobWithAnswer(Job obj,
java.util.List<JGDIAnswer> answers)
Add a new
Job object. |
void |
addManager(Manager obj)
Add a new
Manager object. |
void |
addManager(java.lang.String name)
Add a new
Manager object. |
void |
addManagerWithAnswer(Manager obj,
java.util.List<JGDIAnswer> answers)
Add a new
Manager object. |
void |
addManagerWithAnswer(java.lang.String name,
java.util.List<JGDIAnswer> answers)
Add a new
Manager object. |
void |
addOperator(Operator obj)
Add a new
Operator object. |
void |
addOperator(java.lang.String name)
Add a new
Operator object. |
void |
addOperatorWithAnswer(Operator obj,
java.util.List<JGDIAnswer> answers)
Add a new
Operator object. |
void |
addOperatorWithAnswer(java.lang.String name,
java.util.List<JGDIAnswer> answers)
Add a new
Operator object. |
void |
addParallelEnvironment(ParallelEnvironment obj)
Add a new
ParallelEnvironment object. |
void |
addParallelEnvironmentWithAnswer(ParallelEnvironment obj,
java.util.List<JGDIAnswer> answers)
Add a new
ParallelEnvironment object. |
void |
addProject(Project obj)
Add a new
Project object. |
void |
addProjectWithAnswer(Project obj,
java.util.List<JGDIAnswer> answers)
Add a new
Project object. |
void |
addResourceQuotaSet(ResourceQuotaSet obj)
Add a new
ResourceQuotaSet object. |
void |
addResourceQuotaSetWithAnswer(ResourceQuotaSet obj,
java.util.List<JGDIAnswer> answers)
Add a new
ResourceQuotaSet object. |
void |
addSubmitHost(java.lang.String name)
Add a new
SubmitHost object. |
void |
addSubmitHost(SubmitHost obj)
Add a new
SubmitHost object. |
void |
addSubmitHostWithAnswer(java.lang.String name,
java.util.List<JGDIAnswer> answers)
Add a new
SubmitHost object. |
void |
addSubmitHostWithAnswer(SubmitHost obj,
java.util.List<JGDIAnswer> answers)
Add a new
SubmitHost object. |
void |
addUser(User obj)
Add a new
User object. |
void |
addUserSet(UserSet obj)
Add a new
UserSet object. |
void |
addUserSetWithAnswer(UserSet obj,
java.util.List<JGDIAnswer> answers)
Add a new
UserSet object. |
void |
addUserWithAnswer(User obj,
java.util.List<JGDIAnswer> answers)
Add a new
User object. |
void |
deleteAdminHost(AdminHost obj)
Delete a
AdminHost object. |
void |
deleteAdminHost(java.lang.String AH_name)
Delete a
AdminHost object by its primary key |
void |
deleteAdminHostsWithAnswer(java.lang.String[] AH_names,
java.util.List<JGDIAnswer> answers)
Delete several
AdminHost objects by their primary key |
void |
deleteAdminHostWithAnswer(AdminHost obj,
java.util.List<JGDIAnswer> answers)
Delete a
AdminHost object. |
void |
deleteAdminHostWithAnswer(java.lang.String AH_name,
java.util.List<JGDIAnswer> answers)
Delete a
AdminHost object by its primary key |
void |
deleteAdvanceReservation(AdvanceReservation obj)
Delete a
AdvanceReservation object. |
void |
deleteAdvanceReservation(int AR_id)
Delete a
AdvanceReservation object by its primary key |
void |
deleteAdvanceReservationsWithAnswer(java.lang.String[] AR_ids,
boolean forced,
UserFilter userFilter,
java.util.List<JGDIAnswer> answers)
Delete several
AdvanceReservation objects by their primary key |
void |
deleteAdvanceReservationWithAnswer(AdvanceReservation obj,
java.util.List<JGDIAnswer> answers)
Delete a
AdvanceReservation object. |
void |
deleteAdvanceReservationWithAnswer(int AR_id,
java.util.List<JGDIAnswer> answers)
Delete a
AdvanceReservation object by its primary key |
void |
deleteCalendar(Calendar obj)
Delete a
Calendar object. |
void |
deleteCalendar(java.lang.String CAL_name)
Delete a
Calendar object by its primary key |
void |
deleteCalendarsWithAnswer(java.lang.String[] CAL_names,
java.util.List<JGDIAnswer> answers)
Delete several
Calendar objects by their primary key |
void |
deleteCalendarWithAnswer(Calendar obj,
java.util.List<JGDIAnswer> answers)
Delete a
Calendar object. |
void |
deleteCalendarWithAnswer(java.lang.String CAL_name,
java.util.List<JGDIAnswer> answers)
Delete a
Calendar object by its primary key |
void |
deleteCheckpoint(Checkpoint obj)
Delete a
Checkpoint object. |
void |
deleteCheckpoint(java.lang.String CK_name)
Delete a
Checkpoint object by its primary key |
void |
deleteCheckpointsWithAnswer(java.lang.String[] CK_names,
java.util.List<JGDIAnswer> answers)
Delete several
Checkpoint objects by their primary key |
void |
deleteCheckpointWithAnswer(Checkpoint obj,
java.util.List<JGDIAnswer> answers)
Delete a
Checkpoint object. |
void |
deleteCheckpointWithAnswer(java.lang.String CK_name,
java.util.List<JGDIAnswer> answers)
Delete a
Checkpoint object by its primary key |
void |
deleteClusterQueue(ClusterQueue obj)
Delete a
ClusterQueue object. |
void |
deleteClusterQueue(java.lang.String CQ_name)
Delete a
ClusterQueue object by its primary key |
void |
deleteClusterQueuesWithAnswer(java.lang.String[] CQ_names,
java.util.List<JGDIAnswer> answers)
Delete several
ClusterQueue objects by their primary key |
void |
deleteClusterQueueWithAnswer(ClusterQueue obj,
java.util.List<JGDIAnswer> answers)
Delete a
ClusterQueue object. |
void |
deleteClusterQueueWithAnswer(java.lang.String CQ_name,
java.util.List<JGDIAnswer> answers)
Delete a
ClusterQueue object by its primary key |
void |
deleteComplexEntry(ComplexEntry obj)
Delete a
ComplexEntry object. |
void |
deleteComplexEntry(java.lang.String CE_name)
Delete a
ComplexEntry object by its primary key |
void |
deleteComplexEntrysWithAnswer(java.lang.String[] CE_names,
java.util.List<JGDIAnswer> answers)
Delete several
ComplexEntry objects by their primary key |
void |
deleteComplexEntryWithAnswer(ComplexEntry obj,
java.util.List<JGDIAnswer> answers)
Delete a
ComplexEntry object. |
void |
deleteComplexEntryWithAnswer(java.lang.String CE_name,
java.util.List<JGDIAnswer> answers)
Delete a
ComplexEntry object by its primary key |
void |
deleteConfiguration(Configuration obj)
Delete a
Configuration object. |
void |
deleteConfiguration(java.lang.String CONF_name)
Delete a
Configuration object by its primary key |
void |
deleteConfigurationsWithAnswer(java.lang.String[] CONF_names,
java.util.List<JGDIAnswer> answers)
Delete several
Configuration objects by their primary key |
void |
deleteConfigurationWithAnswer(Configuration obj,
java.util.List<JGDIAnswer> answers)
Delete a
Configuration object. |
void |
deleteConfigurationWithAnswer(java.lang.String CONF_name,
java.util.List<JGDIAnswer> answers)
Delete a
Configuration object by its primary key |
void |
deleteExecHost(ExecHost obj)
Delete a
ExecHost object. |
void |
deleteExecHost(java.lang.String EH_name)
Delete a
ExecHost object by its primary key |
void |
deleteExecHostsWithAnswer(java.lang.String[] EH_names,
java.util.List<JGDIAnswer> answers)
Delete several
ExecHost objects by their primary key |
void |
deleteExecHostWithAnswer(ExecHost obj,
java.util.List<JGDIAnswer> answers)
Delete a
ExecHost object. |
void |
deleteExecHostWithAnswer(java.lang.String EH_name,
java.util.List<JGDIAnswer> answers)
Delete a
ExecHost object by its primary key |
void |
deleteHostgroup(Hostgroup obj)
Delete a
Hostgroup object. |
void |
deleteHostgroup(java.lang.String HGRP_name)
Delete a
Hostgroup object by its primary key |
void |
deleteHostgroupsWithAnswer(java.lang.String[] HGRP_names,
java.util.List<JGDIAnswer> answers)
Delete several
Hostgroup objects by their primary key |
void |
deleteHostgroupWithAnswer(Hostgroup obj,
java.util.List<JGDIAnswer> answers)
Delete a
Hostgroup object. |
void |
deleteHostgroupWithAnswer(java.lang.String HGRP_name,
java.util.List<JGDIAnswer> answers)
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)
Delete a
Job object. |
void |
deleteJobsWithAnswer(java.lang.String[] JB_job_numbers,
boolean forced,
UserFilter userFilter,
java.util.List<JGDIAnswer> answers)
Delete several
Job objects by their primary key |
void |
deleteJobWithAnswer(int JB_job_number,
java.util.List<JGDIAnswer> answers)
Delete a
Job object by its primary key |
void |
deleteJobWithAnswer(Job obj,
java.util.List<JGDIAnswer> answers)
Delete a
Job object. |
void |
deleteManager(Manager obj)
Delete a
Manager object. |
void |
deleteManager(java.lang.String UM_name)
Delete a
Manager object by its primary key |
void |
deleteManagersWithAnswer(java.lang.String[] UM_names,
java.util.List<JGDIAnswer> answers)
Delete several
Manager objects by their primary key |
void |
deleteManagerWithAnswer(Manager obj,
java.util.List<JGDIAnswer> answers)
Delete a
Manager object. |
void |
deleteManagerWithAnswer(java.lang.String UM_name,
java.util.List<JGDIAnswer> answers)
Delete a
Manager object by its primary key |
void |
deleteOperator(Operator obj)
Delete a
Operator object. |
void |
deleteOperator(java.lang.String UO_name)
Delete a
Operator object by its primary key |
void |
deleteOperatorsWithAnswer(java.lang.String[] UO_names,
java.util.List<JGDIAnswer> answers)
Delete several
Operator objects by their primary key |
void |
deleteOperatorWithAnswer(Operator obj,
java.util.List<JGDIAnswer> answers)
Delete a
Operator object. |
void |
deleteOperatorWithAnswer(java.lang.String UO_name,
java.util.List<JGDIAnswer> answers)
Delete a
Operator object by its primary key |
void |
deleteParallelEnvironment(ParallelEnvironment obj)
Delete a
ParallelEnvironment object. |
void |
deleteParallelEnvironment(java.lang.String PE_name)
Delete a
ParallelEnvironment object by its primary key |
void |
deleteParallelEnvironmentsWithAnswer(java.lang.String[] PE_names,
java.util.List<JGDIAnswer> answers)
Delete several
ParallelEnvironment objects by their primary key |
void |
deleteParallelEnvironmentWithAnswer(ParallelEnvironment obj,
java.util.List<JGDIAnswer> answers)
Delete a
ParallelEnvironment object. |
void |
deleteParallelEnvironmentWithAnswer(java.lang.String PE_name,
java.util.List<JGDIAnswer> answers)
Delete a
ParallelEnvironment object by its primary key |
void |
deleteProject(Project obj)
Delete a
Project object. |
void |
deleteProject(java.lang.String PR_name)
Delete a
Project object by its primary key |
void |
deleteProjectsWithAnswer(java.lang.String[] PR_names,
java.util.List<JGDIAnswer> answers)
Delete several
Project objects by their primary key |
void |
deleteProjectWithAnswer(Project obj,
java.util.List<JGDIAnswer> answers)
Delete a
Project object. |
void |
deleteProjectWithAnswer(java.lang.String PR_name,
java.util.List<JGDIAnswer> answers)
Delete a
Project object by its primary key |
void |
deleteResourceQuotaSet(ResourceQuotaSet obj)
Delete a
ResourceQuotaSet object. |
void |
deleteResourceQuotaSet(java.lang.String RQS_name)
Delete a
ResourceQuotaSet object by its primary key |
void |
deleteResourceQuotaSetsWithAnswer(java.lang.String[] RQS_names,
java.util.List<JGDIAnswer> answers)
Delete several
ResourceQuotaSet objects by their primary key |
void |
deleteResourceQuotaSetWithAnswer(ResourceQuotaSet obj,
java.util.List<JGDIAnswer> answers)
Delete a
ResourceQuotaSet object. |
void |
deleteResourceQuotaSetWithAnswer(java.lang.String RQS_name,
java.util.List<JGDIAnswer> answers)
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)
Delete a
SubmitHost object. |
void |
deleteSubmitHostsWithAnswer(java.lang.String[] SH_names,
java.util.List<JGDIAnswer> answers)
Delete several
SubmitHost objects by their primary key |
void |
deleteSubmitHostWithAnswer(java.lang.String SH_name,
java.util.List<JGDIAnswer> answers)
Delete a
SubmitHost object by its primary key |
void |
deleteSubmitHostWithAnswer(SubmitHost obj,
java.util.List<JGDIAnswer> answers)
Delete a
SubmitHost object. |
void |
deleteUser(java.lang.String UU_name)
Delete a
User object by its primary key |
void |
deleteUser(User obj)
Delete a
User object. |
void |
deleteUserSet(java.lang.String US_name)
Delete a
UserSet object by its primary key |
void |
deleteUserSet(UserSet obj)
Delete a
UserSet object. |
void |
deleteUserSetsWithAnswer(java.lang.String[] US_names,
java.util.List<JGDIAnswer> answers)
Delete several
UserSet objects by their primary key |
void |
deleteUserSetWithAnswer(java.lang.String US_name,
java.util.List<JGDIAnswer> answers)
Delete a
UserSet object by its primary key |
void |
deleteUserSetWithAnswer(UserSet obj,
java.util.List<JGDIAnswer> answers)
Delete a
UserSet object. |
void |
deleteUsersWithAnswer(java.lang.String[] UU_names,
java.util.List<JGDIAnswer> answers)
Delete several
User objects by their primary key |
void |
deleteUserWithAnswer(java.lang.String UU_name,
java.util.List<JGDIAnswer> answers)
Delete a
User object by its primary key |
void |
deleteUserWithAnswer(User obj,
java.util.List<JGDIAnswer> answers)
Delete a
User object. |
java.util.List<AdminHost> |
getAdminHostList()
Get the list of all defined
AdminHost objects. |
java.util.List<AdminHost> |
getAdminHostListWithAnswer(java.util.List<JGDIAnswer> answers)
Get the list of all defined
AdminHost objects. |
AdvanceReservation |
getAdvanceReservation(int AR_id)
Get a AdvanceReservation by its primary key
|
java.util.List<AdvanceReservation> |
getAdvanceReservationList()
Get the list of all defined
AdvanceReservation objects. |
java.util.List<AdvanceReservation> |
getAdvanceReservationListWithAnswer(java.util.List<JGDIAnswer> answers)
Get the list of all defined
AdvanceReservation objects. |
AdvanceReservation |
getAdvanceReservationWithAnswer(int AR_id,
java.util.List<JGDIAnswer> answers)
Get a AdvanceReservation by its primary key
|
Calendar |
getCalendar(java.lang.String CAL_name)
Get a Calendar by its primary key
|
java.util.List<Calendar> |
getCalendarList()
Get the list of all defined
Calendar objects. |
java.util.List<Calendar> |
getCalendarListWithAnswer(java.util.List<JGDIAnswer> answers)
Get the list of all defined
Calendar objects. |
Calendar |
getCalendarWithAnswer(java.lang.String CAL_name,
java.util.List<JGDIAnswer> answers)
Get a Calendar by its primary key
|
Checkpoint |
getCheckpoint(java.lang.String CK_name)
Get a Checkpoint by its primary key
|
java.util.List<Checkpoint> |
getCheckpointList()
Get the list of all defined
Checkpoint objects. |
java.util.List<Checkpoint> |
getCheckpointListWithAnswer(java.util.List<JGDIAnswer> answers)
Get the list of all defined
Checkpoint objects. |
Checkpoint |
getCheckpointWithAnswer(java.lang.String CK_name,
java.util.List<JGDIAnswer> answers)
Get a Checkpoint by its primary key
|
ClusterQueue |
getClusterQueue(java.lang.String CQ_name)
Get a ClusterQueue by its primary key
|
java.util.List<ClusterQueue> |
getClusterQueueList()
Get the list of all defined
ClusterQueue objects. |
java.util.List<ClusterQueue> |
getClusterQueueListWithAnswer(java.util.List<JGDIAnswer> answers)
Get the list of all defined
ClusterQueue objects. |
ClusterQueue |
getClusterQueueWithAnswer(java.lang.String CQ_name,
java.util.List<JGDIAnswer> answers)
Get a ClusterQueue by its primary key
|
ComplexEntry |
getComplexEntry(java.lang.String CE_name)
Get a ComplexEntry by its primary key
|
java.util.List<ComplexEntry> |
getComplexEntryList()
Get the list of all defined
ComplexEntry objects. |
java.util.List<ComplexEntry> |
getComplexEntryListWithAnswer(java.util.List<JGDIAnswer> answers)
Get the list of all defined
ComplexEntry objects. |
ComplexEntry |
getComplexEntryWithAnswer(java.lang.String CE_name,
java.util.List<JGDIAnswer> answers)
Get a ComplexEntry by its primary key
|
Configuration |
getConfiguration(java.lang.String CONF_name)
Get a Configuration by its primary key
|
java.util.List<Configuration> |
getConfigurationList()
Get the list of all defined
Configuration objects. |
java.util.List<Configuration> |
getConfigurationListWithAnswer(java.util.List<JGDIAnswer> answers)
Get the list of all defined
Configuration objects. |
Configuration |
getConfigurationWithAnswer(java.lang.String CONF_name,
java.util.List<JGDIAnswer> answers)
Get a Configuration by its primary key
|
java.util.List<EventClient> |
getEventClientList()
Get the list of all defined
EventClient objects. |
java.util.List<EventClient> |
getEventClientListWithAnswer(java.util.List<JGDIAnswer> answers)
Get the list of all defined
EventClient objects. |
ExecHost |
getExecHost(java.lang.String EH_name)
Get a ExecHost by its primary key
|
java.util.List<ExecHost> |
getExecHostList()
Get the list of all defined
ExecHost objects. |
java.util.List<ExecHost> |
getExecHostListWithAnswer(java.util.List<JGDIAnswer> answers)
Get the list of all defined
ExecHost objects. |
ExecHost |
getExecHostWithAnswer(java.lang.String EH_name,
java.util.List<JGDIAnswer> answers)
Get a ExecHost by its primary key
|
Hostgroup |
getHostgroup(java.lang.String HGRP_name)
Get a Hostgroup by its primary key
|
java.util.List<Hostgroup> |
getHostgroupList()
Get the list of all defined
Hostgroup objects. |
java.util.List<Hostgroup> |
getHostgroupListWithAnswer(java.util.List<JGDIAnswer> answers)
Get the list of all defined
Hostgroup objects. |
Hostgroup |
getHostgroupWithAnswer(java.lang.String HGRP_name,
java.util.List<JGDIAnswer> answers)
Get a Hostgroup by its primary key
|
Job |
getJob(int JB_job_number)
Get a Job by its primary key
|
java.util.List<Job> |
getJobList()
Get the list of all defined
Job objects. |
java.util.List<Job> |
getJobListWithAnswer(java.util.List<JGDIAnswer> answers)
Get the list of all defined
Job objects. |
JobSchedulingInfo |
getJobSchedulingInfo()
Get the
JobSchedulingInfo object. |
JobSchedulingInfo |
getJobSchedulingInfoWithAnswer(java.util.List<JGDIAnswer> answers)
Get the
JobSchedulingInfo object. |
Job |
getJobWithAnswer(int JB_job_number,
java.util.List<JGDIAnswer> answers)
Get a Job by its primary key
|
Manager |
getManager(java.lang.String UM_name)
Get a Manager by its primary key
|
java.util.List<Manager> |
getManagerList()
Get the list of all defined
Manager objects. |
java.util.List<Manager> |
getManagerListWithAnswer(java.util.List<JGDIAnswer> answers)
Get the list of all defined
Manager objects. |
Manager |
getManagerWithAnswer(java.lang.String UM_name,
java.util.List<JGDIAnswer> answers)
Get a Manager by its primary key
|
Operator |
getOperator(java.lang.String UO_name)
Get a Operator by its primary key
|
java.util.List<Operator> |
getOperatorList()
Get the list of all defined
Operator objects. |
java.util.List<Operator> |
getOperatorListWithAnswer(java.util.List<JGDIAnswer> answers)
Get the list of all defined
Operator objects. |
Operator |
getOperatorWithAnswer(java.lang.String UO_name,
java.util.List<JGDIAnswer> answers)
Get a Operator by its primary key
|
ParallelEnvironment |
getParallelEnvironment(java.lang.String PE_name)
Get a ParallelEnvironment by its primary key
|
java.util.List<ParallelEnvironment> |
getParallelEnvironmentList()
Get the list of all defined
ParallelEnvironment objects. |
java.util.List<ParallelEnvironment> |
getParallelEnvironmentListWithAnswer(java.util.List<JGDIAnswer> answers)
Get the list of all defined
ParallelEnvironment objects. |
ParallelEnvironment |
getParallelEnvironmentWithAnswer(java.lang.String PE_name,
java.util.List<JGDIAnswer> answers)
Get a ParallelEnvironment by its primary key
|
Project |
getProject(java.lang.String PR_name)
Get a Project by its primary key
|
java.util.List<Project> |
getProjectList()
Get the list of all defined
Project objects. |
java.util.List<Project> |
getProjectListWithAnswer(java.util.List<JGDIAnswer> answers)
Get the list of all defined
Project objects. |
Project |
getProjectWithAnswer(java.lang.String PR_name,
java.util.List<JGDIAnswer> answers)
Get a Project by its primary key
|
ResourceQuotaSet |
getResourceQuotaSet(java.lang.String RQS_name)
Get a ResourceQuotaSet by its primary key
|
java.util.List<ResourceQuotaSet> |
getResourceQuotaSetList()
Get the list of all defined
ResourceQuotaSet objects. |
java.util.List<ResourceQuotaSet> |
getResourceQuotaSetListWithAnswer(java.util.List<JGDIAnswer> answers)
Get the list of all defined
ResourceQuotaSet objects. |
ResourceQuotaSet |
getResourceQuotaSetWithAnswer(java.lang.String RQS_name,
java.util.List<JGDIAnswer> answers)
Get a ResourceQuotaSet by its primary key
|
SchedConf |
getSchedConf()
Get the
SchedConf object. |
SchedConf |
getSchedConfWithAnswer(java.util.List<JGDIAnswer> answers)
Get the
SchedConf object. |
ShareTree |
getShareTree(java.lang.String STN_name)
Get a ShareTree by its primary key
|
ShareTree |
getShareTreeWithAnswer(java.lang.String STN_name,
java.util.List<JGDIAnswer> answers)
Get a ShareTree by its primary key
|
java.util.List<SubmitHost> |
getSubmitHostList()
Get the list of all defined
SubmitHost objects. |
java.util.List<SubmitHost> |
getSubmitHostListWithAnswer(java.util.List<JGDIAnswer> answers)
Get the list of all defined
SubmitHost objects. |
User |
getUser(java.lang.String UU_name)
Get a User by its primary key
|
java.util.List<User> |
getUserList()
Get the list of all defined
User objects. |
java.util.List<User> |
getUserListWithAnswer(java.util.List<JGDIAnswer> answers)
Get the list of all defined
User objects. |
UserSet |
getUserSet(java.lang.String US_name)
Get a UserSet by its primary key
|
java.util.List<UserSet> |
getUserSetList()
Get the list of all defined
UserSet objects. |
java.util.List<UserSet> |
getUserSetListWithAnswer(java.util.List<JGDIAnswer> answers)
Get the list of all defined
UserSet objects. |
UserSet |
getUserSetWithAnswer(java.lang.String US_name,
java.util.List<JGDIAnswer> answers)
Get a UserSet by its primary key
|
User |
getUserWithAnswer(java.lang.String UU_name,
java.util.List<JGDIAnswer> answers)
Get a User by its primary key
|
void |
updateCalendar(Calendar obj)
Update a
Calendar object. |
void |
updateCalendarWithAnswer(Calendar obj,
java.util.List<JGDIAnswer> answers)
Update a
Calendar object. |
void |
updateCheckpoint(Checkpoint obj)
Update a
Checkpoint object. |
void |
updateCheckpointWithAnswer(Checkpoint obj,
java.util.List<JGDIAnswer> answers)
Update a
Checkpoint object. |
void |
updateClusterQueue(ClusterQueue obj)
Update a
ClusterQueue object. |
void |
updateClusterQueueWithAnswer(ClusterQueue obj,
java.util.List<JGDIAnswer> answers)
Update a
ClusterQueue object. |
void |
updateComplexEntry(ComplexEntry obj)
Update a
ComplexEntry object. |
void |
updateComplexEntryWithAnswer(ComplexEntry obj,
java.util.List<JGDIAnswer> answers)
Update a
ComplexEntry object. |
void |
updateConfiguration(Configuration obj)
Update a
Configuration object. |
void |
updateConfigurationWithAnswer(Configuration obj,
java.util.List<JGDIAnswer> answers)
Update a
Configuration object. |
void |
updateExecHost(ExecHost obj)
Update a
ExecHost object. |
void |
updateExecHostWithAnswer(ExecHost obj,
java.util.List<JGDIAnswer> answers)
Update a
ExecHost object. |
void |
updateHostgroup(Hostgroup obj)
Update a
Hostgroup object. |
void |
updateHostgroupWithAnswer(Hostgroup obj,
java.util.List<JGDIAnswer> answers)
Update a
Hostgroup object. |
void |
updateJob(Job obj)
Update a
Job object. |
void |
updateJobWithAnswer(Job obj,
java.util.List<JGDIAnswer> answers)
Update a
Job object. |
void |
updateParallelEnvironment(ParallelEnvironment obj)
Update a
ParallelEnvironment object. |
void |
updateParallelEnvironmentWithAnswer(ParallelEnvironment obj,
java.util.List<JGDIAnswer> answers)
Update a
ParallelEnvironment object. |
void |
updateProject(Project obj)
Update a
Project object. |
void |
updateProjectWithAnswer(Project obj,
java.util.List<JGDIAnswer> answers)
Update a
Project object. |
void |
updateResourceQuotaSet(ResourceQuotaSet obj)
Update a
ResourceQuotaSet object. |
void |
updateResourceQuotaSetWithAnswer(ResourceQuotaSet obj,
java.util.List<JGDIAnswer> answers)
Update a
ResourceQuotaSet object. |
void |
updateSchedConf(SchedConf obj)
Update a
SchedConf object. |
void |
updateSchedConfWithAnswer(SchedConf obj,
java.util.List<JGDIAnswer> answers)
Update a
SchedConf object. |
void |
updateShareTree(ShareTree obj)
Update a
ShareTree object. |
void |
updateShareTreeWithAnswer(ShareTree obj,
java.util.List<JGDIAnswer> answers)
Update a
ShareTree object. |
void |
updateUser(User obj)
Update a
User object. |
void |
updateUserSet(UserSet obj)
Update a
UserSet object. |
void |
updateUserSetWithAnswer(UserSet obj,
java.util.List<JGDIAnswer> answers)
Update a
UserSet object. |
void |
updateUserWithAnswer(User obj,
java.util.List<JGDIAnswer> answers)
Update a
User object. |
cleanQueues, cleanQueuesWithAnswer, clearJobs, clearJobsWithAnswer, clearQueues, clearQueuesWithAnswer, clearShareTreeUsage, clearShareTreeUsageWithAnswer, close, deleteShareTree, deleteShareTreeWithAnswer, disableQueues, disableQueuesWithAnswer, enableQueues, enableQueuesWithAnswer, execQHost, getActQMaster, getAdminUser, getClusterQueueSummary, getQQuota, getQueueInstanceSummary, getRealExecHostList, getSchedulerHost, getSGECell, getSgeExecdPort, getSgeQmasterPort, getSGERoot, killAllEventClients, killAllEventClientsWithAnswer, killAllExecds, killAllExecdsWithAnswer, killEventClients, killEventClientsWithAnswer, killExecd, killExecdWithAnswer, killMaster, killMasterWithAnswer, killScheduler, killSchedulerWithAnswer, reschedule, rescheduleJobs, rescheduleJobsWithAnswer, rescheduleQueues, rescheduleQueuesWithAnswer, rescheduleWithAnswer, showDetachedSettings, showDetachedSettingsAll, startScheduler, startSchedulerWithAnswer, suspend, suspendJobs, suspendJobsWithAnswer, suspendQueues, suspendQueuesWithAnswer, suspendWithAnswer, triggerSchedulerMonitoring, triggerSchedulerMonitoringWithAnswer, unsuspend, unsuspendJobs, unsuspendJobsWithAnswer, unsuspendQueues, unsuspendQueuesWithAnswer, unsuspendWithAnswervoid deleteSubmitHost(SubmitHost obj) throws JGDIException
SubmitHost object.obj - SubmitHost object with the primary key informationJGDIException - on any error on the GDI layervoid deleteSubmitHostWithAnswer(SubmitHost obj, java.util.List<JGDIAnswer> answers) throws JGDIException
SubmitHost object.obj - the SubmitHost object with the primary key informationanswers - the answer list objectJGDIException - on any error on the GDI layervoid deleteSubmitHost(java.lang.String SH_name)
throws JGDIException
SubmitHost object by its primary keySH_name - the SH_name of the SubmitHost objectJGDIException - on any error on the GDI layervoid deleteSubmitHostWithAnswer(java.lang.String SH_name,
java.util.List<JGDIAnswer> answers)
throws JGDIException
SubmitHost object by its primary keySH_name - the SH_name of the SubmitHost objectanswers - the answer list objectJGDIException - on any error on the GDI layervoid deleteSubmitHostsWithAnswer(java.lang.String[] SH_names,
java.util.List<JGDIAnswer> answers)
throws JGDIException
SubmitHost objects by their primary keySH_names - array of SH_name of the SubmitHost objectsanswers - the answer list objectJGDIException - on any error on the GDI layervoid addSubmitHost(SubmitHost obj) throws JGDIException
SubmitHost object.obj - the new SubmitHost objectJGDIException - on any error on the GDI layervoid addSubmitHostWithAnswer(SubmitHost obj, java.util.List<JGDIAnswer> answers) throws JGDIException
SubmitHost object.obj - the new SubmitHost objectanswers - the answer list objectJGDIException - on any error on the GDI layervoid addSubmitHost(java.lang.String name)
throws JGDIException
SubmitHost object.name - the new String objectJGDIException - on any error on the GDI layervoid addSubmitHostWithAnswer(java.lang.String name,
java.util.List<JGDIAnswer> answers)
throws JGDIException
SubmitHost object.name - the new String objectanswers - the answer list objectJGDIException - on any error on the GDI layerjava.util.List<SubmitHost> getSubmitHostList() throws JGDIException
SubmitHost objects.SubmitHost objectsJGDIException - on any error on the GDI layerjava.util.List<SubmitHost> getSubmitHostListWithAnswer(java.util.List<JGDIAnswer> answers) throws JGDIException
SubmitHost objects.answers - the answer list objectSubmitHost objectsJGDIException - on any error on the GDI layervoid updateHostgroup(Hostgroup obj) throws JGDIException
Hostgroup object.obj - the Hostgroup object with the new valuesJGDIException - on any error on the GDI layervoid updateHostgroupWithAnswer(Hostgroup obj, java.util.List<JGDIAnswer> answers) throws JGDIException
Hostgroup object.obj - the Hostgroup object with the new valuesanswers - the answer list objectJGDIException - on any error on the GDI layervoid deleteHostgroup(Hostgroup obj) throws JGDIException
Hostgroup object.obj - Hostgroup object with the primary key informationJGDIException - on any error on the GDI layervoid deleteHostgroupWithAnswer(Hostgroup obj, java.util.List<JGDIAnswer> answers) throws JGDIException
Hostgroup object.obj - the Hostgroup object with the primary key informationanswers - the answer list objectJGDIException - on any error on the GDI layervoid deleteHostgroup(java.lang.String HGRP_name)
throws JGDIException
Hostgroup object by its primary keyHGRP_name - the HGRP_name of the Hostgroup objectJGDIException - on any error on the GDI layervoid deleteHostgroupWithAnswer(java.lang.String HGRP_name,
java.util.List<JGDIAnswer> answers)
throws JGDIException
Hostgroup object by its primary keyHGRP_name - the HGRP_name of the Hostgroup objectanswers - the answer list objectJGDIException - on any error on the GDI layervoid deleteHostgroupsWithAnswer(java.lang.String[] HGRP_names,
java.util.List<JGDIAnswer> answers)
throws JGDIException
Hostgroup objects by their primary keyHGRP_names - array of HGRP_name of the Hostgroup objectsanswers - the answer list objectJGDIException - on any error on the GDI layervoid addHostgroup(Hostgroup obj) throws JGDIException
Hostgroup object.obj - the new Hostgroup objectJGDIException - on any error on the GDI layervoid addHostgroupWithAnswer(Hostgroup obj, java.util.List<JGDIAnswer> answers) throws JGDIException
Hostgroup object.obj - the new Hostgroup objectanswers - the answer list objectJGDIException - on any error on the GDI layerjava.util.List<Hostgroup> getHostgroupList() throws JGDIException
Hostgroup objects.Hostgroup objectsJGDIException - on any error on the GDI layerjava.util.List<Hostgroup> getHostgroupListWithAnswer(java.util.List<JGDIAnswer> answers) throws JGDIException
Hostgroup objects.answers - the answer list objectHostgroup objectsJGDIException - on any error on the GDI layerHostgroup getHostgroup(java.lang.String HGRP_name) throws JGDIException
HGRP_name - the HGRP_name of the Hostgroup objectJGDIException - on any error on the GDI layerHostgroup getHostgroupWithAnswer(java.lang.String HGRP_name, java.util.List<JGDIAnswer> answers) throws JGDIException
HGRP_name - the HGRP_name of the Hostgroup objectanswers - the answer list objectJGDIException - on any error on the GDI layervoid updateShareTree(ShareTree obj) throws JGDIException
ShareTree object.obj - the ShareTree object with the new valuesJGDIException - on any error on the GDI layervoid updateShareTreeWithAnswer(ShareTree obj, java.util.List<JGDIAnswer> answers) throws JGDIException
ShareTree object.obj - the ShareTree object with the new valuesanswers - the answer list objectJGDIException - on any error on the GDI layerShareTree getShareTree(java.lang.String STN_name) throws JGDIException
STN_name - the STN_name of the ShareTree objectJGDIException - on any error on the GDI layerShareTree getShareTreeWithAnswer(java.lang.String STN_name, java.util.List<JGDIAnswer> answers) throws JGDIException
STN_name - the STN_name of the ShareTree objectanswers - the answer list objectJGDIException - on any error on the GDI layervoid deleteAdminHost(AdminHost obj) throws JGDIException
AdminHost object.obj - AdminHost object with the primary key informationJGDIException - on any error on the GDI layervoid deleteAdminHostWithAnswer(AdminHost obj, java.util.List<JGDIAnswer> answers) throws JGDIException
AdminHost object.obj - the AdminHost object with the primary key informationanswers - the answer list objectJGDIException - on any error on the GDI layervoid deleteAdminHost(java.lang.String AH_name)
throws JGDIException
AdminHost object by its primary keyAH_name - the AH_name of the AdminHost objectJGDIException - on any error on the GDI layervoid deleteAdminHostWithAnswer(java.lang.String AH_name,
java.util.List<JGDIAnswer> answers)
throws JGDIException
AdminHost object by its primary keyAH_name - the AH_name of the AdminHost objectanswers - the answer list objectJGDIException - on any error on the GDI layervoid deleteAdminHostsWithAnswer(java.lang.String[] AH_names,
java.util.List<JGDIAnswer> answers)
throws JGDIException
AdminHost objects by their primary keyAH_names - array of AH_name of the AdminHost objectsanswers - the answer list objectJGDIException - on any error on the GDI layervoid addAdminHost(AdminHost obj) throws JGDIException
AdminHost object.obj - the new AdminHost objectJGDIException - on any error on the GDI layervoid addAdminHostWithAnswer(AdminHost obj, java.util.List<JGDIAnswer> answers) throws JGDIException
AdminHost object.obj - the new AdminHost objectanswers - the answer list objectJGDIException - on any error on the GDI layervoid addAdminHost(java.lang.String name)
throws JGDIException
AdminHost object.name - the new String objectJGDIException - on any error on the GDI layervoid addAdminHostWithAnswer(java.lang.String name,
java.util.List<JGDIAnswer> answers)
throws JGDIException
AdminHost object.name - the new String objectanswers - the answer list objectJGDIException - on any error on the GDI layerjava.util.List<AdminHost> getAdminHostList() throws JGDIException
AdminHost objects.AdminHost objectsJGDIException - on any error on the GDI layerjava.util.List<AdminHost> getAdminHostListWithAnswer(java.util.List<JGDIAnswer> answers) throws JGDIException
AdminHost objects.answers - the answer list objectAdminHost objectsJGDIException - on any error on the GDI layerJobSchedulingInfo getJobSchedulingInfo() throws JGDIException
JobSchedulingInfo object.JobSchedulingInfo object.JGDIException - on any error on the GDI layerJobSchedulingInfo getJobSchedulingInfoWithAnswer(java.util.List<JGDIAnswer> answers) throws JGDIException
JobSchedulingInfo object.answers - the answer list objectJobSchedulingInfo object.JGDIException - on any error on the GDI layervoid updateUserSet(UserSet obj) throws JGDIException
UserSet object.obj - the UserSet object with the new valuesJGDIException - on any error on the GDI layervoid updateUserSetWithAnswer(UserSet obj, java.util.List<JGDIAnswer> answers) throws JGDIException
UserSet object.obj - the UserSet object with the new valuesanswers - the answer list objectJGDIException - on any error on the GDI layervoid deleteUserSet(UserSet obj) throws JGDIException
UserSet object.obj - UserSet object with the primary key informationJGDIException - on any error on the GDI layervoid deleteUserSetWithAnswer(UserSet obj, java.util.List<JGDIAnswer> answers) throws JGDIException
UserSet object.obj - the UserSet object with the primary key informationanswers - the answer list objectJGDIException - on any error on the GDI layervoid deleteUserSet(java.lang.String US_name)
throws JGDIException
UserSet object by its primary keyUS_name - the US_name of the UserSet objectJGDIException - on any error on the GDI layervoid deleteUserSetWithAnswer(java.lang.String US_name,
java.util.List<JGDIAnswer> answers)
throws JGDIException
UserSet object by its primary keyUS_name - the US_name of the UserSet objectanswers - the answer list objectJGDIException - on any error on the GDI layervoid deleteUserSetsWithAnswer(java.lang.String[] US_names,
java.util.List<JGDIAnswer> answers)
throws JGDIException
UserSet objects by their primary keyUS_names - array of US_name of the UserSet objectsanswers - the answer list objectJGDIException - on any error on the GDI layervoid addUserSet(UserSet obj) throws JGDIException
UserSet object.obj - the new UserSet objectJGDIException - on any error on the GDI layervoid addUserSetWithAnswer(UserSet obj, java.util.List<JGDIAnswer> answers) throws JGDIException
UserSet object.obj - the new UserSet objectanswers - the answer list objectJGDIException - on any error on the GDI layerjava.util.List<UserSet> getUserSetList() throws JGDIException
UserSet objects.UserSet objectsJGDIException - on any error on the GDI layerjava.util.List<UserSet> getUserSetListWithAnswer(java.util.List<JGDIAnswer> answers) throws JGDIException
UserSet objects.answers - the answer list objectUserSet objectsJGDIException - on any error on the GDI layerUserSet getUserSet(java.lang.String US_name) throws JGDIException
US_name - the US_name of the UserSet objectJGDIException - on any error on the GDI layerUserSet getUserSetWithAnswer(java.lang.String US_name, java.util.List<JGDIAnswer> answers) throws JGDIException
US_name - the US_name of the UserSet objectanswers - the answer list objectJGDIException - on any error on the GDI layervoid deleteAdvanceReservation(AdvanceReservation obj) throws JGDIException
AdvanceReservation object.obj - AdvanceReservation object with the primary key informationJGDIException - on any error on the GDI layervoid deleteAdvanceReservationWithAnswer(AdvanceReservation obj, java.util.List<JGDIAnswer> answers) throws JGDIException
AdvanceReservation object.obj - the AdvanceReservation object with the primary key informationanswers - the answer list objectJGDIException - on any error on the GDI layervoid deleteAdvanceReservation(int AR_id)
throws JGDIException
AdvanceReservation object by its primary keyAR_id - the AR_id of the AdvanceReservation objectJGDIException - on any error on the GDI layervoid deleteAdvanceReservationWithAnswer(int AR_id,
java.util.List<JGDIAnswer> answers)
throws JGDIException
AdvanceReservation object by its primary keyAR_id - the AR_id of the AdvanceReservation objectanswers - the answer list objectJGDIException - on any error on the GDI layervoid deleteAdvanceReservationsWithAnswer(java.lang.String[] AR_ids,
boolean forced,
UserFilter userFilter,
java.util.List<JGDIAnswer> answers)
throws JGDIException
AdvanceReservation objects by their primary keyAR_ids - array of AR_id of the AdvanceReservation objectsanswers - the answer list objectJGDIException - on any error on the GDI layervoid addAdvanceReservation(AdvanceReservation obj) throws JGDIException
AdvanceReservation object.obj - the new AdvanceReservation objectJGDIException - on any error on the GDI layervoid addAdvanceReservationWithAnswer(AdvanceReservation obj, java.util.List<JGDIAnswer> answers) throws JGDIException
AdvanceReservation object.obj - the new AdvanceReservation objectanswers - the answer list objectJGDIException - on any error on the GDI layerjava.util.List<AdvanceReservation> getAdvanceReservationList() throws JGDIException
AdvanceReservation objects.AdvanceReservation objectsJGDIException - on any error on the GDI layerjava.util.List<AdvanceReservation> getAdvanceReservationListWithAnswer(java.util.List<JGDIAnswer> answers) throws JGDIException
AdvanceReservation objects.answers - the answer list objectAdvanceReservation objectsJGDIException - on any error on the GDI layerAdvanceReservation getAdvanceReservation(int AR_id) throws JGDIException
AR_id - the AR_id of the AdvanceReservation objectJGDIException - on any error on the GDI layerAdvanceReservation getAdvanceReservationWithAnswer(int AR_id, java.util.List<JGDIAnswer> answers) throws JGDIException
AR_id - the AR_id of the AdvanceReservation objectanswers - the answer list objectJGDIException - on any error on the GDI layervoid updateCheckpoint(Checkpoint obj) throws JGDIException
Checkpoint object.obj - the Checkpoint object with the new valuesJGDIException - on any error on the GDI layervoid updateCheckpointWithAnswer(Checkpoint obj, java.util.List<JGDIAnswer> answers) throws JGDIException
Checkpoint object.obj - the Checkpoint object with the new valuesanswers - the answer list objectJGDIException - on any error on the GDI layervoid deleteCheckpoint(Checkpoint obj) throws JGDIException
Checkpoint object.obj - Checkpoint object with the primary key informationJGDIException - on any error on the GDI layervoid deleteCheckpointWithAnswer(Checkpoint obj, java.util.List<JGDIAnswer> answers) throws JGDIException
Checkpoint object.obj - the Checkpoint object with the primary key informationanswers - the answer list objectJGDIException - on any error on the GDI layervoid deleteCheckpoint(java.lang.String CK_name)
throws JGDIException
Checkpoint object by its primary keyCK_name - the CK_name of the Checkpoint objectJGDIException - on any error on the GDI layervoid deleteCheckpointWithAnswer(java.lang.String CK_name,
java.util.List<JGDIAnswer> answers)
throws JGDIException
Checkpoint object by its primary keyCK_name - the CK_name of the Checkpoint objectanswers - the answer list objectJGDIException - on any error on the GDI layervoid deleteCheckpointsWithAnswer(java.lang.String[] CK_names,
java.util.List<JGDIAnswer> answers)
throws JGDIException
Checkpoint objects by their primary keyCK_names - array of CK_name of the Checkpoint objectsanswers - the answer list objectJGDIException - on any error on the GDI layervoid addCheckpoint(Checkpoint obj) throws JGDIException
Checkpoint object.obj - the new Checkpoint objectJGDIException - on any error on the GDI layervoid addCheckpointWithAnswer(Checkpoint obj, java.util.List<JGDIAnswer> answers) throws JGDIException
Checkpoint object.obj - the new Checkpoint objectanswers - the answer list objectJGDIException - on any error on the GDI layerjava.util.List<Checkpoint> getCheckpointList() throws JGDIException
Checkpoint objects.Checkpoint objectsJGDIException - on any error on the GDI layerjava.util.List<Checkpoint> getCheckpointListWithAnswer(java.util.List<JGDIAnswer> answers) throws JGDIException
Checkpoint objects.answers - the answer list objectCheckpoint objectsJGDIException - on any error on the GDI layerCheckpoint getCheckpoint(java.lang.String CK_name) throws JGDIException
CK_name - the CK_name of the Checkpoint objectJGDIException - on any error on the GDI layerCheckpoint getCheckpointWithAnswer(java.lang.String CK_name, java.util.List<JGDIAnswer> answers) throws JGDIException
CK_name - the CK_name of the Checkpoint objectanswers - the answer list objectJGDIException - on any error on the GDI layervoid updateJob(Job obj) throws JGDIException
Job object.obj - the Job object with the new valuesJGDIException - on any error on the GDI layervoid updateJobWithAnswer(Job obj, java.util.List<JGDIAnswer> answers) throws JGDIException
Job object.obj - the Job object with the new valuesanswers - the answer list objectJGDIException - on any error on the GDI layervoid deleteJob(Job obj) throws JGDIException
Job object.obj - Job object with the primary key informationJGDIException - on any error on the GDI layervoid deleteJobWithAnswer(Job obj, java.util.List<JGDIAnswer> answers) throws JGDIException
Job object.obj - the Job object with the primary key informationanswers - the answer list objectJGDIException - on any error on the GDI layervoid deleteJob(int JB_job_number)
throws JGDIException
Job object by its primary keyJB_job_number - the JB_job_number of the Job objectJGDIException - on any error on the GDI layervoid deleteJobWithAnswer(int JB_job_number,
java.util.List<JGDIAnswer> answers)
throws JGDIException
Job object by its primary keyJB_job_number - the JB_job_number of the Job objectanswers - the answer list objectJGDIException - on any error on the GDI layervoid deleteJobsWithAnswer(java.lang.String[] JB_job_numbers,
boolean forced,
UserFilter userFilter,
java.util.List<JGDIAnswer> answers)
throws JGDIException
Job objects by their primary keyJB_job_numbers - array of JB_job_number of the Job objectsanswers - the answer list objectJGDIException - on any error on the GDI layervoid addJob(Job obj) throws JGDIException
Job object.obj - the new Job objectJGDIException - on any error on the GDI layervoid addJobWithAnswer(Job obj, java.util.List<JGDIAnswer> answers) throws JGDIException
Job object.obj - the new Job objectanswers - the answer list objectJGDIException - on any error on the GDI layerjava.util.List<Job> getJobList() throws JGDIException
Job objects.Job objectsJGDIException - on any error on the GDI layerjava.util.List<Job> getJobListWithAnswer(java.util.List<JGDIAnswer> answers) throws JGDIException
Job objects.answers - the answer list objectJob objectsJGDIException - on any error on the GDI layerJob getJob(int JB_job_number) throws JGDIException
JB_job_number - the JB_job_number of the Job objectJGDIException - on any error on the GDI layerJob getJobWithAnswer(int JB_job_number, java.util.List<JGDIAnswer> answers) throws JGDIException
JB_job_number - the JB_job_number of the Job objectanswers - the answer list objectJGDIException - on any error on the GDI layervoid updateConfiguration(Configuration obj) throws JGDIException
Configuration object.obj - the Configuration object with the new valuesJGDIException - on any error on the GDI layervoid updateConfigurationWithAnswer(Configuration obj, java.util.List<JGDIAnswer> answers) throws JGDIException
Configuration object.obj - the Configuration object with the new valuesanswers - the answer list objectJGDIException - on any error on the GDI layervoid deleteConfiguration(Configuration obj) throws JGDIException
Configuration object.obj - Configuration object with the primary key informationJGDIException - on any error on the GDI layervoid deleteConfigurationWithAnswer(Configuration obj, java.util.List<JGDIAnswer> answers) throws JGDIException
Configuration object.obj - the Configuration object with the primary key informationanswers - the answer list objectJGDIException - on any error on the GDI layervoid deleteConfiguration(java.lang.String CONF_name)
throws JGDIException
Configuration object by its primary keyCONF_name - the CONF_name of the Configuration objectJGDIException - on any error on the GDI layervoid deleteConfigurationWithAnswer(java.lang.String CONF_name,
java.util.List<JGDIAnswer> answers)
throws JGDIException
Configuration object by its primary keyCONF_name - the CONF_name of the Configuration objectanswers - the answer list objectJGDIException - on any error on the GDI layervoid deleteConfigurationsWithAnswer(java.lang.String[] CONF_names,
java.util.List<JGDIAnswer> answers)
throws JGDIException
Configuration objects by their primary keyCONF_names - array of CONF_name of the Configuration objectsanswers - the answer list objectJGDIException - on any error on the GDI layervoid addConfiguration(Configuration obj) throws JGDIException
Configuration object.obj - the new Configuration objectJGDIException - on any error on the GDI layervoid addConfigurationWithAnswer(Configuration obj, java.util.List<JGDIAnswer> answers) throws JGDIException
Configuration object.obj - the new Configuration objectanswers - the answer list objectJGDIException - on any error on the GDI layerjava.util.List<Configuration> getConfigurationList() throws JGDIException
Configuration objects.Configuration objectsJGDIException - on any error on the GDI layerjava.util.List<Configuration> getConfigurationListWithAnswer(java.util.List<JGDIAnswer> answers) throws JGDIException
Configuration objects.answers - the answer list objectConfiguration objectsJGDIException - on any error on the GDI layerConfiguration getConfiguration(java.lang.String CONF_name) throws JGDIException
CONF_name - the CONF_name of the Configuration objectJGDIException - on any error on the GDI layerConfiguration getConfigurationWithAnswer(java.lang.String CONF_name, java.util.List<JGDIAnswer> answers) throws JGDIException
CONF_name - the CONF_name of the Configuration objectanswers - the answer list objectJGDIException - on any error on the GDI layervoid updateProject(Project obj) throws JGDIException
Project object.obj - the Project object with the new valuesJGDIException - on any error on the GDI layervoid updateProjectWithAnswer(Project obj, java.util.List<JGDIAnswer> answers) throws JGDIException
Project object.obj - the Project object with the new valuesanswers - the answer list objectJGDIException - on any error on the GDI layervoid deleteProject(Project obj) throws JGDIException
Project object.obj - Project object with the primary key informationJGDIException - on any error on the GDI layervoid deleteProjectWithAnswer(Project obj, java.util.List<JGDIAnswer> answers) throws JGDIException
Project object.obj - the Project object with the primary key informationanswers - the answer list objectJGDIException - on any error on the GDI layervoid deleteProject(java.lang.String PR_name)
throws JGDIException
Project object by its primary keyPR_name - the PR_name of the Project objectJGDIException - on any error on the GDI layervoid deleteProjectWithAnswer(java.lang.String PR_name,
java.util.List<JGDIAnswer> answers)
throws JGDIException
Project object by its primary keyPR_name - the PR_name of the Project objectanswers - the answer list objectJGDIException - on any error on the GDI layervoid deleteProjectsWithAnswer(java.lang.String[] PR_names,
java.util.List<JGDIAnswer> answers)
throws JGDIException
Project objects by their primary keyPR_names - array of PR_name of the Project objectsanswers - the answer list objectJGDIException - on any error on the GDI layervoid addProject(Project obj) throws JGDIException
Project object.obj - the new Project objectJGDIException - on any error on the GDI layervoid addProjectWithAnswer(Project obj, java.util.List<JGDIAnswer> answers) throws JGDIException
Project object.obj - the new Project objectanswers - the answer list objectJGDIException - on any error on the GDI layerjava.util.List<Project> getProjectList() throws JGDIException
Project objects.Project objectsJGDIException - on any error on the GDI layerjava.util.List<Project> getProjectListWithAnswer(java.util.List<JGDIAnswer> answers) throws JGDIException
Project objects.answers - the answer list objectProject objectsJGDIException - on any error on the GDI layerProject getProject(java.lang.String PR_name) throws JGDIException
PR_name - the PR_name of the Project objectJGDIException - on any error on the GDI layerProject getProjectWithAnswer(java.lang.String PR_name, java.util.List<JGDIAnswer> answers) throws JGDIException
PR_name - the PR_name of the Project objectanswers - the answer list objectJGDIException - on any error on the GDI layervoid updateComplexEntry(ComplexEntry obj) throws JGDIException
ComplexEntry object.obj - the ComplexEntry object with the new valuesJGDIException - on any error on the GDI layervoid updateComplexEntryWithAnswer(ComplexEntry obj, java.util.List<JGDIAnswer> answers) throws JGDIException
ComplexEntry object.obj - the ComplexEntry object with the new valuesanswers - the answer list objectJGDIException - on any error on the GDI layervoid deleteComplexEntry(ComplexEntry obj) throws JGDIException
ComplexEntry object.obj - ComplexEntry object with the primary key informationJGDIException - on any error on the GDI layervoid deleteComplexEntryWithAnswer(ComplexEntry obj, java.util.List<JGDIAnswer> answers) throws JGDIException
ComplexEntry object.obj - the ComplexEntry object with the primary key informationanswers - the answer list objectJGDIException - on any error on the GDI layervoid deleteComplexEntry(java.lang.String CE_name)
throws JGDIException
ComplexEntry object by its primary keyCE_name - the CE_name of the ComplexEntry objectJGDIException - on any error on the GDI layervoid deleteComplexEntryWithAnswer(java.lang.String CE_name,
java.util.List<JGDIAnswer> answers)
throws JGDIException
ComplexEntry object by its primary keyCE_name - the CE_name of the ComplexEntry objectanswers - the answer list objectJGDIException - on any error on the GDI layervoid deleteComplexEntrysWithAnswer(java.lang.String[] CE_names,
java.util.List<JGDIAnswer> answers)
throws JGDIException
ComplexEntry objects by their primary keyCE_names - array of CE_name of the ComplexEntry objectsanswers - the answer list objectJGDIException - on any error on the GDI layervoid addComplexEntry(ComplexEntry obj) throws JGDIException
ComplexEntry object.obj - the new ComplexEntry objectJGDIException - on any error on the GDI layervoid addComplexEntryWithAnswer(ComplexEntry obj, java.util.List<JGDIAnswer> answers) throws JGDIException
ComplexEntry object.obj - the new ComplexEntry objectanswers - the answer list objectJGDIException - on any error on the GDI layerjava.util.List<ComplexEntry> getComplexEntryList() throws JGDIException
ComplexEntry objects.ComplexEntry objectsJGDIException - on any error on the GDI layerjava.util.List<ComplexEntry> getComplexEntryListWithAnswer(java.util.List<JGDIAnswer> answers) throws JGDIException
ComplexEntry objects.answers - the answer list objectComplexEntry objectsJGDIException - on any error on the GDI layerComplexEntry getComplexEntry(java.lang.String CE_name) throws JGDIException
CE_name - the CE_name of the ComplexEntry objectJGDIException - on any error on the GDI layerComplexEntry getComplexEntryWithAnswer(java.lang.String CE_name, java.util.List<JGDIAnswer> answers) throws JGDIException
CE_name - the CE_name of the ComplexEntry objectanswers - the answer list objectJGDIException - on any error on the GDI layervoid updateSchedConf(SchedConf obj) throws JGDIException
SchedConf object.obj - the SchedConf object with the new valuesJGDIException - on any error on the GDI layervoid updateSchedConfWithAnswer(SchedConf obj, java.util.List<JGDIAnswer> answers) throws JGDIException
SchedConf object.obj - the SchedConf object with the new valuesanswers - the answer list objectJGDIException - on any error on the GDI layerSchedConf getSchedConf() throws JGDIException
SchedConf object.SchedConf object.JGDIException - on any error on the GDI layerSchedConf getSchedConfWithAnswer(java.util.List<JGDIAnswer> answers) throws JGDIException
SchedConf object.answers - the answer list objectSchedConf object.JGDIException - on any error on the GDI layervoid updateClusterQueue(ClusterQueue obj) throws JGDIException
ClusterQueue object.obj - the ClusterQueue object with the new valuesJGDIException - on any error on the GDI layervoid updateClusterQueueWithAnswer(ClusterQueue obj, java.util.List<JGDIAnswer> answers) throws JGDIException
ClusterQueue object.obj - the ClusterQueue object with the new valuesanswers - the answer list objectJGDIException - on any error on the GDI layervoid deleteClusterQueue(ClusterQueue obj) throws JGDIException
ClusterQueue object.obj - ClusterQueue object with the primary key informationJGDIException - on any error on the GDI layervoid deleteClusterQueueWithAnswer(ClusterQueue obj, java.util.List<JGDIAnswer> answers) throws JGDIException
ClusterQueue object.obj - the ClusterQueue object with the primary key informationanswers - the answer list objectJGDIException - on any error on the GDI layervoid deleteClusterQueue(java.lang.String CQ_name)
throws JGDIException
ClusterQueue object by its primary keyCQ_name - the CQ_name of the ClusterQueue objectJGDIException - on any error on the GDI layervoid deleteClusterQueueWithAnswer(java.lang.String CQ_name,
java.util.List<JGDIAnswer> answers)
throws JGDIException
ClusterQueue object by its primary keyCQ_name - the CQ_name of the ClusterQueue objectanswers - the answer list objectJGDIException - on any error on the GDI layervoid deleteClusterQueuesWithAnswer(java.lang.String[] CQ_names,
java.util.List<JGDIAnswer> answers)
throws JGDIException
ClusterQueue objects by their primary keyCQ_names - array of CQ_name of the ClusterQueue objectsanswers - the answer list objectJGDIException - on any error on the GDI layervoid addClusterQueue(ClusterQueue obj) throws JGDIException
ClusterQueue object.obj - the new ClusterQueue objectJGDIException - on any error on the GDI layervoid addClusterQueueWithAnswer(ClusterQueue obj, java.util.List<JGDIAnswer> answers) throws JGDIException
ClusterQueue object.obj - the new ClusterQueue objectanswers - the answer list objectJGDIException - on any error on the GDI layerjava.util.List<ClusterQueue> getClusterQueueList() throws JGDIException
ClusterQueue objects.ClusterQueue objectsJGDIException - on any error on the GDI layerjava.util.List<ClusterQueue> getClusterQueueListWithAnswer(java.util.List<JGDIAnswer> answers) throws JGDIException
ClusterQueue objects.answers - the answer list objectClusterQueue objectsJGDIException - on any error on the GDI layerClusterQueue getClusterQueue(java.lang.String CQ_name) throws JGDIException
CQ_name - the CQ_name of the ClusterQueue objectJGDIException - on any error on the GDI layerClusterQueue getClusterQueueWithAnswer(java.lang.String CQ_name, java.util.List<JGDIAnswer> answers) throws JGDIException
CQ_name - the CQ_name of the ClusterQueue objectanswers - the answer list objectJGDIException - on any error on the GDI layervoid updateParallelEnvironment(ParallelEnvironment obj) throws JGDIException
ParallelEnvironment object.obj - the ParallelEnvironment object with the new valuesJGDIException - on any error on the GDI layervoid updateParallelEnvironmentWithAnswer(ParallelEnvironment obj, java.util.List<JGDIAnswer> answers) throws JGDIException
ParallelEnvironment object.obj - the ParallelEnvironment object with the new valuesanswers - the answer list objectJGDIException - on any error on the GDI layervoid deleteParallelEnvironment(ParallelEnvironment obj) throws JGDIException
ParallelEnvironment object.obj - ParallelEnvironment object with the primary key informationJGDIException - on any error on the GDI layervoid deleteParallelEnvironmentWithAnswer(ParallelEnvironment obj, java.util.List<JGDIAnswer> answers) throws JGDIException
ParallelEnvironment object.obj - the ParallelEnvironment object with the primary key informationanswers - the answer list objectJGDIException - on any error on the GDI layervoid deleteParallelEnvironment(java.lang.String PE_name)
throws JGDIException
ParallelEnvironment object by its primary keyPE_name - the PE_name of the ParallelEnvironment objectJGDIException - on any error on the GDI layervoid deleteParallelEnvironmentWithAnswer(java.lang.String PE_name,
java.util.List<JGDIAnswer> answers)
throws JGDIException
ParallelEnvironment object by its primary keyPE_name - the PE_name of the ParallelEnvironment objectanswers - the answer list objectJGDIException - on any error on the GDI layervoid deleteParallelEnvironmentsWithAnswer(java.lang.String[] PE_names,
java.util.List<JGDIAnswer> answers)
throws JGDIException
ParallelEnvironment objects by their primary keyPE_names - array of PE_name of the ParallelEnvironment objectsanswers - the answer list objectJGDIException - on any error on the GDI layervoid addParallelEnvironment(ParallelEnvironment obj) throws JGDIException
ParallelEnvironment object.obj - the new ParallelEnvironment objectJGDIException - on any error on the GDI layervoid addParallelEnvironmentWithAnswer(ParallelEnvironment obj, java.util.List<JGDIAnswer> answers) throws JGDIException
ParallelEnvironment object.obj - the new ParallelEnvironment objectanswers - the answer list objectJGDIException - on any error on the GDI layerjava.util.List<ParallelEnvironment> getParallelEnvironmentList() throws JGDIException
ParallelEnvironment objects.ParallelEnvironment objectsJGDIException - on any error on the GDI layerjava.util.List<ParallelEnvironment> getParallelEnvironmentListWithAnswer(java.util.List<JGDIAnswer> answers) throws JGDIException
ParallelEnvironment objects.answers - the answer list objectParallelEnvironment objectsJGDIException - on any error on the GDI layerParallelEnvironment getParallelEnvironment(java.lang.String PE_name) throws JGDIException
PE_name - the PE_name of the ParallelEnvironment objectJGDIException - on any error on the GDI layerParallelEnvironment getParallelEnvironmentWithAnswer(java.lang.String PE_name, java.util.List<JGDIAnswer> answers) throws JGDIException
PE_name - the PE_name of the ParallelEnvironment objectanswers - the answer list objectJGDIException - on any error on the GDI layervoid deleteManager(Manager obj) throws JGDIException
Manager object.obj - Manager object with the primary key informationJGDIException - on any error on the GDI layervoid deleteManagerWithAnswer(Manager obj, java.util.List<JGDIAnswer> answers) throws JGDIException
Manager object.obj - the Manager object with the primary key informationanswers - the answer list objectJGDIException - on any error on the GDI layervoid deleteManager(java.lang.String UM_name)
throws JGDIException
Manager object by its primary keyUM_name - the UM_name of the Manager objectJGDIException - on any error on the GDI layervoid deleteManagerWithAnswer(java.lang.String UM_name,
java.util.List<JGDIAnswer> answers)
throws JGDIException
Manager object by its primary keyUM_name - the UM_name of the Manager objectanswers - the answer list objectJGDIException - on any error on the GDI layervoid deleteManagersWithAnswer(java.lang.String[] UM_names,
java.util.List<JGDIAnswer> answers)
throws JGDIException
Manager objects by their primary keyUM_names - array of UM_name of the Manager objectsanswers - the answer list objectJGDIException - on any error on the GDI layervoid addManager(Manager obj) throws JGDIException
Manager object.obj - the new Manager objectJGDIException - on any error on the GDI layervoid addManagerWithAnswer(Manager obj, java.util.List<JGDIAnswer> answers) throws JGDIException
Manager object.obj - the new Manager objectanswers - the answer list objectJGDIException - on any error on the GDI layervoid addManager(java.lang.String name)
throws JGDIException
Manager object.name - the new String objectJGDIException - on any error on the GDI layervoid addManagerWithAnswer(java.lang.String name,
java.util.List<JGDIAnswer> answers)
throws JGDIException
Manager object.name - the new String objectanswers - the answer list objectJGDIException - on any error on the GDI layerjava.util.List<Manager> getManagerList() throws JGDIException
Manager objects.Manager objectsJGDIException - on any error on the GDI layerjava.util.List<Manager> getManagerListWithAnswer(java.util.List<JGDIAnswer> answers) throws JGDIException
Manager objects.answers - the answer list objectManager objectsJGDIException - on any error on the GDI layerManager getManager(java.lang.String UM_name) throws JGDIException
UM_name - the UM_name of the Manager objectJGDIException - on any error on the GDI layerManager getManagerWithAnswer(java.lang.String UM_name, java.util.List<JGDIAnswer> answers) throws JGDIException
UM_name - the UM_name of the Manager objectanswers - the answer list objectJGDIException - on any error on the GDI layerjava.util.List<EventClient> getEventClientList() throws JGDIException
EventClient objects.EventClient objectsJGDIException - on any error on the GDI layerjava.util.List<EventClient> getEventClientListWithAnswer(java.util.List<JGDIAnswer> answers) throws JGDIException
EventClient objects.answers - the answer list objectEventClient objectsJGDIException - on any error on the GDI layervoid updateUser(User obj) throws JGDIException
User object.obj - the User object with the new valuesJGDIException - on any error on the GDI layervoid updateUserWithAnswer(User obj, java.util.List<JGDIAnswer> answers) throws JGDIException
User object.obj - the User object with the new valuesanswers - the answer list objectJGDIException - on any error on the GDI layervoid deleteUser(User obj) throws JGDIException
User object.obj - User object with the primary key informationJGDIException - on any error on the GDI layervoid deleteUserWithAnswer(User obj, java.util.List<JGDIAnswer> answers) throws JGDIException
User object.obj - the User object with the primary key informationanswers - the answer list objectJGDIException - on any error on the GDI layervoid deleteUser(java.lang.String UU_name)
throws JGDIException
User object by its primary keyUU_name - the UU_name of the User objectJGDIException - on any error on the GDI layervoid deleteUserWithAnswer(java.lang.String UU_name,
java.util.List<JGDIAnswer> answers)
throws JGDIException
User object by its primary keyUU_name - the UU_name of the User objectanswers - the answer list objectJGDIException - on any error on the GDI layervoid deleteUsersWithAnswer(java.lang.String[] UU_names,
java.util.List<JGDIAnswer> answers)
throws JGDIException
User objects by their primary keyUU_names - array of UU_name of the User objectsanswers - the answer list objectJGDIException - on any error on the GDI layervoid addUser(User obj) throws JGDIException
User object.obj - the new User objectJGDIException - on any error on the GDI layervoid addUserWithAnswer(User obj, java.util.List<JGDIAnswer> answers) throws JGDIException
User object.obj - the new User objectanswers - the answer list objectJGDIException - on any error on the GDI layerjava.util.List<User> getUserList() throws JGDIException
User objects.User objectsJGDIException - on any error on the GDI layerjava.util.List<User> getUserListWithAnswer(java.util.List<JGDIAnswer> answers) throws JGDIException
User objects.answers - the answer list objectUser objectsJGDIException - on any error on the GDI layerUser getUser(java.lang.String UU_name) throws JGDIException
UU_name - the UU_name of the User objectJGDIException - on any error on the GDI layerUser getUserWithAnswer(java.lang.String UU_name, java.util.List<JGDIAnswer> answers) throws JGDIException
UU_name - the UU_name of the User objectanswers - the answer list objectJGDIException - on any error on the GDI layervoid updateExecHost(ExecHost obj) throws JGDIException
ExecHost object.obj - the ExecHost object with the new valuesJGDIException - on any error on the GDI layervoid updateExecHostWithAnswer(ExecHost obj, java.util.List<JGDIAnswer> answers) throws JGDIException
ExecHost object.obj - the ExecHost object with the new valuesanswers - the answer list objectJGDIException - on any error on the GDI layervoid deleteExecHost(ExecHost obj) throws JGDIException
ExecHost object.obj - ExecHost object with the primary key informationJGDIException - on any error on the GDI layervoid deleteExecHostWithAnswer(ExecHost obj, java.util.List<JGDIAnswer> answers) throws JGDIException
ExecHost object.obj - the ExecHost object with the primary key informationanswers - the answer list objectJGDIException - on any error on the GDI layervoid deleteExecHost(java.lang.String EH_name)
throws JGDIException
ExecHost object by its primary keyEH_name - the EH_name of the ExecHost objectJGDIException - on any error on the GDI layervoid deleteExecHostWithAnswer(java.lang.String EH_name,
java.util.List<JGDIAnswer> answers)
throws JGDIException
ExecHost object by its primary keyEH_name - the EH_name of the ExecHost objectanswers - the answer list objectJGDIException - on any error on the GDI layervoid deleteExecHostsWithAnswer(java.lang.String[] EH_names,
java.util.List<JGDIAnswer> answers)
throws JGDIException
ExecHost objects by their primary keyEH_names - array of EH_name of the ExecHost objectsanswers - the answer list objectJGDIException - on any error on the GDI layervoid addExecHost(ExecHost obj) throws JGDIException
ExecHost object.obj - the new ExecHost objectJGDIException - on any error on the GDI layervoid addExecHostWithAnswer(ExecHost obj, java.util.List<JGDIAnswer> answers) throws JGDIException
ExecHost object.obj - the new ExecHost objectanswers - the answer list objectJGDIException - on any error on the GDI layerjava.util.List<ExecHost> getExecHostList() throws JGDIException
ExecHost objects.ExecHost objectsJGDIException - on any error on the GDI layerjava.util.List<ExecHost> getExecHostListWithAnswer(java.util.List<JGDIAnswer> answers) throws JGDIException
ExecHost objects.answers - the answer list objectExecHost objectsJGDIException - on any error on the GDI layerExecHost getExecHost(java.lang.String EH_name) throws JGDIException
EH_name - the EH_name of the ExecHost objectJGDIException - on any error on the GDI layerExecHost getExecHostWithAnswer(java.lang.String EH_name, java.util.List<JGDIAnswer> answers) throws JGDIException
EH_name - the EH_name of the ExecHost objectanswers - the answer list objectJGDIException - on any error on the GDI layervoid updateResourceQuotaSet(ResourceQuotaSet obj) throws JGDIException
ResourceQuotaSet object.obj - the ResourceQuotaSet object with the new valuesJGDIException - on any error on the GDI layervoid updateResourceQuotaSetWithAnswer(ResourceQuotaSet obj, java.util.List<JGDIAnswer> answers) throws JGDIException
ResourceQuotaSet object.obj - the ResourceQuotaSet object with the new valuesanswers - the answer list objectJGDIException - on any error on the GDI layervoid deleteResourceQuotaSet(ResourceQuotaSet obj) throws JGDIException
ResourceQuotaSet object.obj - ResourceQuotaSet object with the primary key informationJGDIException - on any error on the GDI layervoid deleteResourceQuotaSetWithAnswer(ResourceQuotaSet obj, java.util.List<JGDIAnswer> answers) throws JGDIException
ResourceQuotaSet object.obj - the ResourceQuotaSet object with the primary key informationanswers - the answer list objectJGDIException - on any error on the GDI layervoid deleteResourceQuotaSet(java.lang.String RQS_name)
throws JGDIException
ResourceQuotaSet object by its primary keyRQS_name - the RQS_name of the ResourceQuotaSet objectJGDIException - on any error on the GDI layervoid deleteResourceQuotaSetWithAnswer(java.lang.String RQS_name,
java.util.List<JGDIAnswer> answers)
throws JGDIException
ResourceQuotaSet object by its primary keyRQS_name - the RQS_name of the ResourceQuotaSet objectanswers - the answer list objectJGDIException - on any error on the GDI layervoid deleteResourceQuotaSetsWithAnswer(java.lang.String[] RQS_names,
java.util.List<JGDIAnswer> answers)
throws JGDIException
ResourceQuotaSet objects by their primary keyRQS_names - array of RQS_name of the ResourceQuotaSet objectsanswers - the answer list objectJGDIException - on any error on the GDI layervoid addResourceQuotaSet(ResourceQuotaSet obj) throws JGDIException
ResourceQuotaSet object.obj - the new ResourceQuotaSet objectJGDIException - on any error on the GDI layervoid addResourceQuotaSetWithAnswer(ResourceQuotaSet obj, java.util.List<JGDIAnswer> answers) throws JGDIException
ResourceQuotaSet object.obj - the new ResourceQuotaSet objectanswers - the answer list objectJGDIException - on any error on the GDI layerjava.util.List<ResourceQuotaSet> getResourceQuotaSetList() throws JGDIException
ResourceQuotaSet objects.ResourceQuotaSet objectsJGDIException - on any error on the GDI layerjava.util.List<ResourceQuotaSet> getResourceQuotaSetListWithAnswer(java.util.List<JGDIAnswer> answers) throws JGDIException
ResourceQuotaSet objects.answers - the answer list objectResourceQuotaSet objectsJGDIException - on any error on the GDI layerResourceQuotaSet getResourceQuotaSet(java.lang.String RQS_name) throws JGDIException
RQS_name - the RQS_name of the ResourceQuotaSet objectJGDIException - on any error on the GDI layerResourceQuotaSet getResourceQuotaSetWithAnswer(java.lang.String RQS_name, java.util.List<JGDIAnswer> answers) throws JGDIException
RQS_name - the RQS_name of the ResourceQuotaSet objectanswers - the answer list objectJGDIException - on any error on the GDI layervoid deleteOperator(Operator obj) throws JGDIException
Operator object.obj - Operator object with the primary key informationJGDIException - on any error on the GDI layervoid deleteOperatorWithAnswer(Operator obj, java.util.List<JGDIAnswer> answers) throws JGDIException
Operator object.obj - the Operator object with the primary key informationanswers - the answer list objectJGDIException - on any error on the GDI layervoid deleteOperator(java.lang.String UO_name)
throws JGDIException
Operator object by its primary keyUO_name - the UO_name of the Operator objectJGDIException - on any error on the GDI layervoid deleteOperatorWithAnswer(java.lang.String UO_name,
java.util.List<JGDIAnswer> answers)
throws JGDIException
Operator object by its primary keyUO_name - the UO_name of the Operator objectanswers - the answer list objectJGDIException - on any error on the GDI layervoid deleteOperatorsWithAnswer(java.lang.String[] UO_names,
java.util.List<JGDIAnswer> answers)
throws JGDIException
Operator objects by their primary keyUO_names - array of UO_name of the Operator objectsanswers - the answer list objectJGDIException - on any error on the GDI layervoid addOperator(Operator obj) throws JGDIException
Operator object.obj - the new Operator objectJGDIException - on any error on the GDI layervoid addOperatorWithAnswer(Operator obj, java.util.List<JGDIAnswer> answers) throws JGDIException
Operator object.obj - the new Operator objectanswers - the answer list objectJGDIException - on any error on the GDI layervoid addOperator(java.lang.String name)
throws JGDIException
Operator object.name - the new String objectJGDIException - on any error on the GDI layervoid addOperatorWithAnswer(java.lang.String name,
java.util.List<JGDIAnswer> answers)
throws JGDIException
Operator object.name - the new String objectanswers - the answer list objectJGDIException - on any error on the GDI layerjava.util.List<Operator> getOperatorList() throws JGDIException
Operator objects.Operator objectsJGDIException - on any error on the GDI layerjava.util.List<Operator> getOperatorListWithAnswer(java.util.List<JGDIAnswer> answers) throws JGDIException
Operator objects.answers - the answer list objectOperator objectsJGDIException - on any error on the GDI layerOperator getOperator(java.lang.String UO_name) throws JGDIException
UO_name - the UO_name of the Operator objectJGDIException - on any error on the GDI layerOperator getOperatorWithAnswer(java.lang.String UO_name, java.util.List<JGDIAnswer> answers) throws JGDIException
UO_name - the UO_name of the Operator objectanswers - the answer list objectJGDIException - on any error on the GDI layervoid updateCalendar(Calendar obj) throws JGDIException
Calendar object.obj - the Calendar object with the new valuesJGDIException - on any error on the GDI layervoid updateCalendarWithAnswer(Calendar obj, java.util.List<JGDIAnswer> answers) throws JGDIException
Calendar object.obj - the Calendar object with the new valuesanswers - the answer list objectJGDIException - on any error on the GDI layervoid deleteCalendar(Calendar obj) throws JGDIException
Calendar object.obj - Calendar object with the primary key informationJGDIException - on any error on the GDI layervoid deleteCalendarWithAnswer(Calendar obj, java.util.List<JGDIAnswer> answers) throws JGDIException
Calendar object.obj - the Calendar object with the primary key informationanswers - the answer list objectJGDIException - on any error on the GDI layervoid deleteCalendar(java.lang.String CAL_name)
throws JGDIException
Calendar object by its primary keyCAL_name - the CAL_name of the Calendar objectJGDIException - on any error on the GDI layervoid deleteCalendarWithAnswer(java.lang.String CAL_name,
java.util.List<JGDIAnswer> answers)
throws JGDIException
Calendar object by its primary keyCAL_name - the CAL_name of the Calendar objectanswers - the answer list objectJGDIException - on any error on the GDI layervoid deleteCalendarsWithAnswer(java.lang.String[] CAL_names,
java.util.List<JGDIAnswer> answers)
throws JGDIException
Calendar objects by their primary keyCAL_names - array of CAL_name of the Calendar objectsanswers - the answer list objectJGDIException - on any error on the GDI layervoid addCalendar(Calendar obj) throws JGDIException
Calendar object.obj - the new Calendar objectJGDIException - on any error on the GDI layervoid addCalendarWithAnswer(Calendar obj, java.util.List<JGDIAnswer> answers) throws JGDIException
Calendar object.obj - the new Calendar objectanswers - the answer list objectJGDIException - on any error on the GDI layerjava.util.List<Calendar> getCalendarList() throws JGDIException
Calendar objects.Calendar objectsJGDIException - on any error on the GDI layerjava.util.List<Calendar> getCalendarListWithAnswer(java.util.List<JGDIAnswer> answers) throws JGDIException
Calendar objects.answers - the answer list objectCalendar objectsJGDIException - on any error on the GDI layerCalendar getCalendar(java.lang.String CAL_name) throws JGDIException
CAL_name - the CAL_name of the Calendar objectJGDIException - on any error on the GDI layerCalendar getCalendarWithAnswer(java.lang.String CAL_name, java.util.List<JGDIAnswer> answers) throws JGDIException
CAL_name - the CAL_name of the Calendar objectanswers - the answer list objectJGDIException - on any error on the GDI layerCopyright © 2007 Sun Microsystems, Inc. All rights reserved.