public class JGDIJMX extends JGDIJMXBase implements JGDIJMXMBean, JGDIJMXBaseMBean
JGDIJMX implements a JMX service for
the JGDI interface.log| Constructor and Description |
|---|
JGDIJMX(JGDISession owner)
Create a new instance of
JGDIJMXImpl. |
| 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 the
AdminHost object by 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 the
AdvanceReservation object by 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 the
Calendar object by 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 the
Checkpoint object by 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 the
ClusterQueue object by 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 the
ComplexEntry object by 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 the
Configuration object by 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 the
ExecHost object by 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 the
Hostgroup object by 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 the
Job object by 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 the
Manager object by 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 the
Operator object by 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 the
ParallelEnvironment object by 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 the
Project object by 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 the
ResourceQuotaSet object by 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 the
SubmitHost object by 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 the
User object by primary key; |
void |
deleteUser(User obj)
Delete a
User object. |
void |
deleteUserSet(java.lang.String US_name)
Delete the
UserSet object by primary key; |
void |
deleteUserSet(UserSet obj)
Delete a
UserSet object. |
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 |
getAdminHostList()
Get all
AdminHost objects. |
java.util.List |
getAdminHostListWithAnswer(java.util.List<JGDIAnswer> answers)
Get the list of all defined
AdminHost objects. |
AdvanceReservation |
getAdvanceReservation(int AR_id)
Get the
AdvanceReservation object; |
java.util.List |
getAdvanceReservationList()
Get all
AdvanceReservation objects. |
java.util.List |
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 the
Calendar object; |
java.util.List |
getCalendarList()
Get all
Calendar objects. |
java.util.List |
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 the
Checkpoint object; |
java.util.List |
getCheckpointList()
Get all
Checkpoint objects. |
java.util.List |
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 the
ClusterQueue object; |
java.util.List |
getClusterQueueList()
Get all
ClusterQueue objects. |
java.util.List |
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 the
ComplexEntry object; |
java.util.List |
getComplexEntryList()
Get all
ComplexEntry objects. |
java.util.List |
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 the
Configuration object; |
java.util.List |
getConfigurationList()
Get all
Configuration objects. |
java.util.List |
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 |
getEventClientList()
Get all
EventClient objects. |
java.util.List |
getEventClientListWithAnswer(java.util.List<JGDIAnswer> answers)
Get the list of all defined
EventClient objects. |
ExecHost |
getExecHost(java.lang.String EH_name)
Get the
ExecHost object; |
java.util.List |
getExecHostList()
Get all
ExecHost objects. |
java.util.List |
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 the
Hostgroup object; |
java.util.List |
getHostgroupList()
Get all
Hostgroup objects. |
java.util.List |
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 the
Job object; |
java.util.List |
getJobList()
Get all
Job objects. |
java.util.List |
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 the
Manager object; |
java.util.List |
getManagerList()
Get all
Manager objects. |
java.util.List |
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 the
Operator object; |
java.util.List |
getOperatorList()
Get all
Operator objects. |
java.util.List |
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 the
ParallelEnvironment object; |
java.util.List |
getParallelEnvironmentList()
Get all
ParallelEnvironment objects. |
java.util.List |
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 the
Project object; |
java.util.List |
getProjectList()
Get all
Project objects. |
java.util.List |
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 the
ResourceQuotaSet object; |
java.util.List |
getResourceQuotaSetList()
Get all
ResourceQuotaSet objects. |
java.util.List |
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 the
ShareTree object; |
ShareTree |
getShareTreeWithAnswer(java.lang.String STN_name,
java.util.List<JGDIAnswer> answers)
Get a ShareTree by its primary key
|
java.util.List |
getSubmitHostList()
Get all
SubmitHost objects. |
java.util.List |
getSubmitHostListWithAnswer(java.util.List<JGDIAnswer> answers)
Get the list of all defined
SubmitHost objects. |
User |
getUser(java.lang.String UU_name)
Get the
User object; |
java.util.List |
getUserList()
Get all
User objects. |
java.util.List |
getUserListWithAnswer(java.util.List<JGDIAnswer> answers)
Get the list of all defined
User objects. |
UserSet |
getUserSet(java.lang.String US_name)
Get the
UserSet object; |
java.util.List |
getUserSetList()
Get all
UserSet objects. |
java.util.List |
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 the
Calendar object. |
void |
updateCalendarWithAnswer(Calendar obj,
java.util.List<JGDIAnswer> answers)
Update a
Calendar object. |
void |
updateCheckpoint(Checkpoint obj)
Update the
Checkpoint object. |
void |
updateCheckpointWithAnswer(Checkpoint obj,
java.util.List<JGDIAnswer> answers)
Update a
Checkpoint object. |
void |
updateClusterQueue(ClusterQueue obj)
Update the
ClusterQueue object. |
void |
updateClusterQueueWithAnswer(ClusterQueue obj,
java.util.List<JGDIAnswer> answers)
Update a
ClusterQueue object. |
void |
updateComplexEntry(ComplexEntry obj)
Update the
ComplexEntry object. |
void |
updateComplexEntryWithAnswer(ComplexEntry obj,
java.util.List<JGDIAnswer> answers)
Update a
ComplexEntry object. |
void |
updateConfiguration(Configuration obj)
Update the
Configuration object. |
void |
updateConfigurationWithAnswer(Configuration obj,
java.util.List<JGDIAnswer> answers)
Update a
Configuration object. |
void |
updateExecHost(ExecHost obj)
Update the
ExecHost object. |
void |
updateExecHostWithAnswer(ExecHost obj,
java.util.List<JGDIAnswer> answers)
Update a
ExecHost object. |
void |
updateHostgroup(Hostgroup obj)
Update the
Hostgroup object. |
void |
updateHostgroupWithAnswer(Hostgroup obj,
java.util.List<JGDIAnswer> answers)
Update a
Hostgroup object. |
void |
updateJob(Job obj)
Update the
Job object. |
void |
updateJobWithAnswer(Job obj,
java.util.List<JGDIAnswer> answers)
Update a
Job object. |
void |
updateParallelEnvironment(ParallelEnvironment obj)
Update the
ParallelEnvironment object. |
void |
updateParallelEnvironmentWithAnswer(ParallelEnvironment obj,
java.util.List<JGDIAnswer> answers)
Update a
ParallelEnvironment object. |
void |
updateProject(Project obj)
Update the
Project object. |
void |
updateProjectWithAnswer(Project obj,
java.util.List<JGDIAnswer> answers)
Update a
Project object. |
void |
updateResourceQuotaSet(ResourceQuotaSet obj)
Update the
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 the
ShareTree object. |
void |
updateShareTreeWithAnswer(ShareTree obj,
java.util.List<JGDIAnswer> answers)
Update a
ShareTree object. |
void |
updateUser(User obj)
Update the
User object. |
void |
updateUserSet(UserSet obj)
Update the
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. |
addNotificationListener, cleanQueues, cleanQueuesWithAnswer, clearJobs, clearJobsWithAnswer, clearQueues, clearQueuesWithAnswer, clearShareTreeUsage, clearShareTreeUsageWithAnswer, close, deleteShareTree, deleteShareTreeWithAnswer, disableQueues, disableQueuesWithAnswer, enableQueues, enableQueuesWithAnswer, execQHost, getActQMaster, getAdminUser, getClusterQueueSummary, getCurrentJGDIVersion, getJGDI, getNB, getNotificationInfo, getQQuota, getQueueInstanceSummary, getRealExecHostList, getSchedulerHost, getSGECell, getSgeExecdPort, getSgeQmasterPort, getSGERoot, getSubscription, killAllEventClients, killAllEventClientsWithAnswer, killAllExecds, killAllExecdsWithAnswer, killEventClients, killEventClientsWithAnswer, killExecd, killExecdWithAnswer, killMaster, killMasterWithAnswer, killScheduler, killSchedulerWithAnswer, newClusterQueueSummaryOptions, newQHostOptions, newQQuotaOptions, newQueueInstanceSummaryOptions, removeNotificationListener, removeNotificationListener, reschedule, rescheduleJobs, rescheduleJobsWithAnswer, rescheduleQueues, rescheduleQueuesWithAnswer, rescheduleWithAnswer, setSubscription, showDetachedSettings, showDetachedSettingsAll, startScheduler, startSchedulerWithAnswer, subscribe, suspend, suspendJobs, suspendJobsWithAnswer, suspendQueues, suspendQueuesWithAnswer, suspendWithAnswer, triggerSchedulerMonitoring, triggerSchedulerMonitoringWithAnswer, unsubscribe, unsuspend, unsuspendJobs, unsuspendJobsWithAnswer, unsuspendQueues, unsuspendQueuesWithAnswer, unsuspendWithAnswerclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitcleanQueues, cleanQueuesWithAnswer, clearJobs, clearJobsWithAnswer, clearQueues, clearQueuesWithAnswer, clearShareTreeUsage, clearShareTreeUsageWithAnswer, close, deleteShareTree, deleteShareTreeWithAnswer, disableQueues, disableQueuesWithAnswer, enableQueues, enableQueuesWithAnswer, execQHost, getActQMaster, getAdminUser, getClusterQueueSummary, getCurrentJGDIVersion, getQQuota, getQueueInstanceSummary, getRealExecHostList, getSchedulerHost, getSGECell, getSgeExecdPort, getSgeQmasterPort, getSGERoot, getSubscription, killAllEventClients, killAllEventClientsWithAnswer, killAllExecds, killAllExecdsWithAnswer, killEventClients, killEventClientsWithAnswer, killExecd, killExecdWithAnswer, killMaster, killMasterWithAnswer, killScheduler, killSchedulerWithAnswer, newClusterQueueSummaryOptions, newQHostOptions, newQQuotaOptions, newQueueInstanceSummaryOptions, reschedule, rescheduleJobs, rescheduleJobsWithAnswer, rescheduleQueues, rescheduleQueuesWithAnswer, rescheduleWithAnswer, setSubscription, showDetachedSettings, showDetachedSettingsAll, startScheduler, startSchedulerWithAnswer, subscribe, suspend, suspendJobs, suspendJobsWithAnswer, suspendQueues, suspendQueuesWithAnswer, suspendWithAnswer, triggerSchedulerMonitoring, triggerSchedulerMonitoringWithAnswer, unsubscribe, unsuspend, unsuspendJobs, unsuspendJobsWithAnswer, unsuspendQueues, unsuspendQueuesWithAnswer, unsuspendWithAnswerpublic JGDIJMX(JGDISession owner) throws JGDIException
JGDIJMXImpl.JGDIExceptionpublic void deleteSubmitHost(SubmitHost obj) throws JGDIException
SubmitHost object.deleteSubmitHost in interface JGDIJMXMBeanobj - SubmitHost object with the primary key informationJGDIException - on any error on the GDI layerpublic void deleteSubmitHostWithAnswer(SubmitHost obj, java.util.List<JGDIAnswer> answers) throws JGDIException
SubmitHost object.deleteSubmitHostWithAnswer in interface JGDIJMXMBeanobj - SubmitHost object with the primary key informationanswers - answer list objectJGDIException - on any error on the GDI layerpublic void deleteSubmitHost(java.lang.String SH_name)
throws JGDIException
SubmitHost object by primary key;deleteSubmitHost in interface JGDIJMXMBeanSH_name - the SH_name of the SubmitHost objectJGDIException - on any error on the GDI layerpublic void deleteSubmitHostWithAnswer(java.lang.String SH_name,
java.util.List<JGDIAnswer> answers)
throws JGDIException
SubmitHost object by its primary keydeleteSubmitHostWithAnswer in interface JGDIJMXMBeanSH_name - the SH_name of the SubmitHost objectanswers - answer list objectJGDIException - on any error on the GDI layerpublic void deleteSubmitHostsWithAnswer(java.lang.String[] SH_names,
java.util.List<JGDIAnswer> answers)
throws JGDIException
SubmitHost objects by their primary keydeleteSubmitHostsWithAnswer in interface JGDIJMXMBeanSH_names - array of SH_name of the SubmitHost objectsanswers - the answer list objectJGDIException - on any error on the GDI layerpublic void addSubmitHost(SubmitHost obj) throws JGDIException
SubmitHost object.addSubmitHost in interface JGDIJMXMBeanobj - the new SubmitHost objectJGDIException - on any errorpublic void addSubmitHostWithAnswer(SubmitHost obj, java.util.List<JGDIAnswer> answers) throws JGDIException
SubmitHost object.addSubmitHostWithAnswer in interface JGDIJMXMBeanobj - the new SubmitHost objectanswers - the answer list objectJGDIException - on any error on the GDI layerpublic void addSubmitHost(java.lang.String name)
throws JGDIException
SubmitHost object.addSubmitHost in interface JGDIJMXMBeanname - the new String objectJGDIException - on any error on the GDI layerpublic void addSubmitHostWithAnswer(java.lang.String name,
java.util.List<JGDIAnswer> answers)
throws JGDIException
SubmitHost object.addSubmitHostWithAnswer in interface JGDIJMXMBeanname - the new String objectanswers - the answer list objectJGDIException - on any error on the GDI layerpublic java.util.List getSubmitHostList()
throws JGDIException
SubmitHost objects.getSubmitHostList in interface JGDIJMXMBeanSubmitHost objectsJGDIException - on any errorpublic java.util.List getSubmitHostListWithAnswer(java.util.List<JGDIAnswer> answers) throws JGDIException
SubmitHost objects.getSubmitHostListWithAnswer in interface JGDIJMXMBeananswers - the answer list objectSubmitHost objectsJGDIException - on any error on the GDI layerpublic void updateHostgroup(Hostgroup obj) throws JGDIException
Hostgroup object.updateHostgroup in interface JGDIJMXMBeanobj - the Hostgroup object with the new valuesJGDIException - on any errorpublic void updateHostgroupWithAnswer(Hostgroup obj, java.util.List<JGDIAnswer> answers) throws JGDIException
Hostgroup object.updateHostgroupWithAnswer in interface JGDIJMXMBeanobj - the Hostgroup object with the new valuesanswers - the answer list objectJGDIException - on any error on the GDI layerpublic void deleteHostgroup(Hostgroup obj) throws JGDIException
Hostgroup object.deleteHostgroup in interface JGDIJMXMBeanobj - Hostgroup object with the primary key informationJGDIException - on any error on the GDI layerpublic void deleteHostgroupWithAnswer(Hostgroup obj, java.util.List<JGDIAnswer> answers) throws JGDIException
Hostgroup object.deleteHostgroupWithAnswer in interface JGDIJMXMBeanobj - Hostgroup object with the primary key informationanswers - answer list objectJGDIException - on any error on the GDI layerpublic void deleteHostgroup(java.lang.String HGRP_name)
throws JGDIException
Hostgroup object by primary key;deleteHostgroup in interface JGDIJMXMBeanHGRP_name - the HGRP_name of the Hostgroup objectJGDIException - on any error on the GDI layerpublic void deleteHostgroupWithAnswer(java.lang.String HGRP_name,
java.util.List<JGDIAnswer> answers)
throws JGDIException
Hostgroup object by its primary keydeleteHostgroupWithAnswer in interface JGDIJMXMBeanHGRP_name - the HGRP_name of the Hostgroup objectanswers - answer list objectJGDIException - on any error on the GDI layerpublic void deleteHostgroupsWithAnswer(java.lang.String[] HGRP_names,
java.util.List<JGDIAnswer> answers)
throws JGDIException
Hostgroup objects by their primary keydeleteHostgroupsWithAnswer in interface JGDIJMXMBeanHGRP_names - array of HGRP_name of the Hostgroup objectsanswers - the answer list objectJGDIException - on any error on the GDI layerpublic void addHostgroup(Hostgroup obj) throws JGDIException
Hostgroup object.addHostgroup in interface JGDIJMXMBeanobj - the new Hostgroup objectJGDIException - on any errorpublic void addHostgroupWithAnswer(Hostgroup obj, java.util.List<JGDIAnswer> answers) throws JGDIException
Hostgroup object.addHostgroupWithAnswer in interface JGDIJMXMBeanobj - the new Hostgroup objectanswers - the answer list objectJGDIException - on any error on the GDI layerpublic java.util.List getHostgroupList()
throws JGDIException
Hostgroup objects.getHostgroupList in interface JGDIJMXMBeanHostgroup objectsJGDIException - on any errorpublic java.util.List getHostgroupListWithAnswer(java.util.List<JGDIAnswer> answers) throws JGDIException
Hostgroup objects.getHostgroupListWithAnswer in interface JGDIJMXMBeananswers - the answer list objectHostgroup objectsJGDIException - on any error on the GDI layerpublic Hostgroup getHostgroup(java.lang.String HGRP_name) throws JGDIException
Hostgroup object;getHostgroup in interface JGDIJMXMBeanHGRP_name - the HGRP_name of the Hostgroup objectHostgroup objectJGDIException - on any errorpublic Hostgroup getHostgroupWithAnswer(java.lang.String HGRP_name, java.util.List<JGDIAnswer> answers) throws JGDIException
getHostgroupWithAnswer in interface JGDIJMXMBeanHGRP_name - the HGRP_name of the Hostgroup objectanswers - the answer list objectJGDIException - on any error on the GDI layerpublic void updateShareTree(ShareTree obj) throws JGDIException
ShareTree object.updateShareTree in interface JGDIJMXMBeanobj - the ShareTree object with the new valuesJGDIException - on any errorpublic void updateShareTreeWithAnswer(ShareTree obj, java.util.List<JGDIAnswer> answers) throws JGDIException
ShareTree object.updateShareTreeWithAnswer in interface JGDIJMXMBeanobj - the ShareTree object with the new valuesanswers - the answer list objectJGDIException - on any error on the GDI layerpublic ShareTree getShareTree(java.lang.String STN_name) throws JGDIException
ShareTree object;getShareTree in interface JGDIJMXMBeanSTN_name - the STN_name of the ShareTree objectShareTree objectJGDIException - on any errorpublic ShareTree getShareTreeWithAnswer(java.lang.String STN_name, java.util.List<JGDIAnswer> answers) throws JGDIException
getShareTreeWithAnswer in interface JGDIJMXMBeanSTN_name - the STN_name of the ShareTree objectanswers - the answer list objectJGDIException - on any error on the GDI layerpublic void deleteAdminHost(AdminHost obj) throws JGDIException
AdminHost object.deleteAdminHost in interface JGDIJMXMBeanobj - AdminHost object with the primary key informationJGDIException - on any error on the GDI layerpublic void deleteAdminHostWithAnswer(AdminHost obj, java.util.List<JGDIAnswer> answers) throws JGDIException
AdminHost object.deleteAdminHostWithAnswer in interface JGDIJMXMBeanobj - AdminHost object with the primary key informationanswers - answer list objectJGDIException - on any error on the GDI layerpublic void deleteAdminHost(java.lang.String AH_name)
throws JGDIException
AdminHost object by primary key;deleteAdminHost in interface JGDIJMXMBeanAH_name - the AH_name of the AdminHost objectJGDIException - on any error on the GDI layerpublic void deleteAdminHostWithAnswer(java.lang.String AH_name,
java.util.List<JGDIAnswer> answers)
throws JGDIException
AdminHost object by its primary keydeleteAdminHostWithAnswer in interface JGDIJMXMBeanAH_name - the AH_name of the AdminHost objectanswers - answer list objectJGDIException - on any error on the GDI layerpublic void deleteAdminHostsWithAnswer(java.lang.String[] AH_names,
java.util.List<JGDIAnswer> answers)
throws JGDIException
AdminHost objects by their primary keydeleteAdminHostsWithAnswer in interface JGDIJMXMBeanAH_names - array of AH_name of the AdminHost objectsanswers - the answer list objectJGDIException - on any error on the GDI layerpublic void addAdminHost(AdminHost obj) throws JGDIException
AdminHost object.addAdminHost in interface JGDIJMXMBeanobj - the new AdminHost objectJGDIException - on any errorpublic void addAdminHostWithAnswer(AdminHost obj, java.util.List<JGDIAnswer> answers) throws JGDIException
AdminHost object.addAdminHostWithAnswer in interface JGDIJMXMBeanobj - the new AdminHost objectanswers - the answer list objectJGDIException - on any error on the GDI layerpublic void addAdminHost(java.lang.String name)
throws JGDIException
AdminHost object.addAdminHost in interface JGDIJMXMBeanname - the new String objectJGDIException - on any error on the GDI layerpublic void addAdminHostWithAnswer(java.lang.String name,
java.util.List<JGDIAnswer> answers)
throws JGDIException
AdminHost object.addAdminHostWithAnswer in interface JGDIJMXMBeanname - the new String objectanswers - the answer list objectJGDIException - on any error on the GDI layerpublic java.util.List getAdminHostList()
throws JGDIException
AdminHost objects.getAdminHostList in interface JGDIJMXMBeanAdminHost objectsJGDIException - on any errorpublic java.util.List getAdminHostListWithAnswer(java.util.List<JGDIAnswer> answers) throws JGDIException
AdminHost objects.getAdminHostListWithAnswer in interface JGDIJMXMBeananswers - the answer list objectAdminHost objectsJGDIException - on any error on the GDI layerpublic JobSchedulingInfo getJobSchedulingInfo() throws JGDIException
JobSchedulingInfo objectgetJobSchedulingInfo in interface JGDIJMXMBeanJobSchedulingInfo objectJGDIException - on any error on the GDI layerpublic JobSchedulingInfo getJobSchedulingInfoWithAnswer(java.util.List<JGDIAnswer> answers) throws JGDIException
JobSchedulingInfo object.getJobSchedulingInfoWithAnswer in interface JGDIJMXMBeananswers - the answer list objectJobSchedulingInfo object.JGDIException - on any error on the GDI layerpublic void updateUserSet(UserSet obj) throws JGDIException
UserSet object.updateUserSet in interface JGDIJMXMBeanobj - the UserSet object with the new valuesJGDIException - on any errorpublic void updateUserSetWithAnswer(UserSet obj, java.util.List<JGDIAnswer> answers) throws JGDIException
UserSet object.updateUserSetWithAnswer in interface JGDIJMXMBeanobj - the UserSet object with the new valuesanswers - the answer list objectJGDIException - on any error on the GDI layerpublic void deleteUserSet(UserSet obj) throws JGDIException
UserSet object.deleteUserSet in interface JGDIJMXMBeanobj - UserSet object with the primary key informationJGDIException - on any error on the GDI layerpublic void deleteUserSetWithAnswer(UserSet obj, java.util.List<JGDIAnswer> answers) throws JGDIException
UserSet object.deleteUserSetWithAnswer in interface JGDIJMXMBeanobj - UserSet object with the primary key informationanswers - answer list objectJGDIException - on any error on the GDI layerpublic void deleteUserSet(java.lang.String US_name)
throws JGDIException
UserSet object by primary key;deleteUserSet in interface JGDIJMXMBeanUS_name - the US_name of the UserSet objectJGDIException - on any error on the GDI layerpublic void deleteUserSetWithAnswer(java.lang.String US_name,
java.util.List<JGDIAnswer> answers)
throws JGDIException
UserSet object by its primary keydeleteUserSetWithAnswer in interface JGDIJMXMBeanUS_name - the US_name of the UserSet objectanswers - answer list objectJGDIException - on any error on the GDI layerpublic void deleteUserSetsWithAnswer(java.lang.String[] US_names,
java.util.List<JGDIAnswer> answers)
throws JGDIException
UserSet objects by their primary keydeleteUserSetsWithAnswer in interface JGDIJMXMBeanUS_names - array of US_name of the UserSet objectsanswers - the answer list objectJGDIException - on any error on the GDI layerpublic void addUserSet(UserSet obj) throws JGDIException
UserSet object.addUserSet in interface JGDIJMXMBeanobj - the new UserSet objectJGDIException - on any errorpublic void addUserSetWithAnswer(UserSet obj, java.util.List<JGDIAnswer> answers) throws JGDIException
UserSet object.addUserSetWithAnswer in interface JGDIJMXMBeanobj - the new UserSet objectanswers - the answer list objectJGDIException - on any error on the GDI layerpublic java.util.List getUserSetList()
throws JGDIException
UserSet objects.getUserSetList in interface JGDIJMXMBeanUserSet objectsJGDIException - on any errorpublic java.util.List getUserSetListWithAnswer(java.util.List<JGDIAnswer> answers) throws JGDIException
UserSet objects.getUserSetListWithAnswer in interface JGDIJMXMBeananswers - the answer list objectUserSet objectsJGDIException - on any error on the GDI layerpublic UserSet getUserSet(java.lang.String US_name) throws JGDIException
UserSet object;getUserSet in interface JGDIJMXMBeanUS_name - the US_name of the UserSet objectUserSet objectJGDIException - on any errorpublic UserSet getUserSetWithAnswer(java.lang.String US_name, java.util.List<JGDIAnswer> answers) throws JGDIException
getUserSetWithAnswer in interface JGDIJMXMBeanUS_name - the US_name of the UserSet objectanswers - the answer list objectJGDIException - on any error on the GDI layerpublic void deleteAdvanceReservation(AdvanceReservation obj) throws JGDIException
AdvanceReservation object.deleteAdvanceReservation in interface JGDIJMXMBeanobj - AdvanceReservation object with the primary key informationJGDIException - on any error on the GDI layerpublic void deleteAdvanceReservationWithAnswer(AdvanceReservation obj, java.util.List<JGDIAnswer> answers) throws JGDIException
AdvanceReservation object.deleteAdvanceReservationWithAnswer in interface JGDIJMXMBeanobj - AdvanceReservation object with the primary key informationanswers - answer list objectJGDIException - on any error on the GDI layerpublic void deleteAdvanceReservation(int AR_id)
throws JGDIException
AdvanceReservation object by primary key;deleteAdvanceReservation in interface JGDIJMXMBeanAR_id - the AR_id of the AdvanceReservation objectJGDIException - on any error on the GDI layerpublic void deleteAdvanceReservationWithAnswer(int AR_id,
java.util.List<JGDIAnswer> answers)
throws JGDIException
AdvanceReservation object by its primary keydeleteAdvanceReservationWithAnswer in interface JGDIJMXMBeanAR_id - the AR_id of the AdvanceReservation objectanswers - answer list objectJGDIException - on any error on the GDI layerpublic void deleteAdvanceReservationsWithAnswer(java.lang.String[] AR_ids,
boolean forced,
UserFilter userFilter,
java.util.List<JGDIAnswer> answers)
throws JGDIException
AdvanceReservation objects by their primary keydeleteAdvanceReservationsWithAnswer in interface JGDIJMXMBeanAR_ids - array of AR_id of the AdvanceReservation objectsanswers - the answer list objectJGDIException - on any error on the GDI layerpublic void addAdvanceReservation(AdvanceReservation obj) throws JGDIException
AdvanceReservation object.addAdvanceReservation in interface JGDIJMXMBeanobj - the new AdvanceReservation objectJGDIException - on any errorpublic void addAdvanceReservationWithAnswer(AdvanceReservation obj, java.util.List<JGDIAnswer> answers) throws JGDIException
AdvanceReservation object.addAdvanceReservationWithAnswer in interface JGDIJMXMBeanobj - the new AdvanceReservation objectanswers - the answer list objectJGDIException - on any error on the GDI layerpublic java.util.List getAdvanceReservationList()
throws JGDIException
AdvanceReservation objects.getAdvanceReservationList in interface JGDIJMXMBeanAdvanceReservation objectsJGDIException - on any errorpublic java.util.List getAdvanceReservationListWithAnswer(java.util.List<JGDIAnswer> answers) throws JGDIException
AdvanceReservation objects.getAdvanceReservationListWithAnswer in interface JGDIJMXMBeananswers - the answer list objectAdvanceReservation objectsJGDIException - on any error on the GDI layerpublic AdvanceReservation getAdvanceReservation(int AR_id) throws JGDIException
AdvanceReservation object;getAdvanceReservation in interface JGDIJMXMBeanAR_id - the AR_id of the AdvanceReservation objectAdvanceReservation objectJGDIException - on any errorpublic AdvanceReservation getAdvanceReservationWithAnswer(int AR_id, java.util.List<JGDIAnswer> answers) throws JGDIException
getAdvanceReservationWithAnswer in interface JGDIJMXMBeanAR_id - the AR_id of the AdvanceReservation objectanswers - the answer list objectJGDIException - on any error on the GDI layerpublic void updateCheckpoint(Checkpoint obj) throws JGDIException
Checkpoint object.updateCheckpoint in interface JGDIJMXMBeanobj - the Checkpoint object with the new valuesJGDIException - on any errorpublic void updateCheckpointWithAnswer(Checkpoint obj, java.util.List<JGDIAnswer> answers) throws JGDIException
Checkpoint object.updateCheckpointWithAnswer in interface JGDIJMXMBeanobj - the Checkpoint object with the new valuesanswers - the answer list objectJGDIException - on any error on the GDI layerpublic void deleteCheckpoint(Checkpoint obj) throws JGDIException
Checkpoint object.deleteCheckpoint in interface JGDIJMXMBeanobj - Checkpoint object with the primary key informationJGDIException - on any error on the GDI layerpublic void deleteCheckpointWithAnswer(Checkpoint obj, java.util.List<JGDIAnswer> answers) throws JGDIException
Checkpoint object.deleteCheckpointWithAnswer in interface JGDIJMXMBeanobj - Checkpoint object with the primary key informationanswers - answer list objectJGDIException - on any error on the GDI layerpublic void deleteCheckpoint(java.lang.String CK_name)
throws JGDIException
Checkpoint object by primary key;deleteCheckpoint in interface JGDIJMXMBeanCK_name - the CK_name of the Checkpoint objectJGDIException - on any error on the GDI layerpublic void deleteCheckpointWithAnswer(java.lang.String CK_name,
java.util.List<JGDIAnswer> answers)
throws JGDIException
Checkpoint object by its primary keydeleteCheckpointWithAnswer in interface JGDIJMXMBeanCK_name - the CK_name of the Checkpoint objectanswers - answer list objectJGDIException - on any error on the GDI layerpublic void deleteCheckpointsWithAnswer(java.lang.String[] CK_names,
java.util.List<JGDIAnswer> answers)
throws JGDIException
Checkpoint objects by their primary keydeleteCheckpointsWithAnswer in interface JGDIJMXMBeanCK_names - array of CK_name of the Checkpoint objectsanswers - the answer list objectJGDIException - on any error on the GDI layerpublic void addCheckpoint(Checkpoint obj) throws JGDIException
Checkpoint object.addCheckpoint in interface JGDIJMXMBeanobj - the new Checkpoint objectJGDIException - on any errorpublic void addCheckpointWithAnswer(Checkpoint obj, java.util.List<JGDIAnswer> answers) throws JGDIException
Checkpoint object.addCheckpointWithAnswer in interface JGDIJMXMBeanobj - the new Checkpoint objectanswers - the answer list objectJGDIException - on any error on the GDI layerpublic java.util.List getCheckpointList()
throws JGDIException
Checkpoint objects.getCheckpointList in interface JGDIJMXMBeanCheckpoint objectsJGDIException - on any errorpublic java.util.List getCheckpointListWithAnswer(java.util.List<JGDIAnswer> answers) throws JGDIException
Checkpoint objects.getCheckpointListWithAnswer in interface JGDIJMXMBeananswers - the answer list objectCheckpoint objectsJGDIException - on any error on the GDI layerpublic Checkpoint getCheckpoint(java.lang.String CK_name) throws JGDIException
Checkpoint object;getCheckpoint in interface JGDIJMXMBeanCK_name - the CK_name of the Checkpoint objectCheckpoint objectJGDIException - on any errorpublic Checkpoint getCheckpointWithAnswer(java.lang.String CK_name, java.util.List<JGDIAnswer> answers) throws JGDIException
getCheckpointWithAnswer in interface JGDIJMXMBeanCK_name - the CK_name of the Checkpoint objectanswers - the answer list objectJGDIException - on any error on the GDI layerpublic void updateJob(Job obj) throws JGDIException
Job object.updateJob in interface JGDIJMXMBeanobj - the Job object with the new valuesJGDIException - on any errorpublic void updateJobWithAnswer(Job obj, java.util.List<JGDIAnswer> answers) throws JGDIException
Job object.updateJobWithAnswer in interface JGDIJMXMBeanobj - the Job object with the new valuesanswers - the answer list objectJGDIException - on any error on the GDI layerpublic void deleteJob(Job obj) throws JGDIException
Job object.deleteJob in interface JGDIJMXMBeanobj - Job object with the primary key informationJGDIException - on any error on the GDI layerpublic void deleteJobWithAnswer(Job obj, java.util.List<JGDIAnswer> answers) throws JGDIException
Job object.deleteJobWithAnswer in interface JGDIJMXMBeanobj - Job object with the primary key informationanswers - answer list objectJGDIException - on any error on the GDI layerpublic void deleteJob(int JB_job_number)
throws JGDIException
Job object by primary key;deleteJob in interface JGDIJMXMBeanJB_job_number - the JB_job_number of the Job objectJGDIException - on any error on the GDI layerpublic void deleteJobWithAnswer(int JB_job_number,
java.util.List<JGDIAnswer> answers)
throws JGDIException
Job object by its primary keydeleteJobWithAnswer in interface JGDIJMXMBeanJB_job_number - the JB_job_number of the Job objectanswers - answer list objectJGDIException - on any error on the GDI layerpublic void deleteJobsWithAnswer(java.lang.String[] JB_job_numbers,
boolean forced,
UserFilter userFilter,
java.util.List<JGDIAnswer> answers)
throws JGDIException
Job objects by their primary keydeleteJobsWithAnswer in interface JGDIJMXMBeanJB_job_numbers - array of JB_job_number of the Job objectsanswers - the answer list objectJGDIException - on any error on the GDI layerpublic void addJob(Job obj) throws JGDIException
Job object.addJob in interface JGDIJMXMBeanobj - the new Job objectJGDIException - on any errorpublic void addJobWithAnswer(Job obj, java.util.List<JGDIAnswer> answers) throws JGDIException
Job object.addJobWithAnswer in interface JGDIJMXMBeanobj - the new Job objectanswers - the answer list objectJGDIException - on any error on the GDI layerpublic java.util.List getJobList()
throws JGDIException
Job objects.getJobList in interface JGDIJMXMBeanJob objectsJGDIException - on any errorpublic java.util.List getJobListWithAnswer(java.util.List<JGDIAnswer> answers) throws JGDIException
Job objects.getJobListWithAnswer in interface JGDIJMXMBeananswers - the answer list objectJob objectsJGDIException - on any error on the GDI layerpublic Job getJob(int JB_job_number) throws JGDIException
Job object;getJob in interface JGDIJMXMBeanJB_job_number - the JB_job_number of the Job objectJob objectJGDIException - on any errorpublic Job getJobWithAnswer(int JB_job_number, java.util.List<JGDIAnswer> answers) throws JGDIException
getJobWithAnswer in interface JGDIJMXMBeanJB_job_number - the JB_job_number of the Job objectanswers - the answer list objectJGDIException - on any error on the GDI layerpublic void updateConfiguration(Configuration obj) throws JGDIException
Configuration object.updateConfiguration in interface JGDIJMXMBeanobj - the Configuration object with the new valuesJGDIException - on any errorpublic void updateConfigurationWithAnswer(Configuration obj, java.util.List<JGDIAnswer> answers) throws JGDIException
Configuration object.updateConfigurationWithAnswer in interface JGDIJMXMBeanobj - the Configuration object with the new valuesanswers - the answer list objectJGDIException - on any error on the GDI layerpublic void deleteConfiguration(Configuration obj) throws JGDIException
Configuration object.deleteConfiguration in interface JGDIJMXMBeanobj - Configuration object with the primary key informationJGDIException - on any error on the GDI layerpublic void deleteConfigurationWithAnswer(Configuration obj, java.util.List<JGDIAnswer> answers) throws JGDIException
Configuration object.deleteConfigurationWithAnswer in interface JGDIJMXMBeanobj - Configuration object with the primary key informationanswers - answer list objectJGDIException - on any error on the GDI layerpublic void deleteConfiguration(java.lang.String CONF_name)
throws JGDIException
Configuration object by primary key;deleteConfiguration in interface JGDIJMXMBeanCONF_name - the CONF_name of the Configuration objectJGDIException - on any error on the GDI layerpublic void deleteConfigurationWithAnswer(java.lang.String CONF_name,
java.util.List<JGDIAnswer> answers)
throws JGDIException
Configuration object by its primary keydeleteConfigurationWithAnswer in interface JGDIJMXMBeanCONF_name - the CONF_name of the Configuration objectanswers - answer list objectJGDIException - on any error on the GDI layerpublic void deleteConfigurationsWithAnswer(java.lang.String[] CONF_names,
java.util.List<JGDIAnswer> answers)
throws JGDIException
Configuration objects by their primary keydeleteConfigurationsWithAnswer in interface JGDIJMXMBeanCONF_names - array of CONF_name of the Configuration objectsanswers - the answer list objectJGDIException - on any error on the GDI layerpublic void addConfiguration(Configuration obj) throws JGDIException
Configuration object.addConfiguration in interface JGDIJMXMBeanobj - the new Configuration objectJGDIException - on any errorpublic void addConfigurationWithAnswer(Configuration obj, java.util.List<JGDIAnswer> answers) throws JGDIException
Configuration object.addConfigurationWithAnswer in interface JGDIJMXMBeanobj - the new Configuration objectanswers - the answer list objectJGDIException - on any error on the GDI layerpublic java.util.List getConfigurationList()
throws JGDIException
Configuration objects.getConfigurationList in interface JGDIJMXMBeanConfiguration objectsJGDIException - on any errorpublic java.util.List getConfigurationListWithAnswer(java.util.List<JGDIAnswer> answers) throws JGDIException
Configuration objects.getConfigurationListWithAnswer in interface JGDIJMXMBeananswers - the answer list objectConfiguration objectsJGDIException - on any error on the GDI layerpublic Configuration getConfiguration(java.lang.String CONF_name) throws JGDIException
Configuration object;getConfiguration in interface JGDIJMXMBeanCONF_name - the CONF_name of the Configuration objectConfiguration objectJGDIException - on any errorpublic Configuration getConfigurationWithAnswer(java.lang.String CONF_name, java.util.List<JGDIAnswer> answers) throws JGDIException
getConfigurationWithAnswer in interface JGDIJMXMBeanCONF_name - the CONF_name of the Configuration objectanswers - the answer list objectJGDIException - on any error on the GDI layerpublic void updateProject(Project obj) throws JGDIException
Project object.updateProject in interface JGDIJMXMBeanobj - the Project object with the new valuesJGDIException - on any errorpublic void updateProjectWithAnswer(Project obj, java.util.List<JGDIAnswer> answers) throws JGDIException
Project object.updateProjectWithAnswer in interface JGDIJMXMBeanobj - the Project object with the new valuesanswers - the answer list objectJGDIException - on any error on the GDI layerpublic void deleteProject(Project obj) throws JGDIException
Project object.deleteProject in interface JGDIJMXMBeanobj - Project object with the primary key informationJGDIException - on any error on the GDI layerpublic void deleteProjectWithAnswer(Project obj, java.util.List<JGDIAnswer> answers) throws JGDIException
Project object.deleteProjectWithAnswer in interface JGDIJMXMBeanobj - Project object with the primary key informationanswers - answer list objectJGDIException - on any error on the GDI layerpublic void deleteProject(java.lang.String PR_name)
throws JGDIException
Project object by primary key;deleteProject in interface JGDIJMXMBeanPR_name - the PR_name of the Project objectJGDIException - on any error on the GDI layerpublic void deleteProjectWithAnswer(java.lang.String PR_name,
java.util.List<JGDIAnswer> answers)
throws JGDIException
Project object by its primary keydeleteProjectWithAnswer in interface JGDIJMXMBeanPR_name - the PR_name of the Project objectanswers - answer list objectJGDIException - on any error on the GDI layerpublic void deleteProjectsWithAnswer(java.lang.String[] PR_names,
java.util.List<JGDIAnswer> answers)
throws JGDIException
Project objects by their primary keydeleteProjectsWithAnswer in interface JGDIJMXMBeanPR_names - array of PR_name of the Project objectsanswers - the answer list objectJGDIException - on any error on the GDI layerpublic void addProject(Project obj) throws JGDIException
Project object.addProject in interface JGDIJMXMBeanobj - the new Project objectJGDIException - on any errorpublic void addProjectWithAnswer(Project obj, java.util.List<JGDIAnswer> answers) throws JGDIException
Project object.addProjectWithAnswer in interface JGDIJMXMBeanobj - the new Project objectanswers - the answer list objectJGDIException - on any error on the GDI layerpublic java.util.List getProjectList()
throws JGDIException
Project objects.getProjectList in interface JGDIJMXMBeanProject objectsJGDIException - on any errorpublic java.util.List getProjectListWithAnswer(java.util.List<JGDIAnswer> answers) throws JGDIException
Project objects.getProjectListWithAnswer in interface JGDIJMXMBeananswers - the answer list objectProject objectsJGDIException - on any error on the GDI layerpublic Project getProject(java.lang.String PR_name) throws JGDIException
Project object;getProject in interface JGDIJMXMBeanPR_name - the PR_name of the Project objectProject objectJGDIException - on any errorpublic Project getProjectWithAnswer(java.lang.String PR_name, java.util.List<JGDIAnswer> answers) throws JGDIException
getProjectWithAnswer in interface JGDIJMXMBeanPR_name - the PR_name of the Project objectanswers - the answer list objectJGDIException - on any error on the GDI layerpublic void updateComplexEntry(ComplexEntry obj) throws JGDIException
ComplexEntry object.updateComplexEntry in interface JGDIJMXMBeanobj - the ComplexEntry object with the new valuesJGDIException - on any errorpublic void updateComplexEntryWithAnswer(ComplexEntry obj, java.util.List<JGDIAnswer> answers) throws JGDIException
ComplexEntry object.updateComplexEntryWithAnswer in interface JGDIJMXMBeanobj - the ComplexEntry object with the new valuesanswers - the answer list objectJGDIException - on any error on the GDI layerpublic void deleteComplexEntry(ComplexEntry obj) throws JGDIException
ComplexEntry object.deleteComplexEntry in interface JGDIJMXMBeanobj - ComplexEntry object with the primary key informationJGDIException - on any error on the GDI layerpublic void deleteComplexEntryWithAnswer(ComplexEntry obj, java.util.List<JGDIAnswer> answers) throws JGDIException
ComplexEntry object.deleteComplexEntryWithAnswer in interface JGDIJMXMBeanobj - ComplexEntry object with the primary key informationanswers - answer list objectJGDIException - on any error on the GDI layerpublic void deleteComplexEntry(java.lang.String CE_name)
throws JGDIException
ComplexEntry object by primary key;deleteComplexEntry in interface JGDIJMXMBeanCE_name - the CE_name of the ComplexEntry objectJGDIException - on any error on the GDI layerpublic void deleteComplexEntryWithAnswer(java.lang.String CE_name,
java.util.List<JGDIAnswer> answers)
throws JGDIException
ComplexEntry object by its primary keydeleteComplexEntryWithAnswer in interface JGDIJMXMBeanCE_name - the CE_name of the ComplexEntry objectanswers - answer list objectJGDIException - on any error on the GDI layerpublic void deleteComplexEntrysWithAnswer(java.lang.String[] CE_names,
java.util.List<JGDIAnswer> answers)
throws JGDIException
ComplexEntry objects by their primary keydeleteComplexEntrysWithAnswer in interface JGDIJMXMBeanCE_names - array of CE_name of the ComplexEntry objectsanswers - the answer list objectJGDIException - on any error on the GDI layerpublic void addComplexEntry(ComplexEntry obj) throws JGDIException
ComplexEntry object.addComplexEntry in interface JGDIJMXMBeanobj - the new ComplexEntry objectJGDIException - on any errorpublic void addComplexEntryWithAnswer(ComplexEntry obj, java.util.List<JGDIAnswer> answers) throws JGDIException
ComplexEntry object.addComplexEntryWithAnswer in interface JGDIJMXMBeanobj - the new ComplexEntry objectanswers - the answer list objectJGDIException - on any error on the GDI layerpublic java.util.List getComplexEntryList()
throws JGDIException
ComplexEntry objects.getComplexEntryList in interface JGDIJMXMBeanComplexEntry objectsJGDIException - on any errorpublic java.util.List getComplexEntryListWithAnswer(java.util.List<JGDIAnswer> answers) throws JGDIException
ComplexEntry objects.getComplexEntryListWithAnswer in interface JGDIJMXMBeananswers - the answer list objectComplexEntry objectsJGDIException - on any error on the GDI layerpublic ComplexEntry getComplexEntry(java.lang.String CE_name) throws JGDIException
ComplexEntry object;getComplexEntry in interface JGDIJMXMBeanCE_name - the CE_name of the ComplexEntry objectComplexEntry objectJGDIException - on any errorpublic ComplexEntry getComplexEntryWithAnswer(java.lang.String CE_name, java.util.List<JGDIAnswer> answers) throws JGDIException
getComplexEntryWithAnswer in interface JGDIJMXMBeanCE_name - the CE_name of the ComplexEntry objectanswers - the answer list objectJGDIException - on any error on the GDI layerpublic void updateSchedConf(SchedConf obj) throws JGDIException
SchedConf object.updateSchedConf in interface JGDIJMXMBeanobj - the SchedConf object with the new valuesJGDIException - on any errorpublic void updateSchedConfWithAnswer(SchedConf obj, java.util.List<JGDIAnswer> answers) throws JGDIException
SchedConf object.updateSchedConfWithAnswer in interface JGDIJMXMBeanobj - the SchedConf object with the new valuesanswers - the answer list objectJGDIException - on any error on the GDI layerpublic SchedConf getSchedConf() throws JGDIException
SchedConf objectgetSchedConf in interface JGDIJMXMBeanSchedConf objectJGDIException - on any error on the GDI layerpublic SchedConf getSchedConfWithAnswer(java.util.List<JGDIAnswer> answers) throws JGDIException
SchedConf object.getSchedConfWithAnswer in interface JGDIJMXMBeananswers - the answer list objectSchedConf object.JGDIException - on any error on the GDI layerpublic void updateClusterQueue(ClusterQueue obj) throws JGDIException
ClusterQueue object.updateClusterQueue in interface JGDIJMXMBeanobj - the ClusterQueue object with the new valuesJGDIException - on any errorpublic void updateClusterQueueWithAnswer(ClusterQueue obj, java.util.List<JGDIAnswer> answers) throws JGDIException
ClusterQueue object.updateClusterQueueWithAnswer in interface JGDIJMXMBeanobj - the ClusterQueue object with the new valuesanswers - the answer list objectJGDIException - on any error on the GDI layerpublic void deleteClusterQueue(ClusterQueue obj) throws JGDIException
ClusterQueue object.deleteClusterQueue in interface JGDIJMXMBeanobj - ClusterQueue object with the primary key informationJGDIException - on any error on the GDI layerpublic void deleteClusterQueueWithAnswer(ClusterQueue obj, java.util.List<JGDIAnswer> answers) throws JGDIException
ClusterQueue object.deleteClusterQueueWithAnswer in interface JGDIJMXMBeanobj - ClusterQueue object with the primary key informationanswers - answer list objectJGDIException - on any error on the GDI layerpublic void deleteClusterQueue(java.lang.String CQ_name)
throws JGDIException
ClusterQueue object by primary key;deleteClusterQueue in interface JGDIJMXMBeanCQ_name - the CQ_name of the ClusterQueue objectJGDIException - on any error on the GDI layerpublic void deleteClusterQueueWithAnswer(java.lang.String CQ_name,
java.util.List<JGDIAnswer> answers)
throws JGDIException
ClusterQueue object by its primary keydeleteClusterQueueWithAnswer in interface JGDIJMXMBeanCQ_name - the CQ_name of the ClusterQueue objectanswers - answer list objectJGDIException - on any error on the GDI layerpublic void deleteClusterQueuesWithAnswer(java.lang.String[] CQ_names,
java.util.List<JGDIAnswer> answers)
throws JGDIException
ClusterQueue objects by their primary keydeleteClusterQueuesWithAnswer in interface JGDIJMXMBeanCQ_names - array of CQ_name of the ClusterQueue objectsanswers - the answer list objectJGDIException - on any error on the GDI layerpublic void addClusterQueue(ClusterQueue obj) throws JGDIException
ClusterQueue object.addClusterQueue in interface JGDIJMXMBeanobj - the new ClusterQueue objectJGDIException - on any errorpublic void addClusterQueueWithAnswer(ClusterQueue obj, java.util.List<JGDIAnswer> answers) throws JGDIException
ClusterQueue object.addClusterQueueWithAnswer in interface JGDIJMXMBeanobj - the new ClusterQueue objectanswers - the answer list objectJGDIException - on any error on the GDI layerpublic java.util.List getClusterQueueList()
throws JGDIException
ClusterQueue objects.getClusterQueueList in interface JGDIJMXMBeanClusterQueue objectsJGDIException - on any errorpublic java.util.List getClusterQueueListWithAnswer(java.util.List<JGDIAnswer> answers) throws JGDIException
ClusterQueue objects.getClusterQueueListWithAnswer in interface JGDIJMXMBeananswers - the answer list objectClusterQueue objectsJGDIException - on any error on the GDI layerpublic ClusterQueue getClusterQueue(java.lang.String CQ_name) throws JGDIException
ClusterQueue object;getClusterQueue in interface JGDIJMXMBeanCQ_name - the CQ_name of the ClusterQueue objectClusterQueue objectJGDIException - on any errorpublic ClusterQueue getClusterQueueWithAnswer(java.lang.String CQ_name, java.util.List<JGDIAnswer> answers) throws JGDIException
getClusterQueueWithAnswer in interface JGDIJMXMBeanCQ_name - the CQ_name of the ClusterQueue objectanswers - the answer list objectJGDIException - on any error on the GDI layerpublic void updateParallelEnvironment(ParallelEnvironment obj) throws JGDIException
ParallelEnvironment object.updateParallelEnvironment in interface JGDIJMXMBeanobj - the ParallelEnvironment object with the new valuesJGDIException - on any errorpublic void updateParallelEnvironmentWithAnswer(ParallelEnvironment obj, java.util.List<JGDIAnswer> answers) throws JGDIException
ParallelEnvironment object.updateParallelEnvironmentWithAnswer in interface JGDIJMXMBeanobj - the ParallelEnvironment object with the new valuesanswers - the answer list objectJGDIException - on any error on the GDI layerpublic void deleteParallelEnvironment(ParallelEnvironment obj) throws JGDIException
ParallelEnvironment object.deleteParallelEnvironment in interface JGDIJMXMBeanobj - ParallelEnvironment object with the primary key informationJGDIException - on any error on the GDI layerpublic void deleteParallelEnvironmentWithAnswer(ParallelEnvironment obj, java.util.List<JGDIAnswer> answers) throws JGDIException
ParallelEnvironment object.deleteParallelEnvironmentWithAnswer in interface JGDIJMXMBeanobj - ParallelEnvironment object with the primary key informationanswers - answer list objectJGDIException - on any error on the GDI layerpublic void deleteParallelEnvironment(java.lang.String PE_name)
throws JGDIException
ParallelEnvironment object by primary key;deleteParallelEnvironment in interface JGDIJMXMBeanPE_name - the PE_name of the ParallelEnvironment objectJGDIException - on any error on the GDI layerpublic void deleteParallelEnvironmentWithAnswer(java.lang.String PE_name,
java.util.List<JGDIAnswer> answers)
throws JGDIException
ParallelEnvironment object by its primary keydeleteParallelEnvironmentWithAnswer in interface JGDIJMXMBeanPE_name - the PE_name of the ParallelEnvironment objectanswers - answer list objectJGDIException - on any error on the GDI layerpublic void deleteParallelEnvironmentsWithAnswer(java.lang.String[] PE_names,
java.util.List<JGDIAnswer> answers)
throws JGDIException
ParallelEnvironment objects by their primary keydeleteParallelEnvironmentsWithAnswer in interface JGDIJMXMBeanPE_names - array of PE_name of the ParallelEnvironment objectsanswers - the answer list objectJGDIException - on any error on the GDI layerpublic void addParallelEnvironment(ParallelEnvironment obj) throws JGDIException
ParallelEnvironment object.addParallelEnvironment in interface JGDIJMXMBeanobj - the new ParallelEnvironment objectJGDIException - on any errorpublic void addParallelEnvironmentWithAnswer(ParallelEnvironment obj, java.util.List<JGDIAnswer> answers) throws JGDIException
ParallelEnvironment object.addParallelEnvironmentWithAnswer in interface JGDIJMXMBeanobj - the new ParallelEnvironment objectanswers - the answer list objectJGDIException - on any error on the GDI layerpublic java.util.List getParallelEnvironmentList()
throws JGDIException
ParallelEnvironment objects.getParallelEnvironmentList in interface JGDIJMXMBeanParallelEnvironment objectsJGDIException - on any errorpublic java.util.List getParallelEnvironmentListWithAnswer(java.util.List<JGDIAnswer> answers) throws JGDIException
ParallelEnvironment objects.getParallelEnvironmentListWithAnswer in interface JGDIJMXMBeananswers - the answer list objectParallelEnvironment objectsJGDIException - on any error on the GDI layerpublic ParallelEnvironment getParallelEnvironment(java.lang.String PE_name) throws JGDIException
ParallelEnvironment object;getParallelEnvironment in interface JGDIJMXMBeanPE_name - the PE_name of the ParallelEnvironment objectParallelEnvironment objectJGDIException - on any errorpublic ParallelEnvironment getParallelEnvironmentWithAnswer(java.lang.String PE_name, java.util.List<JGDIAnswer> answers) throws JGDIException
getParallelEnvironmentWithAnswer in interface JGDIJMXMBeanPE_name - the PE_name of the ParallelEnvironment objectanswers - the answer list objectJGDIException - on any error on the GDI layerpublic void deleteManager(Manager obj) throws JGDIException
Manager object.deleteManager in interface JGDIJMXMBeanobj - Manager object with the primary key informationJGDIException - on any error on the GDI layerpublic void deleteManagerWithAnswer(Manager obj, java.util.List<JGDIAnswer> answers) throws JGDIException
Manager object.deleteManagerWithAnswer in interface JGDIJMXMBeanobj - Manager object with the primary key informationanswers - answer list objectJGDIException - on any error on the GDI layerpublic void deleteManager(java.lang.String UM_name)
throws JGDIException
Manager object by primary key;deleteManager in interface JGDIJMXMBeanUM_name - the UM_name of the Manager objectJGDIException - on any error on the GDI layerpublic void deleteManagerWithAnswer(java.lang.String UM_name,
java.util.List<JGDIAnswer> answers)
throws JGDIException
Manager object by its primary keydeleteManagerWithAnswer in interface JGDIJMXMBeanUM_name - the UM_name of the Manager objectanswers - answer list objectJGDIException - on any error on the GDI layerpublic void deleteManagersWithAnswer(java.lang.String[] UM_names,
java.util.List<JGDIAnswer> answers)
throws JGDIException
Manager objects by their primary keydeleteManagersWithAnswer in interface JGDIJMXMBeanUM_names - array of UM_name of the Manager objectsanswers - the answer list objectJGDIException - on any error on the GDI layerpublic void addManager(Manager obj) throws JGDIException
Manager object.addManager in interface JGDIJMXMBeanobj - the new Manager objectJGDIException - on any errorpublic void addManagerWithAnswer(Manager obj, java.util.List<JGDIAnswer> answers) throws JGDIException
Manager object.addManagerWithAnswer in interface JGDIJMXMBeanobj - the new Manager objectanswers - the answer list objectJGDIException - on any error on the GDI layerpublic void addManager(java.lang.String name)
throws JGDIException
Manager object.addManager in interface JGDIJMXMBeanname - the new String objectJGDIException - on any error on the GDI layerpublic void addManagerWithAnswer(java.lang.String name,
java.util.List<JGDIAnswer> answers)
throws JGDIException
Manager object.addManagerWithAnswer in interface JGDIJMXMBeanname - the new String objectanswers - the answer list objectJGDIException - on any error on the GDI layerpublic java.util.List getManagerList()
throws JGDIException
Manager objects.getManagerList in interface JGDIJMXMBeanManager objectsJGDIException - on any errorpublic java.util.List getManagerListWithAnswer(java.util.List<JGDIAnswer> answers) throws JGDIException
Manager objects.getManagerListWithAnswer in interface JGDIJMXMBeananswers - the answer list objectManager objectsJGDIException - on any error on the GDI layerpublic Manager getManager(java.lang.String UM_name) throws JGDIException
Manager object;getManager in interface JGDIJMXMBeanUM_name - the UM_name of the Manager objectManager objectJGDIException - on any errorpublic Manager getManagerWithAnswer(java.lang.String UM_name, java.util.List<JGDIAnswer> answers) throws JGDIException
getManagerWithAnswer in interface JGDIJMXMBeanUM_name - the UM_name of the Manager objectanswers - the answer list objectJGDIException - on any error on the GDI layerpublic java.util.List getEventClientList()
throws JGDIException
EventClient objects.getEventClientList in interface JGDIJMXMBeanEventClient objectsJGDIException - on any errorpublic java.util.List getEventClientListWithAnswer(java.util.List<JGDIAnswer> answers) throws JGDIException
EventClient objects.getEventClientListWithAnswer in interface JGDIJMXMBeananswers - the answer list objectEventClient objectsJGDIException - on any error on the GDI layerpublic void updateUser(User obj) throws JGDIException
User object.updateUser in interface JGDIJMXMBeanobj - the User object with the new valuesJGDIException - on any errorpublic void updateUserWithAnswer(User obj, java.util.List<JGDIAnswer> answers) throws JGDIException
User object.updateUserWithAnswer in interface JGDIJMXMBeanobj - the User object with the new valuesanswers - the answer list objectJGDIException - on any error on the GDI layerpublic void deleteUser(User obj) throws JGDIException
User object.deleteUser in interface JGDIJMXMBeanobj - User object with the primary key informationJGDIException - on any error on the GDI layerpublic void deleteUserWithAnswer(User obj, java.util.List<JGDIAnswer> answers) throws JGDIException
User object.deleteUserWithAnswer in interface JGDIJMXMBeanobj - User object with the primary key informationanswers - answer list objectJGDIException - on any error on the GDI layerpublic void deleteUser(java.lang.String UU_name)
throws JGDIException
User object by primary key;deleteUser in interface JGDIJMXMBeanUU_name - the UU_name of the User objectJGDIException - on any error on the GDI layerpublic void deleteUserWithAnswer(java.lang.String UU_name,
java.util.List<JGDIAnswer> answers)
throws JGDIException
User object by its primary keydeleteUserWithAnswer in interface JGDIJMXMBeanUU_name - the UU_name of the User objectanswers - answer list objectJGDIException - on any error on the GDI layerpublic void deleteUsersWithAnswer(java.lang.String[] UU_names,
java.util.List<JGDIAnswer> answers)
throws JGDIException
User objects by their primary keydeleteUsersWithAnswer in interface JGDIJMXMBeanUU_names - array of UU_name of the User objectsanswers - the answer list objectJGDIException - on any error on the GDI layerpublic void addUser(User obj) throws JGDIException
User object.addUser in interface JGDIJMXMBeanobj - the new User objectJGDIException - on any errorpublic void addUserWithAnswer(User obj, java.util.List<JGDIAnswer> answers) throws JGDIException
User object.addUserWithAnswer in interface JGDIJMXMBeanobj - the new User objectanswers - the answer list objectJGDIException - on any error on the GDI layerpublic java.util.List getUserList()
throws JGDIException
User objects.getUserList in interface JGDIJMXMBeanUser objectsJGDIException - on any errorpublic java.util.List getUserListWithAnswer(java.util.List<JGDIAnswer> answers) throws JGDIException
User objects.getUserListWithAnswer in interface JGDIJMXMBeananswers - the answer list objectUser objectsJGDIException - on any error on the GDI layerpublic User getUser(java.lang.String UU_name) throws JGDIException
User object;getUser in interface JGDIJMXMBeanUU_name - the UU_name of the User objectUser objectJGDIException - on any errorpublic User getUserWithAnswer(java.lang.String UU_name, java.util.List<JGDIAnswer> answers) throws JGDIException
getUserWithAnswer in interface JGDIJMXMBeanUU_name - the UU_name of the User objectanswers - the answer list objectJGDIException - on any error on the GDI layerpublic void updateExecHost(ExecHost obj) throws JGDIException
ExecHost object.updateExecHost in interface JGDIJMXMBeanobj - the ExecHost object with the new valuesJGDIException - on any errorpublic void updateExecHostWithAnswer(ExecHost obj, java.util.List<JGDIAnswer> answers) throws JGDIException
ExecHost object.updateExecHostWithAnswer in interface JGDIJMXMBeanobj - the ExecHost object with the new valuesanswers - the answer list objectJGDIException - on any error on the GDI layerpublic void deleteExecHost(ExecHost obj) throws JGDIException
ExecHost object.deleteExecHost in interface JGDIJMXMBeanobj - ExecHost object with the primary key informationJGDIException - on any error on the GDI layerpublic void deleteExecHostWithAnswer(ExecHost obj, java.util.List<JGDIAnswer> answers) throws JGDIException
ExecHost object.deleteExecHostWithAnswer in interface JGDIJMXMBeanobj - ExecHost object with the primary key informationanswers - answer list objectJGDIException - on any error on the GDI layerpublic void deleteExecHost(java.lang.String EH_name)
throws JGDIException
ExecHost object by primary key;deleteExecHost in interface JGDIJMXMBeanEH_name - the EH_name of the ExecHost objectJGDIException - on any error on the GDI layerpublic void deleteExecHostWithAnswer(java.lang.String EH_name,
java.util.List<JGDIAnswer> answers)
throws JGDIException
ExecHost object by its primary keydeleteExecHostWithAnswer in interface JGDIJMXMBeanEH_name - the EH_name of the ExecHost objectanswers - answer list objectJGDIException - on any error on the GDI layerpublic void deleteExecHostsWithAnswer(java.lang.String[] EH_names,
java.util.List<JGDIAnswer> answers)
throws JGDIException
ExecHost objects by their primary keydeleteExecHostsWithAnswer in interface JGDIJMXMBeanEH_names - array of EH_name of the ExecHost objectsanswers - the answer list objectJGDIException - on any error on the GDI layerpublic void addExecHost(ExecHost obj) throws JGDIException
ExecHost object.addExecHost in interface JGDIJMXMBeanobj - the new ExecHost objectJGDIException - on any errorpublic void addExecHostWithAnswer(ExecHost obj, java.util.List<JGDIAnswer> answers) throws JGDIException
ExecHost object.addExecHostWithAnswer in interface JGDIJMXMBeanobj - the new ExecHost objectanswers - the answer list objectJGDIException - on any error on the GDI layerpublic java.util.List getExecHostList()
throws JGDIException
ExecHost objects.getExecHostList in interface JGDIJMXMBeanExecHost objectsJGDIException - on any errorpublic java.util.List getExecHostListWithAnswer(java.util.List<JGDIAnswer> answers) throws JGDIException
ExecHost objects.getExecHostListWithAnswer in interface JGDIJMXMBeananswers - the answer list objectExecHost objectsJGDIException - on any error on the GDI layerpublic ExecHost getExecHost(java.lang.String EH_name) throws JGDIException
ExecHost object;getExecHost in interface JGDIJMXMBeanEH_name - the EH_name of the ExecHost objectExecHost objectJGDIException - on any errorpublic ExecHost getExecHostWithAnswer(java.lang.String EH_name, java.util.List<JGDIAnswer> answers) throws JGDIException
getExecHostWithAnswer in interface JGDIJMXMBeanEH_name - the EH_name of the ExecHost objectanswers - the answer list objectJGDIException - on any error on the GDI layerpublic void updateResourceQuotaSet(ResourceQuotaSet obj) throws JGDIException
ResourceQuotaSet object.updateResourceQuotaSet in interface JGDIJMXMBeanobj - the ResourceQuotaSet object with the new valuesJGDIException - on any errorpublic void updateResourceQuotaSetWithAnswer(ResourceQuotaSet obj, java.util.List<JGDIAnswer> answers) throws JGDIException
ResourceQuotaSet object.updateResourceQuotaSetWithAnswer in interface JGDIJMXMBeanobj - the ResourceQuotaSet object with the new valuesanswers - the answer list objectJGDIException - on any error on the GDI layerpublic void deleteResourceQuotaSet(ResourceQuotaSet obj) throws JGDIException
ResourceQuotaSet object.deleteResourceQuotaSet in interface JGDIJMXMBeanobj - ResourceQuotaSet object with the primary key informationJGDIException - on any error on the GDI layerpublic void deleteResourceQuotaSetWithAnswer(ResourceQuotaSet obj, java.util.List<JGDIAnswer> answers) throws JGDIException
ResourceQuotaSet object.deleteResourceQuotaSetWithAnswer in interface JGDIJMXMBeanobj - ResourceQuotaSet object with the primary key informationanswers - answer list objectJGDIException - on any error on the GDI layerpublic void deleteResourceQuotaSet(java.lang.String RQS_name)
throws JGDIException
ResourceQuotaSet object by primary key;deleteResourceQuotaSet in interface JGDIJMXMBeanRQS_name - the RQS_name of the ResourceQuotaSet objectJGDIException - on any error on the GDI layerpublic void deleteResourceQuotaSetWithAnswer(java.lang.String RQS_name,
java.util.List<JGDIAnswer> answers)
throws JGDIException
ResourceQuotaSet object by its primary keydeleteResourceQuotaSetWithAnswer in interface JGDIJMXMBeanRQS_name - the RQS_name of the ResourceQuotaSet objectanswers - answer list objectJGDIException - on any error on the GDI layerpublic void deleteResourceQuotaSetsWithAnswer(java.lang.String[] RQS_names,
java.util.List<JGDIAnswer> answers)
throws JGDIException
ResourceQuotaSet objects by their primary keydeleteResourceQuotaSetsWithAnswer in interface JGDIJMXMBeanRQS_names - array of RQS_name of the ResourceQuotaSet objectsanswers - the answer list objectJGDIException - on any error on the GDI layerpublic void addResourceQuotaSet(ResourceQuotaSet obj) throws JGDIException
ResourceQuotaSet object.addResourceQuotaSet in interface JGDIJMXMBeanobj - the new ResourceQuotaSet objectJGDIException - on any errorpublic void addResourceQuotaSetWithAnswer(ResourceQuotaSet obj, java.util.List<JGDIAnswer> answers) throws JGDIException
ResourceQuotaSet object.addResourceQuotaSetWithAnswer in interface JGDIJMXMBeanobj - the new ResourceQuotaSet objectanswers - the answer list objectJGDIException - on any error on the GDI layerpublic java.util.List getResourceQuotaSetList()
throws JGDIException
ResourceQuotaSet objects.getResourceQuotaSetList in interface JGDIJMXMBeanResourceQuotaSet objectsJGDIException - on any errorpublic java.util.List getResourceQuotaSetListWithAnswer(java.util.List<JGDIAnswer> answers) throws JGDIException
ResourceQuotaSet objects.getResourceQuotaSetListWithAnswer in interface JGDIJMXMBeananswers - the answer list objectResourceQuotaSet objectsJGDIException - on any error on the GDI layerpublic ResourceQuotaSet getResourceQuotaSet(java.lang.String RQS_name) throws JGDIException
ResourceQuotaSet object;getResourceQuotaSet in interface JGDIJMXMBeanRQS_name - the RQS_name of the ResourceQuotaSet objectResourceQuotaSet objectJGDIException - on any errorpublic ResourceQuotaSet getResourceQuotaSetWithAnswer(java.lang.String RQS_name, java.util.List<JGDIAnswer> answers) throws JGDIException
getResourceQuotaSetWithAnswer in interface JGDIJMXMBeanRQS_name - the RQS_name of the ResourceQuotaSet objectanswers - the answer list objectJGDIException - on any error on the GDI layerpublic void deleteOperator(Operator obj) throws JGDIException
Operator object.deleteOperator in interface JGDIJMXMBeanobj - Operator object with the primary key informationJGDIException - on any error on the GDI layerpublic void deleteOperatorWithAnswer(Operator obj, java.util.List<JGDIAnswer> answers) throws JGDIException
Operator object.deleteOperatorWithAnswer in interface JGDIJMXMBeanobj - Operator object with the primary key informationanswers - answer list objectJGDIException - on any error on the GDI layerpublic void deleteOperator(java.lang.String UO_name)
throws JGDIException
Operator object by primary key;deleteOperator in interface JGDIJMXMBeanUO_name - the UO_name of the Operator objectJGDIException - on any error on the GDI layerpublic void deleteOperatorWithAnswer(java.lang.String UO_name,
java.util.List<JGDIAnswer> answers)
throws JGDIException
Operator object by its primary keydeleteOperatorWithAnswer in interface JGDIJMXMBeanUO_name - the UO_name of the Operator objectanswers - answer list objectJGDIException - on any error on the GDI layerpublic void deleteOperatorsWithAnswer(java.lang.String[] UO_names,
java.util.List<JGDIAnswer> answers)
throws JGDIException
Operator objects by their primary keydeleteOperatorsWithAnswer in interface JGDIJMXMBeanUO_names - array of UO_name of the Operator objectsanswers - the answer list objectJGDIException - on any error on the GDI layerpublic void addOperator(Operator obj) throws JGDIException
Operator object.addOperator in interface JGDIJMXMBeanobj - the new Operator objectJGDIException - on any errorpublic void addOperatorWithAnswer(Operator obj, java.util.List<JGDIAnswer> answers) throws JGDIException
Operator object.addOperatorWithAnswer in interface JGDIJMXMBeanobj - the new Operator objectanswers - the answer list objectJGDIException - on any error on the GDI layerpublic void addOperator(java.lang.String name)
throws JGDIException
Operator object.addOperator in interface JGDIJMXMBeanname - the new String objectJGDIException - on any error on the GDI layerpublic void addOperatorWithAnswer(java.lang.String name,
java.util.List<JGDIAnswer> answers)
throws JGDIException
Operator object.addOperatorWithAnswer in interface JGDIJMXMBeanname - the new String objectanswers - the answer list objectJGDIException - on any error on the GDI layerpublic java.util.List getOperatorList()
throws JGDIException
Operator objects.getOperatorList in interface JGDIJMXMBeanOperator objectsJGDIException - on any errorpublic java.util.List getOperatorListWithAnswer(java.util.List<JGDIAnswer> answers) throws JGDIException
Operator objects.getOperatorListWithAnswer in interface JGDIJMXMBeananswers - the answer list objectOperator objectsJGDIException - on any error on the GDI layerpublic Operator getOperator(java.lang.String UO_name) throws JGDIException
Operator object;getOperator in interface JGDIJMXMBeanUO_name - the UO_name of the Operator objectOperator objectJGDIException - on any errorpublic Operator getOperatorWithAnswer(java.lang.String UO_name, java.util.List<JGDIAnswer> answers) throws JGDIException
getOperatorWithAnswer in interface JGDIJMXMBeanUO_name - the UO_name of the Operator objectanswers - the answer list objectJGDIException - on any error on the GDI layerpublic void updateCalendar(Calendar obj) throws JGDIException
Calendar object.updateCalendar in interface JGDIJMXMBeanobj - the Calendar object with the new valuesJGDIException - on any errorpublic void updateCalendarWithAnswer(Calendar obj, java.util.List<JGDIAnswer> answers) throws JGDIException
Calendar object.updateCalendarWithAnswer in interface JGDIJMXMBeanobj - the Calendar object with the new valuesanswers - the answer list objectJGDIException - on any error on the GDI layerpublic void deleteCalendar(Calendar obj) throws JGDIException
Calendar object.deleteCalendar in interface JGDIJMXMBeanobj - Calendar object with the primary key informationJGDIException - on any error on the GDI layerpublic void deleteCalendarWithAnswer(Calendar obj, java.util.List<JGDIAnswer> answers) throws JGDIException
Calendar object.deleteCalendarWithAnswer in interface JGDIJMXMBeanobj - Calendar object with the primary key informationanswers - answer list objectJGDIException - on any error on the GDI layerpublic void deleteCalendar(java.lang.String CAL_name)
throws JGDIException
Calendar object by primary key;deleteCalendar in interface JGDIJMXMBeanCAL_name - the CAL_name of the Calendar objectJGDIException - on any error on the GDI layerpublic void deleteCalendarWithAnswer(java.lang.String CAL_name,
java.util.List<JGDIAnswer> answers)
throws JGDIException
Calendar object by its primary keydeleteCalendarWithAnswer in interface JGDIJMXMBeanCAL_name - the CAL_name of the Calendar objectanswers - answer list objectJGDIException - on any error on the GDI layerpublic void deleteCalendarsWithAnswer(java.lang.String[] CAL_names,
java.util.List<JGDIAnswer> answers)
throws JGDIException
Calendar objects by their primary keydeleteCalendarsWithAnswer in interface JGDIJMXMBeanCAL_names - array of CAL_name of the Calendar objectsanswers - the answer list objectJGDIException - on any error on the GDI layerpublic void addCalendar(Calendar obj) throws JGDIException
Calendar object.addCalendar in interface JGDIJMXMBeanobj - the new Calendar objectJGDIException - on any errorpublic void addCalendarWithAnswer(Calendar obj, java.util.List<JGDIAnswer> answers) throws JGDIException
Calendar object.addCalendarWithAnswer in interface JGDIJMXMBeanobj - the new Calendar objectanswers - the answer list objectJGDIException - on any error on the GDI layerpublic java.util.List getCalendarList()
throws JGDIException
Calendar objects.getCalendarList in interface JGDIJMXMBeanCalendar objectsJGDIException - on any errorpublic java.util.List getCalendarListWithAnswer(java.util.List<JGDIAnswer> answers) throws JGDIException
Calendar objects.getCalendarListWithAnswer in interface JGDIJMXMBeananswers - the answer list objectCalendar objectsJGDIException - on any error on the GDI layerpublic Calendar getCalendar(java.lang.String CAL_name) throws JGDIException
Calendar object;getCalendar in interface JGDIJMXMBeanCAL_name - the CAL_name of the Calendar objectCalendar objectJGDIException - on any errorpublic Calendar getCalendarWithAnswer(java.lang.String CAL_name, java.util.List<JGDIAnswer> answers) throws JGDIException
getCalendarWithAnswer in interface JGDIJMXMBeanCAL_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.