|
||||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Remote interface for Enterprise Bean: ConnPlan. This interface contains all the valid methods that can be invoked remotely on the Distributed Plan Connector.
Method Summary | |
---|---|
Identifier |
addJobInstance(Identifier jobDefinitionId,
Identifier workstationId,
java.lang.String alias,
Context context)
This method performs the operations of makeJobInPlan and addJobInstance in a single invokation, without allowing user manipulation of the object. |
Identifier |
addJobInstance(JobInPlan job,
Context context)
Add the input job instance to the current Plan. |
void |
addJobInstanceDependencies(Identifier jobId,
java.util.List fileDeps,
java.util.List resourceDeps,
java.util.List promptDeps,
java.util.List internalDeps,
java.util.List externalDeps,
java.util.List internetworkDeps,
Context context)
Add the specified dependencies to the specified job. |
Identifier |
addJobInstanceIntoJobStreamInstance(Identifier jobDefinitionId,
Identifier jobStreamId,
java.lang.String alias,
Context context)
This method performs the operations of makeJobInPlanIntoJobStreamInstance and addJobInstance in a single invokation, without allowing user manipulation of the object. |
java.util.List |
addJobStreamInstance(Identifier jobStreamId,
java.util.Date inputArrivalTime,
java.lang.String alias,
Context context)
This method performs the operations of makeJobStreamInPlan and addJobStreamInstance in a single invokation, without allowing user manipulation of the object. |
java.util.List |
addJobStreamInstance(JobStreamInPlan jobStream,
Context context)
Add the input job stream instance to the current Plan. |
void |
addJobStreamInstanceDependencies(Identifier jobStreamId,
java.util.List fileDeps,
java.util.List resourceDeps,
java.util.List promptDeps,
java.util.List externalDeps,
java.util.List internetworkDeps,
Context context)
Add the specified dependencies to the specified job stream. |
void |
cancelJobInstance(Identifier jobId,
boolean pending,
Context context)
Cancel the specified job. |
void |
cancelJobStreamInstance(Identifier jobStreamId,
boolean pending,
Context context)
Cancel the specified job stream. |
void |
confirmJobInstance(Identifier jobId,
FlowNodeInternalStatusType status,
Context context)
Confirm the specified job with the specified status. |
byte[] |
connectToHostCpu(Identifier workstationId,
java.lang.String connectionString,
byte[] command,
Context context)
This method connects a remote workstation via TCP/IP (with options), sends a command to it, and receives the result from it. |
java.util.List |
countPlanObject(java.lang.Class cl,
QueryFilter filter,
java.lang.String groupField,
Context context)
This method return aggregate statistics on plan objects. |
Identifier |
createPlan(SymphonyInPlanKey key,
java.util.Date startTime,
long timeExtension,
Context context)
This method is used to create a Trial or a Forecast plan, depending on the type specified in the SymphonyInPlanKey, with the name specified in the key itself. |
Identifier |
createPlanExtension(SymphonyInPlanKey key,
long timeExtension,
Context context)
This method is used to create a Trial Plan extension starting from the current Plan. |
EngineInformation |
getEngineInformation(Context context)
Returns the engine information taken from the current Plan. |
GetJobOutputResult |
getJobInstanceOutput(GetJobOutputContext context)
Return output in bunch, after the first one, of a JobInPlan. |
GetJobOutputResult |
getJobInstanceOutput(Identifier jobId,
int lines,
Context context)
Return the first bunch of a JobInPlan output. |
TWSObject |
getPlanObject(java.lang.Class cl,
Identifier id,
Context context)
This method return the Plan Object of the specified class with the given Identifier passed in input |
void |
holdJobInstance(Identifier jobId,
Context context)
Holds the specified job. |
void |
holdJobStreamInstance(Identifier jobStreamId,
Context context)
Holds the specified job stream. |
void |
killJobInstance(Identifier jobId,
Context context)
Kill the specified job. |
void |
linkDomainWorkstation(Identifier id,
Context context)
This method links the domain workstation. |
void |
linkWorkstation(Identifier id,
Context context)
Links the Workstation Instance. |
JobInPlan |
makeJobInPlan(Identifier jobDefinitionId,
Identifier workstationId,
java.lang.String alias,
Context context)
This method generates a JobInPlan object starting from a JobDefinition taken from the database. |
JobInPlan |
makeJobInPlanIntoJobStreamInstance(Identifier jobDefinitionId,
Identifier jobStreamId,
java.lang.String alias,
Context context)
This method generates a JobInPlan object starting from a JobDefinition taken from the database. |
JobStreamInPlan |
makeJobStreamInPlan(Identifier jobStreamId,
java.util.Date inputArrivalTime,
java.lang.String alias,
Context context)
This method generates a JobStreamInPlan object starting from a JobStream taken from the database. |
void |
monitorAllJobsInStreamInstance(Identifier jobStreamId,
boolean monitor,
Context context)
Set/deset the monitor flag on all the job instance part of the specified job stream instance. |
QueryResult |
queryNext(QueryPlanContext queryContext)
Return a list of objects according with the Filter present in the context. |
QueryResult |
queryPlanObject(java.lang.Class cl,
QueryFilter filter,
int howMany,
Context context)
Return a list of object according with the Filter passed in input. |
void |
releaseAllJobInstanceDependencies(Identifier jobId,
Context context)
Release all the dependencies from the specified job. |
void |
releaseAllJobStreamInstanceDependencies(Identifier jobStreamId,
Context context)
Release all the dependencies from the specified job stream. |
void |
releaseJobInstance(Identifier jobId,
Context context)
Release the specified job. |
void |
releaseJobInstanceDependencies(Identifier jobId,
java.util.List fileDeps,
java.util.List resourceDeps,
java.util.List promptDeps,
java.util.List internalDeps,
java.util.List externalDeps,
java.util.List internetworkDeps,
Context context)
Release the specified dependencies from the specified job. |
void |
releaseJobStreamInstance(Identifier jobStreamId,
Context context)
Release the specified job stream. |
void |
releaseJobStreamInstanceDependencies(Identifier jobStreamId,
java.util.List fileDeps,
java.util.List resourceDeps,
java.util.List promptDeps,
java.util.List externalDeps,
java.util.List internetworkDeps,
Context context)
Release the specified dependencies from the specified job stream. |
void |
removeJobInstanceDependencies(Identifier jobId,
java.util.List fileDeps,
java.util.List resourceDeps,
java.util.List promptDeps,
java.util.List internalDeps,
java.util.List externalDeps,
java.util.List internetworkDeps,
Context context)
Remove the specified dependencies from the specified job. |
void |
removeJobStreamInstanceDependencies(Identifier jobStreamId,
java.util.List fileDeps,
java.util.List resourceDeps,
java.util.List promptDeps,
java.util.List externalDeps,
java.util.List internetworkDeps,
Context context)
Remove the specified dependencies from the specified job stream. |
void |
replyPrompt(Identifier id,
boolean answer,
Context context)
Reply 'YES' (true) or 'NO' (false) to the sopecified prompt. |
void |
rerunJobInstance(Identifier jobId,
RerunDetails details,
Context context)
Rerun the specified job. |
void |
setJobInstance(JobInPlan job,
Context context)
Change properties of the specified job. |
Identifier |
setJobStreamInstance(JobStreamInPlan jobStream,
Context context)
Change properties of the specified job stream. |
void |
setResourceInstance(ResourceInPlan resource,
Context context)
Change properties of the specified resource. |
void |
setWindowsUserPassword(WindowsUserInPlan winUser,
Context context)
Sets the password for the specified user. |
void |
setWorkstationFence(Identifier id,
int fence,
Context context)
Sets the Workstation Instance new Fence. |
void |
setWorkstationLimit(Identifier id,
int limit,
Context context)
Sets the Workstation Instance new Limit. |
void |
startDomainWorkstation(Identifier id,
Context context)
This method starts the domain workstation. |
void |
startWorkstation(Identifier id,
boolean manager,
Context context)
Starts the Workstation Instance. |
void |
stopDomainWorkstation(Identifier id,
Context context)
This method stops the domain workstation. |
void |
stopWorkstation(Identifier id,
Context context)
Stops the Workstation Instance. |
void |
switchDomainManager(Identifier id,
Identifier newMgr,
Context context)
This method changes the Domain manager of a given domain. |
void |
unlinkDomainWorkstation(Identifier id,
Context context)
This method unlinks the domain workstation. |
void |
unlinkWorkstation(Identifier id,
Context context)
Unlinks the Workstation Instance. |
Method Detail |
public void startDomainWorkstation(Identifier id, Context context) throws ConnException, ConnLockingException, ConnNotFoundException, ConnSecurityException, ConnTransportException, ConnValidationException, java.rmi.RemoteException
id
- The identifier of the DomainInPlan to be started.context
- The user context, or null if a default context is to be used.
ConnLockingException
- An error has occured related to locking of data.
ConnNotFoundException
- The object was not found.
ConnSecurityException
- A security error has occurred accessing the data.
ConnTransportException
- An error has occurred in accessing the data.
ConnValidationException
- An error has occurred validating the data.
ConnException
- A generic error has occurred.
RemoteException
- A Remote Exception occurred.public void stopDomainWorkstation(Identifier id, Context context) throws ConnException, ConnLockingException, ConnNotFoundException, ConnSecurityException, ConnTransportException, ConnValidationException, java.rmi.RemoteException
id
- The identifier of the DomainInPlan to be stopped.context
- The user context, or null if a default context is to be used.
ConnLockingException
- An error has occured related to locking of data.
ConnNotFoundException
- The object was not found.
ConnSecurityException
- A security error has occurred accessing the data.
ConnTransportException
- An error has occurred in accessing the data.
ConnValidationException
- An error has occurred validating the data.
ConnException
- A generic error has occurred.
RemoteException
- A Remote Exception occurred.public void linkDomainWorkstation(Identifier id, Context context) throws ConnException, ConnLockingException, ConnNotFoundException, ConnSecurityException, ConnTransportException, ConnValidationException, java.rmi.RemoteException
id
- The identifier of the DomainInPlan to be linked.context
- The user context, or null if a default context is to be used.
ConnLockingException
- An error has occured related to locking of data.
ConnNotFoundException
- The object was not found.
ConnSecurityException
- A security error has occurred accessing the data.
ConnTransportException
- An error has occurred in accessing the data.
ConnValidationException
- An error has occurred validating the data.
ConnException
- A generic error has occurred.
RemoteException
- A Remote Exception occurred.public void unlinkDomainWorkstation(Identifier id, Context context) throws ConnException, ConnLockingException, ConnNotFoundException, ConnSecurityException, ConnTransportException, ConnValidationException, java.rmi.RemoteException
id
- The identifier of the DomainInPlan to be unlinked.context
- The user context, or null if a default context is to be used.
ConnLockingException
- An error has occured related to locking of data.
ConnNotFoundException
- The object was not found.
ConnSecurityException
- A security error has occurred accessing the data.
ConnTransportException
- An error has occurred in accessing the data.
ConnValidationException
- An error has occurred validating the data.
ConnException
- A generic error has occurred.
RemoteException
- A Remote Exception occurred.public void switchDomainManager(Identifier id, Identifier newMgr, Context context) throws ConnException, ConnLockingException, ConnNotFoundException, ConnSecurityException, ConnTransportException, ConnValidationException, java.rmi.RemoteException
id
- The identifier of the DomainInPlan to switch.newMgr
- The identifier of the new WorkstationInPlan domain manager.context
- The user context, or null if a default context is to be used.
ConnLockingException
- An error has occured related to locking of data.
ConnNotFoundException
- The object was not found.
ConnSecurityException
- A security error has occurred accessing the data.
ConnTransportException
- An error has occurred in accessing the data.
ConnValidationException
- An error has occurred validating the data.
ConnException
- A generic error has occurred.
RemoteException
- A Remote Exception occurred.public void startWorkstation(Identifier id, boolean manager, Context context) throws ConnException, ConnLockingException, ConnNotFoundException, ConnSecurityException, ConnTransportException, ConnValidationException, java.rmi.RemoteException
id
- The identifier of the WorkstationInPlan to startmanager
- true if the Workstation should start as manager,
false otherwise.context
- The user context, or null if a default context is to be used.
ConnLockingException
- An error has occured related to locking of data.
ConnNotFoundException
- The object was not found.
ConnSecurityException
- A security error has occurred accessing the data.
ConnTransportException
- An error has occurred in accessing the data.
ConnValidationException
- An error has occurred validating the data.
ConnException
- A generic error has occurred.
RemoteException
- A Remote Exception occurred.public void stopWorkstation(Identifier id, Context context) throws ConnException, ConnLockingException, ConnNotFoundException, ConnSecurityException, ConnTransportException, ConnValidationException, java.rmi.RemoteException
id
- The identifier of the WorkstationInPlan to stopcontext
- The user context, or null if a default context is to be used.
ConnLockingException
- An error has occured related to locking of data.
ConnNotFoundException
- The object was not found.
ConnSecurityException
- A security error has occurred accessing the data.
ConnTransportException
- An error has occurred in accessing the data.
ConnValidationException
- An error has occurred validating the data.
ConnException
- A generic error has occurred.
RemoteException
- A Remote Exception occurred.public void linkWorkstation(Identifier id, Context context) throws ConnException, ConnLockingException, ConnNotFoundException, ConnSecurityException, ConnTransportException, ConnValidationException, java.rmi.RemoteException
id
- The identifier of the WorkstationInPlan to linkcontext
- The user context, or null if a default context is to be used.
ConnLockingException
- An error has occured related to locking of data.
ConnNotFoundException
- The object was not found.
ConnSecurityException
- A security error has occurred accessing the data.
ConnTransportException
- An error has occurred in accessing the data.
ConnValidationException
- An error has occurred validating the data.
ConnException
- A generic error has occurred.
RemoteException
- A Remote Exception occurred.public void unlinkWorkstation(Identifier id, Context context) throws ConnException, ConnLockingException, ConnNotFoundException, ConnSecurityException, ConnTransportException, ConnValidationException, java.rmi.RemoteException
id
- The identifier of the WorkstationInPlan to unlinkcontext
- The user context, or null if a default context is to be used.
ConnLockingException
- An error has occured related to locking of data.
ConnNotFoundException
- The object was not found.
ConnSecurityException
- A security error has occurred accessing the data.
ConnTransportException
- An error has occurred in accessing the data.
ConnValidationException
- An error has occurred validating the data.
ConnException
- A generic error has occurred.
RemoteException
- A Remote Exception occurred.public void setWorkstationLimit(Identifier id, int limit, Context context) throws ConnException, ConnLockingException, ConnNotFoundException, ConnSecurityException, ConnTransportException, ConnValidationException, java.rmi.RemoteException
id
- The identifier of the WorkstationInPlan on which change the limit.limit
- the new limit value. Valid values are between -1 and 1024.context
- The user context, or null if a default context is to be used.
ConnLockingException
- An error has occured related to locking of data.
ConnNotFoundException
- The object was not found.
ConnSecurityException
- A security error has occurred accessing the data.
ConnTransportException
- An error has occurred in accessing the data.
ConnValidationException
- An error has occurred validating the data.
ConnException
- A generic error has occurred.
RemoteException
- A Remote Exception occurred.public void setWorkstationFence(Identifier id, int fence, Context context) throws ConnException, ConnLockingException, ConnNotFoundException, ConnSecurityException, ConnTransportException, ConnValidationException, java.rmi.RemoteException
id
- The identifier of the WorkstationInPlan on which change the limit.fence
- the new limit value. Valid values are between 0 and 101.context
- The user context, or null if a default context is to be used.
ConnLockingException
- An error has occured related to locking of data.
ConnNotFoundException
- The object was not found.
ConnSecurityException
- A security error has occurred accessing the data.
ConnTransportException
- An error has occurred in accessing the data.
ConnValidationException
- An error has occurred validating the data.
ConnException
- A generic error has occurred.
RemoteException
- A Remote Exception occurred.public void setWindowsUserPassword(WindowsUserInPlan winUser, Context context) throws ConnException, ConnLockingException, ConnNotFoundException, ConnSecurityException, ConnTransportException, ConnValidationException, java.rmi.RemoteException
winUser
- The windows user object that contains the Identifier, the user name and/or
the password.context
- The user context, or null if a default context is to be used.
ConnLockingException
- An error has occured related to locking of data.
ConnNotFoundException
- The object was not found.
ConnSecurityException
- A security error has occurred accessing the data.
ConnTransportException
- An error has occurred in accessing the data.
ConnValidationException
- An error has occurred validating the data.
ConnException
- A generic error has occurred.
RemoteException
- A Remote Exception occurred.public TWSObject getPlanObject(java.lang.Class cl, Identifier id, Context context) throws ConnException, ConnLockingException, ConnNotFoundException, ConnSecurityException, ConnTransportException, ConnValidationException, java.rmi.RemoteException
cl
- The Class of the object to be retrieved. Valid values are:
id
- The Identifier of the object to be retrieved.context
- The user context, or null if a default context is to be used.
ConnLockingException
- An error has occured related to locking of data.
ConnNotFoundException
- The object was not found.
ConnSecurityException
- A security error has occurred accessing the data.
ConnTransportException
- An error has occurred in accessing the data.
ConnValidationException
- An error has occurred validating the data.
ConnException
- A generic error has occurred.
RemoteException
- A Remote Exception occurred.public QueryResult queryPlanObject(java.lang.Class cl, QueryFilter filter, int howMany, Context context) throws ConnException, ConnLockingException, ConnNotFoundException, ConnSecurityException, ConnTransportException, ConnValidationException, java.rmi.RemoteException
cl
- The Class of the headers to be retrieved. Valid values are:
filter
- the QueryFilter object that contains the filters to be used during the query.
Only filters specific of the object requested are considered.howMany
- the number of headers to be returned in each call.context
- The user context, or null if a default context is to be used.
ConnLockingException
- An error has occured related to locking of data.
ConnNotFoundException
- The object was not found.
ConnSecurityException
- A security error has occurred accessing the data.
ConnTransportException
- An error has occurred in accessing the data.
ConnValidationException
- An error has occurred validating the data.
ConnException
- A generic error has occurred.
RemoteException
- A Remote Exception occurred.DomainInPlanFilters
,
FileInPlanFilters
,
JobInPlanFilters
,
JobStreamInPlanFilters
,
PromptInPlanFilters
,
ResourceInPlanFilters
,
SymphonyInPlanFilters
,
WindowsUserInPlanFilters
,
WorkstationInPlanFilters
,
QueryFilter
public QueryResult queryNext(QueryPlanContext queryContext) throws ConnException, ConnLockingException, ConnNotFoundException, ConnSecurityException, ConnTransportException, ConnValidationException, java.rmi.RemoteException
queryContext
- The context present in the QueryResult returned in the previous call.
ConnLockingException
- An error has occured related to locking of data.
ConnNotFoundException
- The object was not found.
ConnSecurityException
- A security error has occurred accessing the data.
ConnTransportException
- An error has occurred in accessing the data.
ConnValidationException
- An error has occurred validating the data.
ConnException
- A generic error has occurred.
RemoteException
- A Remote Exception occurred.public void releaseJobInstance(Identifier jobId, Context context) throws ConnException, ConnLockingException, ConnNotFoundException, ConnSecurityException, ConnTransportException, ConnValidationException, java.rmi.RemoteException
jobId
- The identifier of the JobInPlan to be releasedcontext
- The user context, or null if a default context is to be used.
ConnLockingException
- An error has occured related to locking of data.
ConnNotFoundException
- The object was not found.
ConnSecurityException
- A security error has occurred accessing the data.
ConnTransportException
- An error has occurred in accessing the data.
ConnValidationException
- An error has occurred validating the data.
ConnException
- A generic error has occurred.
RemoteException
- A Remote Exception occurred.public void holdJobInstance(Identifier jobId, Context context) throws ConnException, ConnLockingException, ConnNotFoundException, ConnSecurityException, ConnTransportException, ConnValidationException, java.rmi.RemoteException
jobId
- The identifier of the JobInPlan to holdcontext
- The user context, or null if a default context is to be used.
ConnLockingException
- An error has occured related to locking of data.
ConnNotFoundException
- The object was not found.
ConnSecurityException
- A security error has occurred accessing the data.
ConnTransportException
- An error has occurred in accessing the data.
ConnValidationException
- An error has occurred validating the data.
ConnException
- A generic error has occurred.
RemoteException
- A Remote Exception occurred.public void confirmJobInstance(Identifier jobId, FlowNodeInternalStatusType status, Context context) throws ConnException, ConnLockingException, ConnNotFoundException, ConnSecurityException, ConnTransportException, ConnValidationException, java.rmi.RemoteException
jobId
- The identifier of the JobInPlan to confirmstatus
- The new status of the job. Valid values are:
context
- The user context, or null if a default context is to be used.
ConnLockingException
- An error has occured related to locking of data.
ConnNotFoundException
- The object was not found.
ConnSecurityException
- A security error has occurred accessing the data.
ConnTransportException
- An error has occurred in accessing the data.
ConnValidationException
- An error has occurred validating the data.
ConnException
- A generic error has occurred.
RemoteException
- A Remote Exception occurred.public void killJobInstance(Identifier jobId, Context context) throws ConnException, ConnLockingException, ConnNotFoundException, ConnSecurityException, ConnTransportException, ConnValidationException, java.rmi.RemoteException
jobId
- The identifier of the JobInPlan to killcontext
- The user context, or null if a default context is to be used.
ConnLockingException
- An error has occured related to locking of data.
ConnNotFoundException
- The object was not found.
ConnSecurityException
- A security error has occurred accessing the data.
ConnTransportException
- An error has occurred in accessing the data.
ConnValidationException
- An error has occurred validating the data.
ConnException
- A generic error has occurred.
RemoteException
- A Remote Exception occurred.public void rerunJobInstance(Identifier jobId, RerunDetails details, Context context) throws ConnException, ConnLockingException, ConnNotFoundException, ConnSecurityException, ConnTransportException, ConnValidationException, java.rmi.RemoteException
jobId
- The identifier of the JobInPlan to rerundetails
- An utility object, containing the information needed to rerun the job.context
- The user context, or null if a default context is to be used.
ConnLockingException
- An error has occured related to locking of data.
ConnNotFoundException
- The object was not found.
ConnSecurityException
- A security error has occurred accessing the data.
ConnTransportException
- An error has occurred in accessing the data.
ConnValidationException
- An error has occurred validating the data.
ConnEngineNotMasterException
- This engine is not a master.
ConnException
- A generic error has occurred.
RemoteException
- A Remote Exception occurred.RerunDetails
public void cancelJobInstance(Identifier jobId, boolean pending, Context context) throws ConnException, ConnLockingException, ConnNotFoundException, ConnSecurityException, ConnTransportException, ConnValidationException, java.rmi.RemoteException
jobId
- The identifier of the JobInPlan to cancelpending
- True if this operation is a cancel-pending, false otherwise.context
- The user context, or null if a default context is to be used.
ConnLockingException
- An error has occured related to locking of data.
ConnNotFoundException
- The object was not found.
ConnSecurityException
- A security error has occurred accessing the data.
ConnTransportException
- An error has occurred in accessing the data.
ConnValidationException
- An error has occurred validating the data.
ConnException
- A generic error has occurred.
RemoteException
- A Remote Exception occurred.public void releaseAllJobInstanceDependencies(Identifier jobId, Context context) throws ConnException, ConnLockingException, ConnNotFoundException, ConnSecurityException, ConnTransportException, ConnValidationException, java.rmi.RemoteException
jobId
- The identifier of the JobInPlan from which all the
dependencies should be released.context
- The user context, or null if a default context is to be used.
ConnLockingException
- An error has occured related to locking of data.
ConnNotFoundException
- The object was not found.
ConnSecurityException
- A security error has occurred accessing the data.
ConnTransportException
- An error has occurred in accessing the data.
ConnValidationException
- An error has occurred validating the data.
ConnException
- A generic error has occurred.
RemoteException
- A Remote Exception occurred.public void releaseJobInstanceDependencies(Identifier jobId, java.util.List fileDeps, java.util.List resourceDeps, java.util.List promptDeps, java.util.List internalDeps, java.util.List externalDeps, java.util.List internetworkDeps, Context context) throws ConnException, ConnLockingException, ConnNotFoundException, ConnSecurityException, ConnTransportException, ConnValidationException, java.rmi.RemoteException
jobId
- The identifier of the JobInPlan from which the
specified dependencies should be released.fileDeps
- A List of FileDependencyInPlan objects to be released.resourceDeps
- A List of ResourceDependencyInPlan objects to be released.promptDeps
- A List of PromptDependencyInPlan objects to be released.internalDeps
- A List of InternalDependencyInPlan objects to be released.externalDeps
- A List of ExternalDependencyInPlan objects to be released.internetworkDeps
- A List of InternetworkDependencyInPlan objects to be released.context
- The user context, or null if a default context is to be used.
ConnLockingException
- An error has occured related to locking of data.
ConnNotFoundException
- The object was not found.
ConnSecurityException
- A security error has occurred accessing the data.
ConnTransportException
- An error has occurred in accessing the data.
ConnValidationException
- An error has occurred validating the data.
ConnException
- A generic error has occurred.
RemoteException
- A Remote Exception occurred.FileDependencyInPlan
,
ResourceDependencyInPlan
,
PromptDependencyInPlan
,
InternalDependencyInPlan
,
ExternalDependencyInPlan
,
InternetworkDependencyInPlan
public void removeJobInstanceDependencies(Identifier jobId, java.util.List fileDeps, java.util.List resourceDeps, java.util.List promptDeps, java.util.List internalDeps, java.util.List externalDeps, java.util.List internetworkDeps, Context context) throws ConnException, ConnLockingException, ConnNotFoundException, ConnSecurityException, ConnTransportException, ConnValidationException, java.rmi.RemoteException
jobId
- The identifier of the JobInPlan from which the
specified dependencies should be removed.fileDeps
- A List of FileDependencyInPlan objects to be removed.resourceDeps
- A List of ResourceDependencyInPlan objects to be removed.promptDeps
- A List of PromptDependencyInPlan objects to be removed.internalDeps
- A List of InternalDependencyInPlan objects to be removed.externalDeps
- A List of ExternalDependencyInPlan objects to be removed.internetworkDeps
- A List of InternetworkDependencyInPlan objects to be removed.context
- The user context, or null if a default context is to be used.
ConnLockingException
- An error has occured related to locking of data.
ConnNotFoundException
- The object was not found.
ConnSecurityException
- A security error has occurred accessing the data.
ConnTransportException
- An error has occurred in accessing the data.
ConnValidationException
- An error has occurred validating the data.
ConnException
- A generic error has occurred.
RemoteException
- A Remote Exception occurred.FileDependencyInPlan
,
ResourceDependencyInPlan
,
PromptDependencyInPlan
,
InternalDependencyInPlan
,
ExternalDependencyInPlan
,
InternetworkDependencyInPlan
public void addJobInstanceDependencies(Identifier jobId, java.util.List fileDeps, java.util.List resourceDeps, java.util.List promptDeps, java.util.List internalDeps, java.util.List externalDeps, java.util.List internetworkDeps, Context context) throws ConnException, ConnLockingException, ConnNotFoundException, ConnSecurityException, ConnTransportException, ConnValidationException, java.rmi.RemoteException
jobId
- The identifier of the JobInPlan from which the
specified dependencies should be added.fileDeps
- A List of FileDependencyInPlan objects to be added.
The referenced FileInPlan objects could be still not present in the Plan.resourceDeps
- A List of ResourceDependencyInPlan objects to be added.
The referenced ResorceInPlan objects should be already present in the Plan.promptDeps
- A List of PromptDependencyInPlan objects to be added.
If the referenced PromptInPlan is predefined, it should be already present in the
Plan; if it is an ad-hoc prompt it could be not.internalDeps
- A List of InternalDependencyInPlan objects to be added.
The referenced JobInPlan objects should be already present in the Plan.externalDeps
- A List of ExternalDependencyInPlan objects to be added.
The referenced objects (either JobInPlan or JobStreamInPlan) should be
already present in the Plan.internetworkDeps
- A List of InternetworkDependencyInPlan objects to be added.
The referenced WorkstationInPlan objects should be already present in the Plan.context
- The user context, or null if a default context is to be used.
ConnLockingException
- An error has occured related to locking of data.
ConnNotFoundException
- The object was not found.
ConnSecurityException
- A security error has occurred accessing the data.
ConnTransportException
- An error has occurred in accessing the data.
ConnValidationException
- An error has occurred validating the data.
ConnException
- A generic error has occurred.
RemoteException
- A Remote Exception occurred.FileDependencyInPlan
,
ResourceDependencyInPlan
,
PromptDependencyInPlan
,
InternalDependencyInPlan
,
ExternalDependencyInPlan
,
InternetworkDependencyInPlan
public Identifier addJobInstance(JobInPlan job, Context context) throws ConnException, ConnLockingException, ConnNotFoundException, ConnSecurityException, ConnTransportException, ConnValidationException, java.rmi.RemoteException
job
- The JobInPlan to be added.context
- The user context, or null if a default context is to be used.
ConnLockingException
- An error has occured related to locking of data.
ConnNotFoundException
- The object was not found.
ConnSecurityException
- A security error has occurred accessing the data.
ConnTransportException
- An error has occurred in accessing the data.
ConnValidationException
- An error has occurred validating the data.
ConnException
- A generic error has occurred.
RemoteException
- A remote Exception occurredJobInPlan
public java.util.List addJobStreamInstance(JobStreamInPlan jobStream, Context context) throws ConnException, ConnLockingException, ConnNotFoundException, ConnSecurityException, ConnTransportException, ConnValidationException, ConnEngineNotMasterException, java.rmi.RemoteException
jobStream
- The JobStreamInPlan to be added.context
- The user context, or null if a default context is to be used.
ConnLockingException
- An error has occured related to locking of data.
ConnNotFoundException
- The object was not found.
ConnSecurityException
- A security error has occurred accessing the data.
ConnTransportException
- An error has occurred in accessing the data.
ConnValidationException
- An error has occurred validating the data.
ConnEngineNotMasterException
- This engine is not a Master
ConnException
- A generic error has occurred.
RemoteException
- A Remote Exception occurred.JobStreamInPlan
public JobInPlan makeJobInPlanIntoJobStreamInstance(Identifier jobDefinitionId, Identifier jobStreamId, java.lang.String alias, Context context) throws ConnException, ConnLockingException, ConnNotFoundException, ConnSecurityException, ConnTransportException, ConnValidationException, ConnEngineNotMasterException, java.rmi.RemoteException
jobDefinitionId
- The database JobDefinition Identifier, of the definition to submit.jobStreamId
- The Identifier in the plan of an existing JobStreamInPlan into which the
submission should be performed.alias
- The alias that should be used during the submission.context
- The user context, or null if a default context is to be used.
ConnLockingException
- An error has occured related to locking of data.
ConnNotFoundException
- The object was not found.
ConnSecurityException
- A security error has occurred accessing the data.
ConnTransportException
- An error has occurred in accessing the data.
ConnValidationException
- An error has occurred validating the data.
ConnEngineNotMasterException
- This engine is not a Master
ConnException
- A generic error has occurred.
RemoteException
- A Remote Exception occurred.JobInPlan
public JobInPlan makeJobInPlan(Identifier jobDefinitionId, Identifier workstationId, java.lang.String alias, Context context) throws ConnException, ConnLockingException, ConnNotFoundException, ConnSecurityException, ConnTransportException, ConnValidationException, ConnEngineNotMasterException, java.rmi.RemoteException
jobDefinitionId
- The database JobDefinition Identifier, of the definition to submit.workstationId
- The Identifier in the plan of an existing WorkstationInPlan.alias
- The alias that should be used during the submission.context
- The user context, or null if a default context is to be used.
ConnLockingException
- An error has occured related to locking of data.
ConnNotFoundException
- The object was not found.
ConnSecurityException
- A security error has occurred accessing the data.
ConnTransportException
- An error has occurred in accessing the data.
ConnValidationException
- An error has occurred validating the data.
ConnEngineNotMasterException
- This engine is not a Master
ConnException
- A generic error has occurred.
RemoteException
- A Remote Exception occurred.JobInPlan
public JobStreamInPlan makeJobStreamInPlan(Identifier jobStreamId, java.util.Date inputArrivalTime, java.lang.String alias, Context context) throws ConnException, ConnLockingException, ConnNotFoundException, ConnSecurityException, ConnTransportException, ConnValidationException, ConnEngineNotMasterException, java.rmi.RemoteException
jobStreamId
- The database JobStream Identifier, of the job Stream to submit.inputArrivalTime
- The date used to resolve the job stream dependencies.alias
- The alias that should be used during the submission.context
- The user context, or null if a default context is to be used.
ConnLockingException
- An error has occured related to locking of data.
ConnNotFoundException
- The object was not found.
ConnSecurityException
- A security error has occurred accessing the data.
ConnTransportException
- An error has occurred in accessing the data.
ConnValidationException
- An error has occurred validating the data.
ConnEngineNotMasterException
- This engine is not a Master
ConnException
- A generic error has occurred.
RemoteException
- A Remote Exception occurred.JobStreamInPlan
public Identifier addJobInstanceIntoJobStreamInstance(Identifier jobDefinitionId, Identifier jobStreamId, java.lang.String alias, Context context) throws ConnException, ConnLockingException, ConnNotFoundException, ConnSecurityException, ConnTransportException, ConnValidationException, ConnEngineNotMasterException, java.rmi.RemoteException
jobDefinitionId
- The database JobDefinition Identifier, of the definition to submit.jobStreamId
- The Identifier in the plan of an existing JobStreamInPlan into which the
submission should be performed.alias
- The alias that should be used during the submission.context
- The user context, or null if a default context is to be used.
ConnLockingException
- An error has occured related to locking of data.
ConnNotFoundException
- The object was not found.
ConnSecurityException
- A security error has occurred accessing the data.
ConnTransportException
- An error has occurred in accessing the data.
ConnValidationException
- An error has occurred validating the data.
ConnEngineNotMasterException
- This engine is not a Master
ConnException
- A generic error has occurred.
RemoteException
- A Remote Exception occurredpublic Identifier addJobInstance(Identifier jobDefinitionId, Identifier workstationId, java.lang.String alias, Context context) throws ConnException, ConnLockingException, ConnNotFoundException, ConnSecurityException, ConnTransportException, ConnValidationException, ConnEngineNotMasterException, java.rmi.RemoteException
jobDefinitionId
- The database JobDefinition Identifier, of the definition to submit.workstationId
- The Identifier in the plan of an existing WorkstationInPlan.alias
- The alias that should be used during the submission.context
- The user context, or null if a default context is to be used.
ConnLockingException
- An error has occured related to locking of data.
ConnNotFoundException
- The object was not found.
ConnSecurityException
- A security error has occurred accessing the data.
ConnTransportException
- An error has occurred in accessing the data.
ConnValidationException
- An error has occurred validating the data.
ConnEngineNotMasterException
- This engine is not a Master
ConnException
- A generic error has occurred.
RemoteException
- A Remote Exception occurred.public java.util.List addJobStreamInstance(Identifier jobStreamId, java.util.Date inputArrivalTime, java.lang.String alias, Context context) throws ConnException, ConnLockingException, ConnNotFoundException, ConnSecurityException, ConnTransportException, ConnValidationException, ConnEngineNotMasterException, java.rmi.RemoteException
jobStreamId
- The database JobStream Identifier, of the job Stream to submit.inputArrivalTime
- The date used to resolve the job stream dependencies.alias
- The alias that should be used during the submission.context
- The user context, or null if a default context is to be used.
ConnLockingException
- An error has occured related to locking of data.
ConnNotFoundException
- The object was not found.
ConnSecurityException
- A security error has occurred accessing the data.
ConnTransportException
- An error has occurred in accessing the data.
ConnValidationException
- An error has occurred validating the data.
ConnEngineNotMasterException
- This engine is not a Master
ConnException
- A generic error has occurred.
RemoteException
- A Remote Exception occurred.public void setJobInstance(JobInPlan job, Context context) throws ConnException, ConnLockingException, ConnNotFoundException, ConnSecurityException, ConnTransportException, ConnValidationException, java.rmi.RemoteException
job
- The JobInPlan to be changed.context
- The user context, or null if a default context is to be used.
ConnLockingException
- An error has occured related to locking of data.
ConnNotFoundException
- The object was not found.
ConnSecurityException
- A security error has occurred accessing the data.
ConnTransportException
- An error has occurred in accessing the data.
ConnValidationException
- An error has occurred validating the data.
ConnException
- A generic error has occurred.
RemoteException
- A Remote Exception occurred.JobInPlan
public void releaseJobStreamInstance(Identifier jobStreamId, Context context) throws ConnException, ConnLockingException, ConnNotFoundException, ConnSecurityException, ConnTransportException, ConnValidationException, java.rmi.RemoteException
jobStreamId
- The identifier of the JobStreamInPlan to be releasedcontext
- The user context, or null if a default context is to be used.
ConnLockingException
- An error has occured related to locking of data.
ConnNotFoundException
- The object was not found.
ConnSecurityException
- A security error has occurred accessing the data.
ConnTransportException
- An error has occurred in accessing the data.
ConnValidationException
- An error has occurred validating the data.
ConnException
- A generic error has occurred.
RemoteException
- A Remote Exception occurred.public void holdJobStreamInstance(Identifier jobStreamId, Context context) throws ConnException, ConnLockingException, ConnNotFoundException, ConnSecurityException, ConnTransportException, ConnValidationException, java.rmi.RemoteException
jobStreamId
- The identifier of the JobStreamInPlan to holdcontext
- The user context, or null if a default context is to be used.
ConnLockingException
- An error has occured related to locking of data.
ConnNotFoundException
- The object was not found.
ConnSecurityException
- A security error has occurred accessing the data.
ConnTransportException
- An error has occurred in accessing the data.
ConnValidationException
- An error has occurred validating the data.
ConnException
- A generic error has occurred.
RemoteException
- A Remote Exception occurred.public void cancelJobStreamInstance(Identifier jobStreamId, boolean pending, Context context) throws ConnException, ConnLockingException, ConnNotFoundException, ConnSecurityException, ConnTransportException, ConnValidationException, java.rmi.RemoteException
jobStreamId
- The identifier of the JobStreamInPlan to cancelpending
- True if this operation is a cancel-pending, false otherwise.context
- The user context, or null if a default context is to be used.
ConnLockingException
- An error has occured related to locking of data.
ConnNotFoundException
- The object was not found.
ConnSecurityException
- A security error has occurred accessing the data.
ConnTransportException
- An error has occurred in accessing the data.
ConnValidationException
- An error has occurred validating the data.
ConnException
- A generic error has occurred.
RemoteException
- A Remote Exception occurred.public void releaseAllJobStreamInstanceDependencies(Identifier jobStreamId, Context context) throws ConnException, ConnLockingException, ConnNotFoundException, ConnSecurityException, ConnTransportException, ConnValidationException, java.rmi.RemoteException
jobStreamId
- The identifier of the JobStreamInPlan from which all the
dependencies should be released.context
- The user context, or null if a default context is to be used.
ConnLockingException
- An error has occured related to locking of data.
ConnNotFoundException
- The object was not found.
ConnSecurityException
- A security error has occurred accessing the data.
ConnTransportException
- An error has occurred in accessing the data.
ConnValidationException
- An error has occurred validating the data.
ConnException
- A generic error has occurred.
RemoteException
- A Remote Exception occurred.public void releaseJobStreamInstanceDependencies(Identifier jobStreamId, java.util.List fileDeps, java.util.List resourceDeps, java.util.List promptDeps, java.util.List externalDeps, java.util.List internetworkDeps, Context context) throws ConnException, ConnLockingException, ConnNotFoundException, ConnSecurityException, ConnTransportException, ConnValidationException, java.rmi.RemoteException
jobStreamId
- The identifier of the JobStreamInPlan from which the
specified dependencies should be released.fileDeps
- A List of FileDependencyInPlan objects to be released.resourceDeps
- A List of ResourceDependencyInPlan objects to be released.promptDeps
- A List of PromptDependencyInPlan objects to be released.externalDeps
- A List of ExternalDependencyInPlan objects to be released.internetworkDeps
- A List of InternetworkDependencyInPlan objects to be released.context
- The user context, or null if a default context is to be used.
ConnLockingException
- An error has occured related to locking of data.
ConnNotFoundException
- The object was not found.
ConnSecurityException
- A security error has occurred accessing the data.
ConnTransportException
- An error has occurred in accessing the data.
ConnValidationException
- An error has occurred validating the data.
ConnException
- A generic error has occurred.
RemoteException
- A Remote Exception occurred.FileDependencyInPlan
,
ResourceDependencyInPlan
,
PromptDependencyInPlan
,
ExternalDependencyInPlan
,
InternetworkDependencyInPlan
public void removeJobStreamInstanceDependencies(Identifier jobStreamId, java.util.List fileDeps, java.util.List resourceDeps, java.util.List promptDeps, java.util.List externalDeps, java.util.List internetworkDeps, Context context) throws ConnException, ConnLockingException, ConnNotFoundException, ConnSecurityException, ConnTransportException, ConnValidationException, java.rmi.RemoteException
jobStreamId
- The identifier of the JobStreamInPlan from which the
specified dependencies should be removed.fileDeps
- A List of FileDependencyInPlan objects to be removed.resourceDeps
- A List of ResourceDependencyInPlan objects to be removed.promptDeps
- A List of PromptDependencyInPlan objects to be removed.externalDeps
- A List of ExternalDependencyInPlan objects to be removed.internetworkDeps
- A List of InternetworkDependencyInPlan objects to be removed.context
- The user context, or null if a default context is to be used.
ConnLockingException
- An error has occured related to locking of data.
ConnNotFoundException
- The object was not found.
ConnSecurityException
- A security error has occurred accessing the data.
ConnTransportException
- An error has occurred in accessing the data.
ConnValidationException
- An error has occurred validating the data.
ConnException
- A generic error has occurred.
RemoteException
- A Remote Exception occurred.FileDependencyInPlan
,
ResourceDependencyInPlan
,
PromptDependencyInPlan
,
ExternalDependencyInPlan
,
InternetworkDependencyInPlan
public void addJobStreamInstanceDependencies(Identifier jobStreamId, java.util.List fileDeps, java.util.List resourceDeps, java.util.List promptDeps, java.util.List externalDeps, java.util.List internetworkDeps, Context context) throws ConnException, ConnLockingException, ConnNotFoundException, ConnSecurityException, ConnTransportException, ConnValidationException, java.rmi.RemoteException
jobStreamId
- The identifier of the JobStreamInPlan from which the
specified dependencies should be added.fileDeps
- A List of FileDependencyInPlan objects to be added.
The referenced FileInPlan objects could be still not present in the Plan.resourceDeps
- A List of ResourceDependencyInPlan objects to be added.
The referenced ResorceInPlan objects should be already present in the Plan.promptDeps
- A List of PromptDependencyInPlan objects to be added.
If the referenced PromptInPlan is predefined, it should be already present in the
Plan; if it is an ad-hoc prompt it could be not.externalDeps
- A List of ExternalDependencyInPlan objects to be added.
The referenced objects (either JobInPlan or JobStreamInPlan) should be
already present in the Plan.internetworkDeps
- A List of InternetworkDependencyInPlan objects to be added.
The referenced WorkstationInPlan objects should be already present in the Plan.context
- The user context, or null if a default context is to be used.
ConnLockingException
- An error has occured related to locking of data.
ConnNotFoundException
- The object was not found.
ConnSecurityException
- A security error has occurred accessing the data.
ConnTransportException
- An error has occurred in accessing the data.
ConnValidationException
- An error has occurred validating the data.
ConnException
- A generic error has occurred.
RemoteException
- A Remote Exception occurred.FileDependencyInPlan
,
ResourceDependencyInPlan
,
PromptDependencyInPlan
,
ExternalDependencyInPlan
,
InternetworkDependencyInPlan
public void monitorAllJobsInStreamInstance(Identifier jobStreamId, boolean monitor, Context context) throws ConnException, ConnLockingException, ConnNotFoundException, ConnSecurityException, ConnTransportException, ConnValidationException, java.rmi.RemoteException
jobStreamId
- The identifier of the JobStreamInPlan that owns the
jobs to change.monitor
- true if all the jobs in the job stream should be monitored,
false otherwise.context
- The user context, or null if a default context is to be used.
ConnLockingException
- An error has occured related to locking of data.
ConnNotFoundException
- The object was not found.
ConnSecurityException
- A security error has occurred accessing the data.
ConnTransportException
- An error has occurred in accessing the data.
ConnValidationException
- An error has occurred validating the data.
ConnException
- A generic error has occurred.
RemoteException
- A Remote Exception occurred.public Identifier setJobStreamInstance(JobStreamInPlan jobStream, Context context) throws ConnException, ConnLockingException, ConnNotFoundException, ConnSecurityException, ConnTransportException, ConnValidationException, java.rmi.RemoteException
jobStream
- The JobStreamInPlan object to change.context
- The user context, or null if a default context is to be used.
ConnLockingException
- An error has occured related to locking of data.
ConnNotFoundException
- The object was not found.
ConnSecurityException
- A security error has occurred accessing the data.
ConnTransportException
- An error has occurred in accessing the data.
ConnValidationException
- An error has occurred validating the data.
ConnException
- A generic error has occurred.
RemoteException
- A Remote Exception occurred.JobStreamInPlan
public void replyPrompt(Identifier id, boolean answer, Context context) throws ConnException, ConnLockingException, ConnNotFoundException, ConnSecurityException, ConnTransportException, ConnValidationException, java.rmi.RemoteException
id
- The identifier of the PromptInPlan to which you are answering.answer
- true if the answer is 'YES', false if it is 'NO'.context
- The user context, or null if a default context is to be used.
ConnLockingException
- An error has occured related to locking of data.
ConnNotFoundException
- The object was not found.
ConnSecurityException
- A security error has occurred accessing the data.
ConnTransportException
- An error has occurred in accessing the data.
ConnValidationException
- An error has occurred validating the data.
ConnException
- A generic error has occurred.
RemoteException
- A Remote Exception occurred.public void setResourceInstance(ResourceInPlan resource, Context context) throws ConnException, ConnLockingException, ConnNotFoundException, ConnSecurityException, ConnTransportException, ConnValidationException, java.rmi.RemoteException
resource
- The ResourceInPlan object to change.context
- The user context, or null if a default context is to be used.
ConnLockingException
- An error has occured related to locking of data.
ConnNotFoundException
- The object was not found.
ConnSecurityException
- A security error has occurred accessing the data.
ConnTransportException
- An error has occurred in accessing the data.
ConnValidationException
- An error has occurred validating the data.
ConnException
- A generic error has occurred.
RemoteException
- A Remote Exception occurred.public EngineInformation getEngineInformation(Context context) throws ConnException, ConnLockingException, ConnNotFoundException, ConnSecurityException, ConnTransportException, ConnValidationException, java.rmi.RemoteException
context
- The user context, or null if a default context is to be used.
ConnLockingException
- An error has occured related to locking of data.
ConnNotFoundException
- The object was not found.
ConnSecurityException
- A security error has occurred accessing the data.
ConnTransportException
- An error has occurred in accessing the data.
ConnValidationException
- An error has occurred validating the data.
ConnException
- A generic error has occurred.
RemoteException
- A Remote Exception occurred.EngineInformation
public GetJobOutputResult getJobInstanceOutput(GetJobOutputContext context) throws ConnException, ConnLockingException, ConnNotFoundException, ConnSecurityException, ConnTransportException, ConnValidationException, java.rmi.RemoteException
context
- The GetJobOutputContext part of the GetJobOutputResult
returned by the previous call to the method.
ConnLockingException
- An error has occured related to locking of data.
ConnNotFoundException
- The object was not found.
ConnSecurityException
- A security error has occurred accessing the data.
ConnTransportException
- An error has occurred in accessing the data.
ConnValidationException
- An error has occurred validating the data.
ConnException
- A generic error has occurred.
RemoteException
- A Remote Exception occurred.public GetJobOutputResult getJobInstanceOutput(Identifier jobId, int lines, Context context) throws ConnException, ConnLockingException, ConnNotFoundException, ConnSecurityException, ConnTransportException, ConnValidationException, java.rmi.RemoteException
jobId
- The identifier of the JobInPlan from which take the output.lines
- The number of lines that should be returned in each call. If it is greater than
the value set in the engine configuration file, this last value is used.context
- The user context, or null if a default context is to be used.
ConnLockingException
- An error has occured related to locking of data.
ConnNotFoundException
- The object was not found.
ConnSecurityException
- A security error has occurred accessing the data.
ConnTransportException
- An error has occurred in accessing the data.
ConnValidationException
- An error has occurred validating the data.
ConnException
- A generic error has occurred.
RemoteException
- A Remote Exception occurred.public byte[] connectToHostCpu(Identifier workstationId, java.lang.String connectionString, byte[] command, Context context) throws ConnException, ConnLockingException, ConnNotFoundException, ConnSecurityException, ConnTransportException, ConnValidationException, java.rmi.RemoteException
workstationId
- The WorkstationInPlan Identifier of the remote workstation.connectionString
- a String contatining options for the TCP/IP connection.command
- the command to be sent to the remote workstation (UTF-8).context
- The user context, or null if a default context is to be used.
ConnLockingException
- An error has occured related to locking of data.
ConnNotFoundException
- The object was not found.
ConnSecurityException
- A security error has occurred accessing the data.
ConnTransportException
- An error has occurred in accessing the data.
ConnValidationException
- An error has occurred validating the data.
ConnException
- A generic error has occurred.
RemoteException
- A Remote Exception occurred.public Identifier createPlan(SymphonyInPlanKey key, java.util.Date startTime, long timeExtension, Context context) throws ConnException, ConnLockingException, ConnNotFoundException, ConnSecurityException, ConnTransportException, ConnValidationException, ConnEngineNotMasterException, java.rmi.RemoteException
key
- the key, containing the name, and the type of the Plan that will be generated.
The only supported values for the type are:
startTime
- The Date of the start of the Plan that will be generated.timeExtension
- The time duration of the generated plancontext
- The user context, or null if a default context is to be used.
ConnLockingException
- An error has occured related to locking of data.
ConnNotFoundException
- The object was not found.
ConnSecurityException
- A security error has occurred accessing the data.
ConnTransportException
- An error has occurred in accessing the data.
ConnValidationException
- An error has occurred validating the data.
ConnEngineNotMasterException
- if the engine is not a master
ConnException
- A generic error has occurred.
RemoteException
- A Remote Exception occurred.SymphonyType
public Identifier createPlanExtension(SymphonyInPlanKey key, long timeExtension, Context context) throws ConnException, ConnLockingException, ConnNotFoundException, ConnSecurityException, ConnTransportException, ConnValidationException, ConnEngineNotMasterException, java.rmi.RemoteException
key
- the key, containing the name, and the type of the Plan that will be generated.
The only supported values for the type are:
timeExtension
- The time duration of the generated plancontext
- The user context, or null if a default context is to be used.
ConnLockingException
- An error has occured related to locking of data.
ConnNotFoundException
- The object was not found.
ConnSecurityException
- A security error has occurred accessing the data.
ConnTransportException
- An error has occurred in accessing the data.
ConnValidationException
- An error has occurred validating the data.
ConnEngineNotMasterException
- if the engine is not a master
ConnException
- A generic error has occurred.
RemoteException
- A Remote Exception occurred.SymphonyType
public java.util.List countPlanObject(java.lang.Class cl, QueryFilter filter, java.lang.String groupField, Context context) throws ConnException, ConnLockingException, ConnNotFoundException, ConnSecurityException, ConnTransportException, ConnValidationException, java.rmi.RemoteException
cl
- The Class of the headers to be retrieved. Valid values are:
filter
- the QueryFilter object that contains the filters to be used during the query.
Only filters specific of the object requested are considered.groupField
- the field on which group the objects in each call.context
- The user context, or null if a default context is to be used.
ConnException
- A generic error has occurred.
ConnLockingException
- An error has occured related to locking of data.
ConnNotFoundException
- The object was not found.
ConnSecurityException
- A security error has occurred accessing the data.
ConnTransportException
- An error has occurred in accessing the data.
ConnValidationException
- An error has occurred validating the data.
java.rmi.RemoteException
- A Remote Exception occurred.DomainInPlanFilters
,
FileInPlanFilters
,
JobInPlanFilters
,
JobStreamInPlanFilters
,
PromptInPlanFilters
,
ResourceInPlanFilters
,
SymphonyInPlanFilters
,
WindowsUserInPlanFilters
,
WorkstationInPlanFilters
,
QueryFilter
|
||||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |