|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Uses of Identifier in com.ibm.tws.conn.exception |
---|
Methods in com.ibm.tws.conn.exception that return Identifier | |
Identifier |
ConnFlowTargetRefByIdNotExistException.getFlowTargetId()
Get the workstation or workstation class key |
Constructors in com.ibm.tws.conn.exception with parameters of type Identifier | |
ConnFlowTargetRefByIdNotExistException(Identifier wkId,
TWSKey key)
Constructor |
Uses of Identifier in com.ibm.tws.conn.model |
---|
Methods in com.ibm.tws.conn.model that return Identifier | |
Identifier |
ConnModel.addTWSObject(TWSObject twsObject,
Context context)
Creates a new TWS model object. |
Identifier |
ConnModel.setTWSObject(TWSObject twsObject,
boolean isLocked,
boolean unlock,
Context context)
Updates a TWS model object, checking that the lock status is the expected one and optionally releasing the lock. |
Methods in com.ibm.tws.conn.model with parameters of type Identifier | |
void |
ConnModel.removeTWSObject(java.lang.Class cl,
Identifier id,
Context context)
Removes a TWS model object by identifier, checking that the object is not locked by any user. |
TWSObject |
ConnModel.getTWSObject(java.lang.Class cl,
Identifier id,
boolean lock,
Context context)
Retrieves a TWS model object by identifier, optionally locking it if requested. |
void |
ConnModel.lockTWSObject(java.lang.Class cl,
Identifier id,
Context context)
Locks a TWS model object by identifier, checking that the object is not locked by any user. |
void |
ConnModel.unlockTWSObject(java.lang.Class cl,
Identifier id,
boolean force,
Context context)
Unlocks a TWS model object by identifier, checking that it is currently locked by the requesting user and session. |
JobStatistics |
ConnModel.loadJobStatistics(Identifier jobDefinitionId,
Context context)
Load job definition statistcs object by job definition id. |
java.lang.Boolean |
ConnModel.isWorkstation(Identifier[] id,
FlowTargetKey[] key,
Context context)
Retrieves the type, identifier and key of a Workstation or WorkstationClass object. |
Uses of Identifier in com.ibm.tws.conn.plan |
---|
Methods in com.ibm.tws.conn.plan that return Identifier | |
Identifier |
ConnPlan.addJobInstance(JobInPlan job,
Context context)
Add the input job instance to the current Plan. |
Identifier |
ConnPlan.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. |
Identifier |
ConnPlan.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 |
ConnPlan.setJobStreamInstance(JobStreamInPlan jobStream,
Context context)
Change properties of the specified job stream. |
Identifier |
ConnPlan.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 |
ConnPlan.createPlanExtension(SymphonyInPlanKey key,
long timeExtension,
Context context)
This method is used to create a Trial Plan extension starting from the current Plan. |
Methods in com.ibm.tws.conn.plan with parameters of type Identifier | |
void |
ConnPlan.startDomainWorkstation(Identifier id,
Context context)
This method starts the domain workstation. |
void |
ConnPlan.stopDomainWorkstation(Identifier id,
Context context)
This method stops the domain workstation. |
void |
ConnPlan.linkDomainWorkstation(Identifier id,
Context context)
This method links the domain workstation. |
void |
ConnPlan.unlinkDomainWorkstation(Identifier id,
Context context)
This method unlinks the domain workstation. |
void |
ConnPlan.switchDomainManager(Identifier id,
Identifier newMgr,
Context context)
This method changes the Domain manager of a given domain. |
void |
ConnPlan.startWorkstation(Identifier id,
boolean manager,
Context context)
Starts the Workstation Instance. |
void |
ConnPlan.stopWorkstation(Identifier id,
Context context)
Stops the Workstation Instance. |
void |
ConnPlan.linkWorkstation(Identifier id,
Context context)
Links the Workstation Instance. |
void |
ConnPlan.unlinkWorkstation(Identifier id,
Context context)
Unlinks the Workstation Instance. |
void |
ConnPlan.setWorkstationLimit(Identifier id,
int limit,
Context context)
Sets the Workstation Instance new Limit. |
void |
ConnPlan.setWorkstationFence(Identifier id,
int fence,
Context context)
Sets the Workstation Instance new Fence. |
TWSObject |
ConnPlan.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 |
ConnPlan.releaseJobInstance(Identifier jobId,
Context context)
Release the specified job. |
void |
ConnPlan.holdJobInstance(Identifier jobId,
Context context)
Holds the specified job. |
void |
ConnPlan.confirmJobInstance(Identifier jobId,
FlowNodeInternalStatusType status,
Context context)
Confirm the specified job with the specified status. |
void |
ConnPlan.killJobInstance(Identifier jobId,
Context context)
Kill the specified job. |
void |
ConnPlan.rerunJobInstance(Identifier jobId,
RerunDetails details,
Context context)
Rerun the specified job. |
void |
ConnPlan.cancelJobInstance(Identifier jobId,
boolean pending,
Context context)
Cancel the specified job. |
void |
ConnPlan.releaseAllJobInstanceDependencies(Identifier jobId,
Context context)
Release all the dependencies from the specified job. |
void |
ConnPlan.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 |
ConnPlan.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 |
ConnPlan.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. |
JobInPlan |
ConnPlan.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. |
JobInPlan |
ConnPlan.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. |
JobStreamInPlan |
ConnPlan.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. |
Identifier |
ConnPlan.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. |
Identifier |
ConnPlan.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. |
java.util.List |
ConnPlan.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. |
void |
ConnPlan.releaseJobStreamInstance(Identifier jobStreamId,
Context context)
Release the specified job stream. |
void |
ConnPlan.holdJobStreamInstance(Identifier jobStreamId,
Context context)
Holds the specified job stream. |
void |
ConnPlan.cancelJobStreamInstance(Identifier jobStreamId,
boolean pending,
Context context)
Cancel the specified job stream. |
void |
ConnPlan.releaseAllJobStreamInstanceDependencies(Identifier jobStreamId,
Context context)
Release all the dependencies from the specified job stream. |
void |
ConnPlan.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 |
ConnPlan.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 |
ConnPlan.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 |
ConnPlan.monitorAllJobsInStreamInstance(Identifier jobStreamId,
boolean monitor,
Context context)
Set/deset the monitor flag on all the job instance part of the specified job stream instance. |
void |
ConnPlan.replyPrompt(Identifier id,
boolean answer,
Context context)
Reply 'YES' (true) or 'NO' (false) to the sopecified prompt. |
GetJobOutputResult |
ConnPlan.getJobInstanceOutput(Identifier jobId,
int lines,
Context context)
Return the first bunch of a JobInPlan output. |
byte[] |
ConnPlan.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. |
Uses of Identifier in com.ibm.tws.conn.util |
---|
Methods in com.ibm.tws.conn.util that return Identifier | |
Identifier |
GetJobOutputContext.getFileId()
Get the file identifier. |
Identifier |
GetJobOutputContext.getJobId()
Get the JobInPlan identifier |
Methods in com.ibm.tws.conn.util with parameters of type Identifier | |
void |
GetJobOutputContext.setFileId(Identifier fileId)
Set the file identifier. |
void |
GetJobOutputContext.setJobId(Identifier identifier)
Set the job identifier For Internal Use Only. |
Uses of Identifier in com.ibm.tws.objects |
---|
Methods in com.ibm.tws.objects that return Identifier | |
Identifier |
TWSObject.getId()
Returns the object identifier. |
Identifier |
TWSLink.getId()
Returns the identifier of the object referenced by this link. |
Identifier |
TWSHeader.getId()
Returns the object identifier. |
Uses of Identifier in com.ibm.tws.objects.model |
---|
Methods in com.ibm.tws.objects.model that return Identifier | |
Identifier |
Calendar.getId()
Returns the calendar identifier. |
Identifier |
CalendarHeader.getId()
Returns the calendar identifier. |
Identifier |
DistJobDefinition.getRecoveryJobId()
Returns the identifier of the recovery job definition. |
Identifier |
DistJobDefinition.getAbendPromptId()
Returns the identifier of the job definition abend prompt. |
Identifier |
Domain.getId()
Returns the domain identifier. |
Identifier |
Domain.getParentId()
Returns the identifier of the parent domain. |
Identifier |
ExternalDependency.getId()
Returns the identifier of the abstract job or abstract job stream referenced by this dependency. |
Identifier |
ExternalDependency.getAbstractJobStreamId()
Returns the identifier of the referenced abstract job stream. |
Identifier |
ExternalDependency.getAbstractJobId()
Returns the identifier of the referenced abstract job. |
Identifier |
FileDependency.getId()
Returns the identifier of the file referenced by this dependency. |
Identifier |
FileDependency.getFileId()
Returns the file identifier. |
Identifier |
FileDependency.getFlowTargetId()
Returns the identifier of the workstation or workstation class referenced by this file. |
Identifier |
FlowNode.getId()
Returns the job stream or job identifier. |
Identifier |
FlowNode.getAbstractId()
Returns the abstract job stream or abstract job identifier. |
Identifier |
FlowNodeHeader.getId()
Returns the job stream or job identifier. |
Identifier |
FlowTarget.getId()
Returns the workstation or workstation class identifier. |
Identifier |
FlowTargetHeader.getId()
Returns the workstation or workstation class identifier. |
Identifier |
InterNetworkDependency.getId()
Returns the identifier of the network agent referenced by this dependency. |
Identifier |
InterNetworkDependency.getNetworkAgentId()
Returns the identifier of the referenced network agent. |
Identifier |
InternalDependency.getId()
Returns the identifier of the job referenced by this dependency. |
Identifier |
InternalDependency.getJobId()
Returns the identifier of the referenced job. |
Identifier |
Job.getJobStreamId()
Returns the identifier of the job stream that includes this job. |
Identifier |
Job.getAbstractJobStreamId()
Returns the identifier of the abstract job stream that includes the abstract job. |
Identifier |
Job.getJobDefinitionId()
Returns the identifier of the job definition on which this job is defined. |
Identifier |
JobDefinition.getId()
Returns the job definition identifier. |
Identifier |
JobDefinition.getFlowTargetId()
Returns the identifier of the workstation or workstation class referenced by this job definition. |
Identifier |
JobDefinitionHeader.getId()
Returns the job definition identifier. |
Identifier |
JobHistoryRun.getId()
Returns the job identifier. |
Identifier |
JobHistoryRun.getJobId()
Returns the job identifier. |
Identifier |
JobHistoryRun.getJobStreamInstanceId()
Returns the job stream instance identifier. |
Identifier |
JobHistoryRun.getJobDefinitionId()
Returns the job definition identifier. |
Identifier |
JobStatistics.getId()
Returns the identifier of the job definition to which this JobStatistics object refers. |
Identifier |
JobStatistics.getJobDefinitionId()
Returns the identifier of the job definition to which this JobStatistics object refers. |
Identifier |
JobStream.getFlowTargetId()
Returns the identifier of the workstation or workstation class referenced by this job stream. |
Identifier |
JobStream.getFreeDaysCalendarId()
Returns the identifier of the free days calendar used with this job stream. |
Identifier |
Period.getId()
Returns the period identifier. |
Identifier |
PeriodHeader.getId()
Returns the period identifier. |
Identifier |
Prompt.getId()
Returns the prompt identifier. |
Identifier |
PromptDependency.getId()
Returns the identifier of the prompt referenced by this dependency. |
Identifier |
PromptDependency.getPromptId()
Returns the identifier of the referenced prompt. |
Identifier |
Resource.getId()
Returns the resource identifier. |
Identifier |
Resource.getFlowTargetId()
Returns the identifier of the workstation or workstation class referenced by this resource. |
Identifier |
ResourceDependency.getId()
Returns the identifier of the resource referenced by this dependency. |
Identifier |
ResourceDependency.getResourceId()
Returns the identifier of the referenced resource. |
Identifier |
ResourceHeader.getId()
Returns the resource identifier. |
Identifier |
RunCycle.getId()
Returns the run cycle identifier. |
Identifier |
RunCycle.getCalendarId()
Returns the identifier of the calendar by which this run cycle is defined. |
Identifier |
RunCycle.getJobStreamId()
Returns the identifier of the job stream to which this run cycle belongs. |
Identifier |
Variable.getId()
Returns the variable identifier. |
Identifier |
WindowsUser.getId()
Returns the windows user identifier. |
Identifier |
WindowsUser.getWorkstationId()
Returns the identifier of the workstation referenced by this windows user. |
Identifier |
Workstation.getDomainId()
Returns the identifier of the domain to which the workstation is associated. |
Identifier |
Workstation.getHostWorkstationId()
Returns the identifier of the host workstation, if other than the master domain manager (XA only). |
Identifier |
WorkstationLink.getId()
Returns the identifier of the workstation referenced by this dependency. |
Identifier |
WorkstationLink.getWorkstationId()
Returns the identifier of the referenced workstation. |
Methods in com.ibm.tws.objects.model with parameters of type Identifier | |
void |
Calendar.setId(Identifier identifier)
Sets the calendar identifier. |
void |
CalendarHeader.setId(Identifier identifier)
Sets the calendar identifier. |
void |
DistJobDefinition.setRecoveryJobId(Identifier identifier)
Sets the identifier of the recovery job definition. |
void |
DistJobDefinition.setAbendPromptId(Identifier identifier)
Sets the identifier of the job definition abend prompt. |
void |
Domain.setId(Identifier identifier)
Sets the domain identifier. |
void |
Domain.setParentId(Identifier identifier)
Sets the identifier of the parent domain. |
void |
ExternalDependency.setAbstractJobStreamId(Identifier identifier)
Sets the identifier of the referenced abstract job stream. |
void |
ExternalDependency.setAbstractJobId(Identifier identifier)
Sets the identifier of the referenced abstract job. |
void |
FileDependency.setFileId(Identifier identifier)
Sets the file identifier. |
void |
FileDependency.setFlowTargetId(Identifier identifier)
Sets the identifier of the workstation or workstation class referenced by this file. |
void |
FlowNode.setId(Identifier identifier)
Sets the job stream or job identifier. |
void |
FlowNode.setAbstractId(Identifier identifier)
Sets the abstract job stream or abstract job identifier. |
void |
FlowNodeHeader.setId(Identifier identifier)
Sets the job stream or job identifier. |
void |
FlowTarget.setId(Identifier identifier)
Sets the workstation or workstation class identifier. |
void |
FlowTargetHeader.setId(Identifier identifier)
Sets the workstation or workstation class identifier. |
void |
InterNetworkDependency.setNetworkAgentId(Identifier id)
Sets the identifier of the referenced network agent. |
void |
InternalDependency.setJobId(Identifier id)
Sets the identifier of the referenced job. |
void |
Job.setJobStreamId(Identifier identifier)
Sets the identifier of the job stream that includes this job. |
void |
Job.setAbstractJobStreamId(Identifier identifier)
Sets the identifier of the abstract job stream that includes the abstract job. |
void |
Job.setJobDefinitionId(Identifier identifier)
Sets the identifier of the job definition on which this job is defined. |
void |
JobDefinition.setId(Identifier identifier)
Sets the job definition identifier. |
void |
JobDefinition.setFlowTargetId(Identifier identifier)
Sets the identifier of the workstation or workstation class referenced by this job definition. |
void |
JobDefinitionHeader.setId(Identifier identifier)
Sets the job definition identifier. |
void |
JobHistoryRun.setJobId(Identifier identifier)
Sets the job identifier. |
void |
JobHistoryRun.setJobStreamInstanceId(Identifier identifier)
Sets the job stream instance identifier. |
void |
JobHistoryRun.setJobDefinitionId(Identifier identifier)
Sets the job definition identifier. |
void |
JobStatistics.setId(Identifier identifier)
Sets the identifier of the job definition to which this JobStatistics object refers. |
void |
JobStatistics.setJobDefinitionId(Identifier identifier)
Sets the identifier of the job definition to which this JobStatistics object refers. |
void |
JobStream.setFlowTargetId(Identifier identifier)
Set the identifier of the workstation or workstation class referenced by this job stream. |
void |
JobStream.setFreeDaysCalendarId(Identifier identifier)
Sets the identifier of the free days calendar used with this job stream. |
void |
Period.setId(Identifier identifier)
Sets the period identifier. |
void |
PeriodHeader.setId(Identifier identifier)
Sets the period identifier. |
void |
Prompt.setId(Identifier identifier)
Sets the prompt identifier. |
void |
PromptDependency.setPromptId(Identifier id)
Sets the identifier of the referenced prompt. |
void |
Resource.setId(Identifier identifier)
Sets the resource identifier. |
void |
Resource.setFlowTargetId(Identifier identifier)
Sets the identifier of the workstation or workstation class referenced by this resource. |
void |
ResourceDependency.setResourceId(Identifier id)
Sets the identifier of the referenced resource. |
void |
ResourceHeader.setId(Identifier identifier)
Sets the resource identifier. |
void |
RunCycle.setId(Identifier identifier)
Sets the run cycle identifier. |
void |
RunCycle.setCalendarId(Identifier identifier)
Sets the identifier of the calendar by which this run cycle is defined. |
void |
RunCycle.setJobStreamId(Identifier identifier)
Sets the identifier of the job stream to which this run cycle belongs. |
void |
Variable.setId(Identifier identifier)
Sets the variable identifier. |
void |
WindowsUser.setId(Identifier identifier)
Sets the windows user identifier. |
void |
WindowsUser.setWorkstationId(Identifier identifier)
Sets the identifier of the workstation referenced by this windows user. |
void |
Workstation.setDomainId(Identifier identifier)
Sets the identifier of the domain to which the workstation is associated. |
void |
Workstation.setHostWorkstationId(Identifier identifier)
Sets the identifier of the host workstation, if other than the master domain manager (XA only). |
void |
WorkstationLink.setWorkstationId(Identifier id)
Sets the identifier of the referenced workstation. |
Constructors in com.ibm.tws.objects.model with parameters of type Identifier | |
CalendarHeader(Identifier calendarId)
Creates a CalendarHeader with the specified identifier. |
|
CalendarHeader(Identifier calendarId,
CalendarKey calendarKey)
Creates a CalendarHeader with the specified identifier and key. |
|
Domain(Identifier domainId)
Creates a Domain with the specified identifier. |
|
Domain(Identifier domainId,
DomainKey domainKey)
Creates a Domain with the specified identifier and key. |
|
ExternalDependency(Identifier id,
JobStreamKey key)
Creates an ExternalDependency, specifying the identifier and key of the referenced abstract job stream. |
|
ExternalDependency(Identifier id,
JobKey key)
Creates an ExternalDependency, specifying the identifier and key of the referenced abstract job. |
|
FlowNodeHeader(Identifier flowNodeId,
FlowNodeKey flowNodeKey)
Creates a FlowNodeHeader with the specified identifier and key. |
|
FlowTargetHeader(Identifier flowTargetId)
Creates a FlowTargetHeader with the specified identifier. |
|
FlowTargetHeader(Identifier flowTargetId,
FlowTargetKey flowTargetKey)
Creates a FlowTargetHeader with the specified identifier and key. |
|
InterNetworkDependency(Identifier id)
Creates an InterNetworkDependency, specifying the identifier of the referenced network agent. |
|
InterNetworkDependency(Identifier id,
FlowTargetKey key)
Creates an InterNetworkDependency, specifying the identifier and key of the referenced network agent. |
|
InternalDependency(Identifier id)
Creates an InternalDependency, specifying the identifier of the referenced job. |
|
InternalDependency(Identifier id,
JobKey key)
Creates an InternalDependency, specifying the identifier and key of the referenced job. |
|
JobDefinitionHeader(Identifier jobDefinitionId)
Creates a JobDefinitionHeader with the specified identifier. |
|
JobDefinitionHeader(Identifier jobDefinitionId,
JobDefinitionKey jobDefinitionKey)
Creates a JobDefinitionHeader with the specified identifier and key. |
|
JobHeader(Identifier jobId)
Creates a JobHeader with the specified identifier. |
|
JobHeader(Identifier jobId,
JobKey jobKey)
Creates a JobHeader with the specified identifier and key. |
|
JobStreamHeader(Identifier jobStreamId)
Creates a JobStreamHeader with the specified identifier. |
|
JobStreamHeader(Identifier jobStreamId,
JobStreamKey jobStreamKey)
Creates a JobStreamHeader with the specified identifier and key. |
|
PeriodHeader(Identifier periodId)
Creates a PeriodHeader with the specified identifier. |
|
PeriodHeader(Identifier periodId,
PeriodKey periodKey)
Creates a PeriodHeader with the specified identifier and key. |
|
Prompt(Identifier promptId)
Creates a Prompt with the specified identifier. |
|
Prompt(Identifier promptId,
PromptKey promptKey)
Creates a Prompt with the specified identifier and key. |
|
PromptDependency(Identifier id)
Creates a PromptDependency, specifying the identifier of the referenced prompt. |
|
ResourceDependency(Identifier id)
Creates a ResourceDependency, specifying the identifier of the referenced resource. |
|
ResourceDependency(Identifier id,
ResourceKey key)
Creates a ResourceDependency, specifying the identifier and key of the referenced resource. |
|
ResourceHeader(Identifier resourceId)
Creates a ResourceHeader with the specified identifier. |
|
ResourceHeader(Identifier resourceId,
ResourceKey resourceKey)
Creates a ResourceHeader with the specified identifier and key. |
|
RunCycle(Identifier runCycleId)
Creates a RunCycle with the specified identifier. |
|
Variable(Identifier variableId)
Creates a Variable with the specified identifier. |
|
Variable(Identifier variableId,
VariableKey variableKey)
Creates a Variable with the specified identifier and key. |
|
WindowsUser(Identifier windowsUserId)
Creates a WindowsUser with the specified identifier. |
|
WindowsUser(Identifier windowsUserId,
WindowsUserKey windowsUserKey)
Creates a WindowsUser with the specified identifier and key. |
|
WorkstationClassHeader(Identifier workstationClassId)
Creates a WorkstationClassHeader with the specified identifier. |
|
WorkstationClassHeader(Identifier workstationClassId,
FlowTargetKey workstationClassKey)
Creates a WorkstationClassHeader with the specified identifier and key. |
|
WorkstationHeader(Identifier workstationId)
Creates a WorkstationHeader with the specified identifier. |
|
WorkstationHeader(Identifier workstationId,
FlowTargetKey workstationKey)
Creates a WorkstationHeader with the specified identifier and key. |
|
WorkstationLink(Identifier id)
Creates a WorkstationLink, specifying the identifier of the referenced workstation. |
|
WorkstationLink(Identifier id,
FlowTargetKey key)
Creates a WorkstationLink, specifying the identifier and key of the referenced workstation. |
Uses of Identifier in com.ibm.tws.objects.plan |
---|
Subclasses of Identifier in com.ibm.tws.objects.plan | |
class |
PlanIdentifier
This class is a subclass of Identified, used to represent a special kind of it. |
Methods in com.ibm.tws.objects.plan that return Identifier | |
Identifier |
DomainInPlan.getId()
Gets the Domain In Plan Identifier |
Identifier |
DomainInPlan.getParentDomainId()
Gets the parent Domain identifier |
Identifier |
ExternalDependencyInPlan.getId()
Returns the object's Identifiers |
Identifier |
ExternalDependencyInPlan.getAbstractJobStreamId()
Deprecated. |
Identifier |
ExternalDependencyInPlan.getJobStreamId()
Returns the identifier of the referenced job stream. |
Identifier |
ExternalDependencyInPlan.getAbstractJobId()
Deprecated. |
Identifier |
ExternalDependencyInPlan.getJobId()
Returns the identifier of the referenced job. |
Identifier |
FileDependencyInPlan.getId()
Get the Identifier of the FileInPlan pointed by this dependency |
Identifier |
FileDependencyInPlan.getWorkstationId()
Return the Identifier of the workstation on which the FileInPlan is defined. |
Identifier |
FileInPlan.getId()
Returns the Identifier of this FileInPlan object. |
Identifier |
FileInPlan.getWorkstationId()
Returns the Identifier of the Workstation on which this FileInPlan is defined. |
Identifier |
FlowNodeInPlan.getId()
Returns the object identifier. |
Identifier |
InternalDependencyInPlan.getId()
Returns the Identifier of the referenced job |
Identifier |
InternalDependencyInPlan.getJobId()
Returns the identifier of the referenced job. |
Identifier |
InternetworkDependencyInPlan.getNetworkAgentId()
Returns the Identifier of the Network Agent. |
Identifier |
InternetworkDependencyInPlan.getId()
Returns the Identifier of the Network Agent. |
Identifier |
JobDefinitionInPlan.getId()
Returns the job definition identifier. |
Identifier |
JobDefinitionInPlan.getRecoveryJobId()
Returns the Identifier of the recovery job definition. |
Identifier |
JobDefinitionInPlan.getWorkstationId()
Returns the Identifier of the referenced Workstation. |
Identifier |
JobDefinitionInPlan.getAbendPromptId()
Returns the Identifier of the job definition abend prompt. |
Identifier |
JobDefinitionInPlanHeader.getId()
Returns the job definition Identifier. |
Identifier |
JobInPlan.getJobStreamId()
Returns the Job Stream Identifier. |
Identifier |
JobInPlan.getJobDefinitionId()
Returns the Job Definition Identifier to which this Job Definition refers. |
Identifier |
JobStreamInPlan.getWorkstationId()
Returns the referenced Workstation Identifier. |
Identifier |
JobStreamInPlan.getJobStreamDbIdentifier()
Returns the Job Stream Database Identifier. |
Identifier |
JobStreamInPlan.getInternalIdentifier()
Returns the Job Stream Internal Identifier. |
Identifier |
OperatorInstructionInPlan.getId()
Gets the Operator Instruction In Plan Identifier |
Identifier |
PromptDependencyInPlan.getId()
Returns the PromptInPlan identifier. |
Identifier |
PromptDependencyInPlan.getWorkstationId()
Return the Identifier of the (optional) Workstation pointed by this dependency |
Identifier |
PromptInPlan.getId()
Returns the PromptInPlan identifier. |
Identifier |
PromptInPlan.getJobId()
Return the Identifier of the referenced job. |
Identifier |
PromptInPlan.getWorkstationId()
Return the Identifier of the referenced Workstation. |
Identifier |
PromptInPlan.getJobStreamId()
Returns the Identifier of the referenced Job Stream |
Identifier |
ResourceDependencyInPlan.getId()
Returns the object Identifier. |
Identifier |
ResourceDependencyInPlan.getWorkstationId()
Return the referenced Workstation Identifier |
Identifier |
ResourceHolderInPlan.getId()
Returns the Identifier either of the Job Stream (if the holder is a Job Stream) or of the Job (if the holder is a Job). |
Identifier |
ResourceHolderInPlan.getJobId()
Returns the Job Identifier |
Identifier |
ResourceHolderInPlan.getJobStreamId()
Returns the Job Stream Identifier |
Identifier |
ResourceInPlan.getId()
Returns the Resource Identifier |
Identifier |
ResourceInPlan.getWorkstationId()
Returns the referenced Workstation Identifier. |
Identifier |
SymphonyInPlan.getId()
Returns the Identifier of this object |
Identifier |
WindowsUserInPlan.getId()
Returns the windows user Identifier. |
Identifier |
WindowsUserInPlan.getWorkstationId()
Returns the Identifier of the workstation referenced by this windows user. |
Identifier |
WorkstationInPlan.getId()
Get the object Identifier |
Identifier |
WorkstationInPlan.getHostWorkstationId()
Gets the host Workstation Identifier |
Identifier |
WorkstationInPlan.getDomainId()
Returns The Identifier of the Domain to which this Workstation refer. |
Methods in com.ibm.tws.objects.plan with parameters of type Identifier | |
void |
DomainInPlan.setId(Identifier identifier)
Sets the domain Identifier. |
void |
DomainInPlan.setParentDomainId(Identifier identifier)
Sets the parent domain identifier. |
void |
ExternalDependencyInPlan.setAbstractJobStreamId(Identifier identifier)
Deprecated. |
void |
ExternalDependencyInPlan.setJobStreamId(Identifier identifier)
Sets the identifier of the referenced job stream. |
void |
ExternalDependencyInPlan.setAbstractJobId(Identifier identifier)
Deprecated. |
void |
ExternalDependencyInPlan.setJobId(Identifier identifier)
Sets the identifier of the referenced job. |
void |
FileDependencyInPlan.setWorkstationId(Identifier identifier)
Set the workstation id of the FileInPlan object. |
void |
FileDependencyInPlan.setId(Identifier identifier)
Set the Identifier of the internal FileInPlan object |
void |
FileInPlan.setId(Identifier identifier)
Set the Identifier of this FileInPlan object. |
void |
FileInPlan.setWorkstationId(Identifier identifier)
Set the Identifier of the Workstation on which this object is defined. |
void |
FlowNodeInPlan.setId(Identifier identifier)
Sets the Flow Node Identifier. |
void |
InternalDependencyInPlan.setJobId(Identifier identifier)
Sets the identifier of the referenced job. |
void |
InternetworkDependencyInPlan.setNetworkAgentId(Identifier identifier)
Sets the Identifier of the Network Agent. |
void |
JobDefinitionInPlan.setId(Identifier identifier)
Sets the job definition identifier. |
void |
JobDefinitionInPlan.setRecoveryJobId(Identifier identifier)
Sets the identifier of the recovery job definition. |
void |
JobDefinitionInPlan.setWorkstationId(Identifier identifier)
Sets the Identifier of the referenced Workstation. |
void |
JobDefinitionInPlan.setAbendPromptId(Identifier identifier)
Sets the identifier of the job definition abend prompt. |
void |
JobDefinitionInPlanHeader.setId(Identifier identifier)
Sets the job definition Identifier. |
void |
JobInPlan.setJobStreamId(Identifier identifier)
Sets the Job Stream Identifier. |
void |
JobInPlan.setJobDefinitionId(Identifier identifier)
Sets the Job Definition Identifier of this Job. |
void |
JobStreamInPlan.setWorkstationId(Identifier identifier)
Sets the referenced Workstation Identifier. |
void |
JobStreamInPlan.setJobStreamDbIdentifier(Identifier identifier)
Sets the Job Stream Database Identifier. |
void |
JobStreamInPlan.setInternalIdentifier(Identifier identifier)
Sets the Job Stream Internal Identifier. |
void |
OperatorInstructionInPlan.setId(Identifier identifier)
Sets the Operator Instruction identifier. |
void |
PromptDependencyInPlan.setId(Identifier identifier)
Sets the Identifier of the PromptInPlan object |
void |
PromptDependencyInPlan.setWorkstationId(Identifier identifier)
Sets The Identifier of the (optional) Workstation |
void |
PromptInPlan.setId(Identifier identifier)
Sets the Prompt Identifier For Internal Use only |
void |
PromptInPlan.setJobId(Identifier identifier)
Sets the referenced Job Identifier. |
void |
PromptInPlan.setWorkstationId(Identifier identifier)
Sets the referenced Workstation Identifier. |
void |
PromptInPlan.setJobStreamId(Identifier identifier)
Sets the referenced Job Stream Identifier. |
void |
ResourceDependencyInPlan.setId(Identifier identifier)
Sets the Resource Identifier |
void |
ResourceDependencyInPlan.setWorkstationId(Identifier identifier)
Sets the Resource Workstation Identifier |
void |
ResourceHolderInPlan.setJobId(Identifier identifier)
Sets the Job Identifier For Internal Use Only. |
void |
ResourceHolderInPlan.setJobStreamId(Identifier identifier)
Sets the Job Stream Identifier. |
void |
ResourceInPlan.setId(Identifier identifier)
Sets the Resource Ientifier. |
void |
ResourceInPlan.setWorkstationId(Identifier identifier)
The Identifier of the referenced Workstation. |
void |
WindowsUserInPlan.setId(Identifier identifier)
Sets the windows user Identifier. |
void |
WindowsUserInPlan.setWorkstationId(Identifier identifier)
Sets the Identifier of the workstation referenced by this windows user. |
void |
WorkstationInPlan.setId(Identifier identifier)
Sets the object Identifier. |
void |
WorkstationInPlan.setHostWorkstationId(Identifier identifier)
Sets the host Workstation Identifier. |
void |
WorkstationInPlan.setDomainId(Identifier identifier)
Sets the Identifier of the Domain to which this Workstation refer. |
Constructors in com.ibm.tws.objects.plan with parameters of type Identifier | |
DomainInPlan(Identifier domainId)
Constructor. |
|
DomainInPlan(Identifier domainId,
DomainInPlanKey domainKey)
Constructor. |
|
ExternalDependencyInPlan(Identifier id,
JobStreamInPlanKey key)
Creates an ExternalDependencyInPlan, specifying the identifier and key of the referenced abstract job stream. |
|
ExternalDependencyInPlan(Identifier id,
JobInPlanKey key)
Creates an ExternalDependencyInPlan, specifying the identifier and key of the referenced abstract job. |
|
FileDependencyInPlan(Identifier id)
Constructor |
|
FileDependencyInPlan(Identifier id,
FileInPlanKey key)
Constructor |
|
FileInPlan(Identifier id)
Constructor |
|
FileInPlan(Identifier id,
FileInPlanKey key)
Constructor |
|
FlowNodeInPlan(Identifier id)
Constructor For internal use only. |
|
FlowNodeInPlan(Identifier id,
FlowNodeInPlanKey key)
Constructor For internal use only. |
|
InternalDependencyInPlan(Identifier id,
JobInPlanKey key)
Creates an InternalDependencyInPlan, specifying the identifier and key of the referenced job. |
|
InternetworkDependencyInPlan(Identifier id)
Creates an InternetworkDependencyInPlan, specifying the identifier of the referenced network agent. |
|
InternetworkDependencyInPlan(Identifier id,
WorkstationInPlanKey key)
Creates an InternetworkDependencyInPlan, specifying the identifier and key of the referenced network agent. |
|
JobDefinitionInPlanHeader(Identifier jobDefinitionId)
Creates a JobDefinitionInPlanHeader with the specified Identifier. |
|
JobDefinitionInPlanHeader(Identifier jobDefinitionId,
JobDefinitionInPlanKey jobDefinitionKey)
Creates a JobDefinitionInPlanHeader with the specified identifier and key. |
|
OperatorInstructionInPlan(Identifier id)
Creates an OperatorInstruction in plan with the specified identifier. |
|
PromptDependencyInPlan(Identifier id,
PromptInPlanKey key)
Creates a Prompt containing an Identifier and a Key |
|
PromptDependencyInPlan(Identifier id)
Creates a Prompt Containing an Identifier |
|
PromptInPlan(Identifier id,
PromptInPlanKey key)
Creates a Prompt containing an Identifier and a Key |
|
PromptInPlan(Identifier id)
Creates a Prompt Containing an Identifier |
|
ResourceDependencyInPlan(Identifier id,
ResourceInPlanKey key)
Creates a resource containing an Identifier and a Key |
|
ResourceDependencyInPlan(Identifier id)
Creates a resource Containing an Identifier |
|
ResourceHolderInPlan(Identifier id,
JobStreamInPlanKey key)
Constructor |
|
ResourceHolderInPlan(Identifier id,
JobInPlanKey key)
Constructor |
|
ResourceInPlan(Identifier id)
Constructor. |
|
ResourceInPlan(Identifier id,
ResourceInPlanKey key)
Constructor. |
|
WindowsUserInPlan(Identifier windowsUserId)
Creates a WindowsUser with the specified identifier. |
|
WindowsUserInPlan(Identifier windowsUserId,
WindowsUserInPlanKey windowsUserKey)
Creates a WindowsUser with the specified Identifier and key. |
|
WorkstationInPlan(Identifier workstationId)
Creates a WorkstationInPlan with the specified Identifier. |
|
WorkstationInPlan(Identifier workstationId,
WorkstationInPlanKey workstationKey)
Creates a WorkstationInPlan with the specified Identifier and key. |
Uses of Identifier in com.ibm.tws.objects.plan.types |
---|
Methods in com.ibm.tws.objects.plan.types that return Identifier | |
Identifier |
JobControlLanguage.getJobId()
Returns the Job identifier. |
Methods in com.ibm.tws.objects.plan.types with parameters of type Identifier | |
void |
JobControlLanguage.setJobId(Identifier value)
Sets the Job identifier. |
Uses of Identifier in com.ibm.tws.objects.plan.utils |
---|
Methods in com.ibm.tws.objects.plan.utils that return Identifier | |
Identifier |
EngineInformation.getMasterDomainId()
Returns the Master Domain Identifier |
Identifier |
EngineInformation.getMasterWorkstationId()
Returns the Master Workstation Identifier. |
Identifier |
EngineInformation.getThisWorkstationId()
Returns this Workstation Identifier. |
Identifier |
RerunDetails.getJobDefinitionDbIdentifier()
Returns the Database Job Definition Identifier. |
Methods in com.ibm.tws.objects.plan.utils with parameters of type Identifier | |
void |
EngineInformation.setMasterDomainId(Identifier identifier)
Sets the Master Domain Identifier. |
void |
EngineInformation.setMasterWorkstationId(Identifier identifier)
Sets the master Workstation Identifier. |
void |
EngineInformation.setThisWorkstationId(Identifier identifier)
Set 'This' Workstation Identifier. |
void |
RerunDetails.setJobDefinitionDbIdentifier(Identifier identifier)
Sets the Database Job Definition Identifier. |
Constructors in com.ibm.tws.objects.plan.utils with parameters of type Identifier | |
RerunDetails(Identifier fromJobId)
Constructor used to make a simple 'rerun from'. |
|
RerunDetails(Identifier fromJobId,
java.lang.String stepName)
Constructor used to make a 'rerun from' with 'rerun step'. |
|
RerunDetails(java.util.Date startTime,
int priority,
Identifier fromJobId,
boolean asap)
Constructor used to make a 'rerun from' with some other constrain. |
Uses of Identifier in com.ibm.tws.objects.types |
---|
Methods in com.ibm.tws.objects.types with parameters of type Identifier | |
boolean |
Identifier.before(Identifier identifier)
Tests if this Identifier object is before the given one. |
boolean |
Identifier.after(Identifier identifier)
Tests if this Identifier object is after the given one. |
Uses of Identifier in com.ibm.tws.zconn.model |
---|
Methods in com.ibm.tws.zconn.model that return Identifier | |
Identifier |
ZConnModel.addTWSObject(TWSObject twsObject,
Context context)
Add Object in TWS model |
Identifier |
ZConnModel.setTWSObject(TWSObject daoobject,
boolean isLocked,
boolean unlock,
Context context)
This method update the TWSObject passed in input |
Methods in com.ibm.tws.zconn.model with parameters of type Identifier | |
void |
ZConnModel.removeTWSObject(java.lang.Class cl,
Identifier id,
Context context)
removeTWSObject |
TWSObject |
ZConnModel.getTWSObject(java.lang.Class cl,
Identifier id,
boolean lock,
Context context)
This method return a TWSObject with the identifier passed in input |
void |
ZConnModel.lockTWSObject(java.lang.Class cl,
Identifier id,
Context context)
Locks the TWSObject object identified by the given id. |
void |
ZConnModel.unlockTWSObject(java.lang.Class cl,
Identifier id,
boolean force,
Context context)
Unlocks the TWSObject object identified by the given id. |
JobStatistics |
ZConnModel.loadJobStatistics(Identifier jobDefinitionId,
Context context)
Load job definition statistcs object by job definition id. |
java.lang.Boolean |
ZConnModel.isWorkstation(Identifier[] id,
FlowTargetKey[] key,
Context context)
Retrieves the type, identifier and key of a Workstation or WorkstationClass object. |
Uses of Identifier in com.ibm.tws.zconn.plan |
---|
Methods in com.ibm.tws.zconn.plan that return Identifier | |
Identifier |
ZConnPlan.addJobInstance(JobInPlan job,
Context context)
Add the input job instance to the current Plan. |
Identifier |
ZConnPlan.addJobInstanceIntoJobStreamInstance(Identifier jobId,
Identifier jobStreamId,
java.lang.String alias,
Context context)
This operation is not supported in z/OS environment. |
Identifier |
ZConnPlan.addJobInstance(Identifier jobId,
Identifier workstationId,
java.lang.String alias,
Context context)
This method Adds a Job Instance. |
Identifier |
ZConnPlan.setJobStreamInstance(JobStreamInPlan jobStream,
Context context)
Change properties of the specified job stream. |
Identifier |
ZConnPlan.createPlan(SymphonyInPlanKey key,
java.util.Date startTime,
long timeExtension,
Context context)
This method is used to create a Trial or a Forecast plan. |
Identifier |
ZConnPlan.createPlanExtension(SymphonyInPlanKey key,
long timeExtension,
Context context)
This method is used to create a Trial Plan extension starting from the current Plan. |
Methods in com.ibm.tws.zconn.plan with parameters of type Identifier | |
void |
ZConnPlan.startDomainWorkstation(Identifier id,
Context context)
This method starts the domain workstation. |
void |
ZConnPlan.stopDomainWorkstation(Identifier id,
Context context)
This method stops the domain workstation. |
void |
ZConnPlan.linkDomainWorkstation(Identifier id,
Context context)
This method links the domain workstation. |
void |
ZConnPlan.unlinkDomainWorkstation(Identifier id,
Context context)
This method unlinks the domain workstation. |
void |
ZConnPlan.switchDomainManager(Identifier id,
Identifier newMgr,
Context context)
This method changes the Domain manager of a given domain. |
void |
ZConnPlan.startWorkstation(Identifier id,
boolean manager,
Context context)
Starts the Workstation Instance. |
void |
ZConnPlan.stopWorkstation(Identifier id,
Context context)
Stops the Workstation Instance. |
void |
ZConnPlan.linkWorkstation(Identifier id,
Context context)
Links the Workstation Instance. |
void |
ZConnPlan.unlinkWorkstation(Identifier id,
Context context)
Unlinks the Workstation Instance. |
void |
ZConnPlan.setWorkstationLimit(Identifier id,
int limit,
Context context)
Sets the Workstation Instance new Limit. |
void |
ZConnPlan.setWorkstationFence(Identifier id,
int fence,
Context context)
Sets the Workstation Instance new Fence. |
TWSObject |
ZConnPlan.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 |
ZConnPlan.releaseJobInstance(Identifier jobId,
Context context)
Release the specified job. |
void |
ZConnPlan.holdJobInstance(Identifier jobId,
Context context)
Holds the specified job. |
void |
ZConnPlan.confirmJobInstance(Identifier jobId,
FlowNodeInternalStatusType status,
Context context)
Confirm the specified job with the specified status. |
void |
ZConnPlan.killJobInstance(Identifier jobId,
Context context)
Kill the specified job. |
void |
ZConnPlan.rerunJobInstance(Identifier jobId,
RerunDetails details,
Context context)
Rerun the specified job. |
void |
ZConnPlan.cancelJobInstance(Identifier jobId,
boolean pending,
Context context)
Cancel the specified job. |
void |
ZConnPlan.releaseAllJobInstanceDependencies(Identifier jobId,
Context context)
Release all the dependencies from the specified job. |
void |
ZConnPlan.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 |
ZConnPlan.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 |
ZConnPlan.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. |
JobInPlan |
ZConnPlan.makeJobInPlanIntoJobStreamInstance(Identifier jobId,
Identifier jobStreamId,
java.lang.String alias,
Context context)
This method generates a JobInPlan object starting from a JobDefinition taken from the database. |
JobInPlan |
ZConnPlan.makeJobInPlan(Identifier jobId,
Identifier workstationId,
java.lang.String alias,
Context context)
This method generates a JobInPlan object starting from a JobDefinition taken from the database. |
JobStreamInPlan |
ZConnPlan.makeJobStreamInPlan(Identifier jobStreamId,
java.util.Date inputArrivalTime,
java.lang.String alias,
Context context)
This operation is not supported in z/OS environment. |
Identifier |
ZConnPlan.addJobInstanceIntoJobStreamInstance(Identifier jobId,
Identifier jobStreamId,
java.lang.String alias,
Context context)
This operation is not supported in z/OS environment. |
Identifier |
ZConnPlan.addJobInstance(Identifier jobId,
Identifier workstationId,
java.lang.String alias,
Context context)
This method Adds a Job Instance. |
java.util.List |
ZConnPlan.addJobStreamInstance(Identifier jobStreamId,
java.util.Date inputArrivalTime,
java.lang.String alias,
Context context)
This method adds a Job Stream to the current Plan. |
void |
ZConnPlan.releaseJobStreamInstance(Identifier jobStreamId,
Context context)
Release the specified job stream. |
void |
ZConnPlan.holdJobStreamInstance(Identifier jobStreamId,
Context context)
Holds the specified job stream. |
void |
ZConnPlan.cancelJobStreamInstance(Identifier jobStreamId,
boolean pending,
Context context)
Cancel the specified job stream. |
void |
ZConnPlan.releaseAllJobStreamInstanceDependencies(Identifier jobStreamId,
Context context)
Release all the dependencies from the specified job stream. |
void |
ZConnPlan.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 |
ZConnPlan.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 |
ZConnPlan.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 |
ZConnPlan.monitorAllJobsInStreamInstance(Identifier jobStreamId,
boolean monitor,
Context context)
Set/deset the monitor flag on all the job instance part of the specified job stream instance. |
GetJobOutputResult |
ZConnPlan.getJobInstanceOutput(Identifier jobId,
int lines,
Context context)
Return the first bunch of a JobInPlan output. |
void |
ZConnPlan.replyPrompt(Identifier id,
boolean answer,
Context context)
Reply 'YES' (true) or 'NO' (false) to the sopecified prompt. |
void |
ZConnPlan.beginModifyPlanObject(java.lang.Class cl,
Identifier id,
Context context)
Start the modify session for the TWSObject object identified by the given id. |
void |
ZConnPlan.commitModifyPlanObject(java.lang.Class cl,
Identifier id,
Context context)
Commit the modification to the TWSObject object identified by the given id. |
void |
ZConnPlan.rollbackModifyPlanObject(java.lang.Class cl,
Identifier id,
Context context)
rollback the modification to the TWSObject object identified by the given id. |
void |
ZConnPlan.commitJobRestartAndCleanup(java.lang.Class cl,
Identifier id,
Context context)
Commit the restartAndCleanup modification done on the TWSObject object identified by the given id. |
void |
ZConnPlan.rollbackJobRestartAndCleanup(java.lang.Class cl,
Identifier id,
Context context)
Rollback the restartAndCleanup modification done on the TWSObject object identified by the given id. |
void |
ZConnPlan.setWorkstationStatus(Identifier id,
Context context,
WorkstationStatus status,
WorkstationOperationOption options,
WorkstationInPlanKey alternateWorkstation)
Set the status for the input Workstation instance. |
void |
ZConnPlan.nopJobInstance(Identifier jobId,
Context context)
NOP the job instance specified in the jobId. |
void |
ZConnPlan.unNopJobInstance(Identifier jobId,
Context context)
Un NOP the job instance specified in the jobId. |
void |
ZConnPlan.executeJobInstance(Identifier jobId,
Context context)
Execute the job instance specified in the jobId. |
void |
ZConnPlan.executeJobAutomaticRecovery(Identifier jobId,
Context context)
Execute the automatic recovery for the job specified in the jobId. |
void |
ZConnPlan.modifyJobInstanceDependencies(Identifier jobId,
java.util.List removeResourceDeps,
java.util.List removeInternalDeps,
java.util.List removeExternalDeps,
java.util.List removeInternalSucc,
java.util.List removeExternalSucc,
java.util.List addResourceDeps,
java.util.List addInternalDeps,
java.util.List addExternalDeps,
java.util.List addInternalSucc,
java.util.List addExternalSucc,
Context context)
Modify the specified dependences of a job instance specified by the jobId. |
void |
ZConnPlan.setToWaitJobStreamInstance(Identifier id,
Context context)
Set the job stream instance to wait. |
void |
ZConnPlan.completeJobStreamInstance(Identifier id,
Context context)
Complete the job stream instance to wait. |
void |
ZConnPlan.holdJobStreamInstanceJobs(Identifier id,
boolean holdAll,
Context context)
Hold all the job stream jobs. |
void |
ZConnPlan.setJobInstanceStatus(Identifier jobId,
FlowNodeInternalStatusType status,
java.lang.String errorCode,
Context context)
Set the status of the job instance specified in the jobId. |
JobControlLanguage |
ZConnPlan.getJobJCL(Identifier jobId,
boolean isForRestartAndCleanup,
Context context)
Return the requested job JCL |
void |
ZConnPlan.setJobJCL(Identifier jobId,
JobControlLanguage jcl,
boolean isForRestartCleanup,
Context context)
Set the requested job JCL |
java.util.List |
ZConnPlan.getJobJCLPromptableVariableList(Identifier jobId,
Context context)
Return the requested job JCL promptable variable list. |
void |
ZConnPlan.setJobJCLPromptableVariableList(Identifier jobId,
java.util.List variables,
Context context)
Set the requested job JCL promptable variable list. |
JobControlLanguage |
ZConnPlan.solveJobJCLNoPromptableVariableList(Identifier jobId,
Context context)
Return the requested job JCL variable list. |
void |
ZConnPlan.beginJobRestartCleanup(Identifier jobId,
RestartCleanupOptions options,
Context context)
Execute Restart and Cleanup for the requested job instance. |
void |
ZConnPlan.executeJobRestartCleanup(Identifier jobId,
java.lang.String errorCode,
java.lang.String userData,
java.lang.String reason,
Context context)
Execute Restart and Cleanup for the requested job instance. |
java.util.List |
ZConnPlan.getJobCleanupResult(Identifier jobId,
Context context)
Returns Cleanup result for the requested job instance. |
DataSetsListResult |
ZConnPlan.getJobDataSetsWithAutomaticRecovery(Identifier jobId,
Context context)
Returns the data set list for the requested job instance and the suggested restart step. |
java.util.List |
ZConnPlan.getJobDataSets(Identifier jobId,
Context context)
Returns the data set list for the requested job instance. |
void |
ZConnPlan.setJobDataSets(Identifier jobId,
java.util.List dataSets,
Context context)
Sets the data set list for the requested job instance. |
java.util.List |
ZConnPlan.getJobRestartSteps(Identifier jobId,
java.util.List stepList,
boolean[] stepListCheck,
Context context)
Returns the restart step list and if is checked for the requested job instance. |
void |
ZConnPlan.setJobRestartSteps(Identifier jobId,
java.util.List stepList,
Context context)
Sets the restart step list for the requested job instance. |
GetJobOutputResult |
ZConnPlan.getJobInstanceRecoveryOutput(Identifier jobId,
int numOfLinesToRead,
Context context)
Return the requested recovery job output informations |
byte[] |
ZConnPlan.connectToHostCpu(Identifier workstationId,
java.lang.String connectionString,
byte[] command,
Context context)
Return the byte array result of the invocation of the access method associated to the input Workstation. |
void |
ZConnPlan.addJobInstanceSuccessors(Identifier jobId,
java.util.List internalDeps,
java.util.List externalDeps,
Context context)
Add the specified successor dependencies to the specified job. |
void |
ZConnPlan.removeJobInstanceSuccessors(Identifier jobId,
java.util.List internalDeps,
java.util.List externalDeps,
Context context)
Remove the specified successors from the job identified by jobId |
java.util.List |
ZConnPlan.getJobInstanceSuccessors(Identifier jobId,
Context context)
Get the internal and external successors of a job. |
java.util.List |
ZConnPlan.getJobInstancePredecessors(Identifier jobId,
Context context)
Get the internal and external predecessors of a job. |
java.util.List |
ZConnPlan.getJobInstanceNonCompletedPredecessors(Identifier jobId,
Context context)
Get the non completed internal and external predecessors of a job. |
java.util.List |
ZConnPlan.getJobInstanceNonWaitingSuccessors(Identifier jobId,
Context context)
Get the non waiting internal and external successors of a job. |
OperatorInstructionInPlan |
ZConnPlan.getJobInstanceOperatorInstructions(Identifier jobId,
Context context)
Get the operator instructions associated to the specifid job in plan |
void |
ZConnPlan.beginJobRestartCleanupWithAR(Identifier jobId,
RestartCleanupOptions options,
Context context)
Starts the Restart and Cleanup (with AR) for the requested job instance. |
void |
ZConnPlan.beginJobJCL(Identifier id,
Context context)
Start the modify session for the JCL of the job identified by the given id. |
void |
ZConnPlan.commitJobJCL(Identifier jobId,
Context context)
Commit the JCL modification done on the job identified by the given id. |
void |
ZConnPlan.rollbackJobJCL(Identifier jobId,
boolean forJCLPREP,
Context context)
Rollback the JCL modification done on the job identified by the given id. |
java.util.List |
ZConnPlan.getCriticalPath(Identifier jobId,
Context context)
Get the critical path jobs list. |
void |
ZConnPlan.killFTAJobInstance(Identifier jobId,
Context context)
Kill the FTA job instance specified in the jobId. |
void |
ZConnPlan.killRecoveryJobInstance(Identifier jobId,
Context context)
Kill the recovery job instance specified in the jobId. |
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |