|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use TWSHeader | |
---|---|
com.ibm.tws.objects | |
com.ibm.tws.objects.model | |
com.ibm.tws.objects.plan |
Uses of TWSHeader in com.ibm.tws.objects |
---|
Methods in com.ibm.tws.objects that return TWSHeader | |
TWSHeader |
TWSObject.getObjectHeader()
Returns the object header. |
Uses of TWSHeader in com.ibm.tws.objects.model |
---|
Classes in com.ibm.tws.objects.model that implement TWSHeader | |
class |
CalendarHeader
This class hosts the attributes to be shown in TWS external interfaces when listing calendars. |
class |
Domain
This object represents a TWS domain, has no header object and wraps a DomainKey object. |
class |
FlowNodeHeader
This is a base abstraction for JobStreamHeader and JobHeader, hosting the attributes shared by these header classes and shown in TWS external interfaces when listing job streams or jobs respectively. |
class |
FlowTargetHeader
This is a base abstraction for WorkstationHeader and WorkstationClassHeader, hosting the attributes shared by these header classes and shown in TWS external interfaces when listing workstations or workstation classes. |
class |
JobDefinitionHeader
This class hosts the attributes to be shown in TWS external interfaces when listing job definitions. |
class |
JobHeader
This subclass of FlowNodeHeader hosts the attributes to be shown by TWS external interfaces when listing jobs in addition to those already hosted by the FlowNodeHeader class. |
class |
JobHistoryRun
This object is used to represent the information collected about a single job run. |
class |
JobStatistics
This object is just a container for execution statistics that are collected about jobs created from the same job definition. |
class |
JobStreamHeader
This subclass of FlowNodeHeader hosts the attributes to be shown by TWS external interfaces when listing job streams in addition to those already hosted by the FlowNodeHeader class. |
class |
PeriodHeader
This class hosts the attributes to be shown in TWS external interfaces when listing periods. |
class |
Prompt
This simple object, which has no header, models all available types of prompts (predefined, ad-hoc or recovery), and wraps a PromptKey, including only the prompt name. |
class |
ResourceHeader
This class hosts the attributes to be shown in TWS external interfaces when listing resources. |
class |
RunCycle
This class models a run cycle and can be used to represent the information about one of the run cycles defined for a job stream. |
class |
Variable
A Variable object represents a TWS parameter and wraps a VariableKey object. |
class |
WindowsUser
This class maintains information about Windows users. |
class |
WorkstationClassHeader
This subclass of FlowTargetHeader hosts the attributes to be shown by TWS external interfaces when listing workstation classes in addition to those already hosted by the FlowTargetHeader class. |
class |
WorkstationHeader
This subclass of FlowTargetHeader hosts the attributes to be shown by TWS external interfaces when listing workstations in addition to those already hosted by the FlowTargetHeader class. |
Methods in com.ibm.tws.objects.model that return TWSHeader | |
TWSHeader |
Calendar.getObjectHeader()
Returns the calendar header as a TWS header. |
TWSHeader |
Domain.getObjectHeader()
Returns this object, which also acts as a TWS header. |
TWSHeader |
FlowNode.getObjectHeader()
Returns the job stream or job header as a TWS header. |
TWSHeader |
FlowTarget.getObjectHeader()
Returns the workstation or workstation class header as a TWS header. |
TWSHeader |
JobDefinition.getObjectHeader()
Returns the job definition header as a TWS header. |
TWSHeader |
JobHistoryRun.getObjectHeader()
Returns this object, which also acts as a TWS header. |
TWSHeader |
JobStatistics.getObjectHeader()
Returns the header of the job definition to which this JobStatistics object refers. |
TWSHeader |
Period.getObjectHeader()
Returns the period header as a TWS header. |
TWSHeader |
Prompt.getObjectHeader()
Returns this object, which also acts as a TWS header. |
TWSHeader |
Resource.getObjectHeader()
Returns the resource header as a TWS header. |
TWSHeader |
RunCycle.getObjectHeader()
Returns this object, which also acts as a TWS header. |
TWSHeader |
Variable.getObjectHeader()
Returns this object, which also acts as a TWS header. |
TWSHeader |
WindowsUser.getObjectHeader()
Returns this object, which also acts as a TWS header. |
Uses of TWSHeader in com.ibm.tws.objects.plan |
---|
Classes in com.ibm.tws.objects.plan that implement TWSHeader | |
class |
DomainInPlan
This class represents a domain instance object, and includes a reference to WorkstationInPlanKey that represents, the manager of this domain instance object, and a DomainInPlanKey that represents the parent Domain instance of this Domain. |
class |
FileInPlan
This class represents a file instance in plan object, and includes a reference to WorkstationInPlanKey that represents the workstation on which the file is present. |
class |
FlowNodeInPlan
This is a base class for JobInPlan and JobStreamInPlan. |
class |
JobDefinitionInPlanHeader
This class is an utility class to host attributes of a Job Definition in plan. |
class |
JobInPlan
This subclass of FlowNodeInPlan represents a job instance object, and includes a reference to JobDefinitionInPlan, and a list of InternalDependencyInPlan objects, to model dependencies of this job instance from other jobs of the same job stream instance. |
class |
JobStreamInPlan
This object represents a job stream instance in plan and includes a list of JobInPlan objects to represent the jobs contained in the stream. |
class |
OperatorInstructionInPlan
This object represents an Operator Instruction in zOS environment. |
class |
PromptInPlan
This simple object, which has no header, models all available types of prompts (predefined, ad-hoc or recovery), and wraps a PromptKey, including only the prompt name. |
class |
ResourceInPlan
The ResourceInPlan object, representing a TWS logical resource wraps a ResourceKey, which references the target workstation through a WorkstationInPlanKey. |
class |
SymphonyInPlan
This class maintains information about Symphony Files. |
class |
WindowsUserInPlan
This class maintains information about Windows users. |
class |
WorkstationInPlan
This class represents a workstation, and references a domain and a host workstation (for XA or SA type). |
Methods in com.ibm.tws.objects.plan that return TWSHeader | |
TWSHeader |
DomainInPlan.getObjectHeader()
Returns the object header. |
TWSHeader |
FileInPlan.getObjectHeader()
Return the header of this FileInPlan object. |
TWSHeader |
JobDefinitionInPlan.getObjectHeader()
Returns the object header. |
TWSHeader |
JobInPlan.getObjectHeader()
Returns the object header. |
TWSHeader |
JobStreamInPlan.getObjectHeader()
Returns the the Job Stream header. |
TWSHeader |
OperatorInstructionInPlan.getObjectHeader()
Returns the object header. |
TWSHeader |
PromptInPlan.getObjectHeader()
Returns the PromptInPlan header, as a TWSHeader. |
TWSHeader |
ResourceInPlan.getObjectHeader()
Returns the object's header. |
TWSHeader |
SymphonyInPlan.getObjectHeader()
Return this object header. |
TWSHeader |
WindowsUserInPlan.getObjectHeader()
Return the object header. |
TWSHeader |
WorkstationInPlan.getObjectHeader()
Returns the object header. |
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |