|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Uses of TWSObject in com.ibm.tws.conn.exception |
---|
Methods in com.ibm.tws.conn.exception that return TWSObject | |
TWSObject |
ConnInvalidTimeZoneException.getObject()
Get the object involved with the invalid timezone |
Constructors in com.ibm.tws.conn.exception with parameters of type TWSObject | |
ConnInvalidTimeZoneException(TWSObject obj,
java.lang.String timezone)
Constructor |
Uses of TWSObject in com.ibm.tws.conn.model |
---|
Methods in com.ibm.tws.conn.model that return TWSObject | |
TWSObject |
ConnModel.getTWSObject(java.lang.Class cl,
TWSKey twsKey,
boolean lock,
Context context)
Retrieves a TWS model object by external key, optionally locking it if requested. |
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. |
Methods in com.ibm.tws.conn.model with parameters of type TWSObject | |
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. |
Uses of TWSObject in com.ibm.tws.conn.plan |
---|
Methods in com.ibm.tws.conn.plan that return TWSObject | |
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 |
Uses of TWSObject in com.ibm.tws.objects.model |
---|
Classes in com.ibm.tws.objects.model that implement TWSObject | |
class |
Calendar
This object represents a TWS calendar, and wraps a CalendarHeader that in turn wraps a CalendarKey. |
class |
DistJobDefinition
This object, representing a job definition in the TWS distributed environment, references a recovery job definition and a Prompt object, to optionally define a recovery message (also called "abend prompt"). |
class |
Domain
This object represents a TWS domain, has no header object and wraps a DomainKey object. |
class |
FlowNode
This is a base class for Job and JobStream and is mainly used to maintain the dependency lists that are common to jobs and job streams: therefore a FlowNode references multiple FileDependency, ResourceDependency, PromptDependency, ExternalDependency and InterNetworkDependency objects. |
class |
FlowTarget
This is a base abstraction for Workstation and WorkstationClass. |
class |
Job
This subclass of FlowNode represents a job object, and includes a reference to JobDefinition, to navigate to the job definition from which it was created, and a list of InternalDependency objects, to model dependencies of this job from other jobs of the same job stream. |
class |
JobDefinition
This object, which acts as a base abstraction for job definitions, wraps a JobDefinitionHeader, which in turn wraps a JobDefinitionKey, including the reference to the workstation or workstation class on which the job definition can run. |
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 |
JobStream
This object represents a job stream and includes a list of Job objects to represent the jobs contained in the stream. |
class |
Period
This object represents a TWS zOS period, and wraps a PeriodHeader that in turn wraps a PeriodKey. |
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 |
Resource
The Resource object, representing a TWS logical resource, wraps a ResourceHeader that in turn wraps a ResourceKey, which references the target workstation or workstation class through a FlowTargetKey. |
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 |
Workstation
This subclass of FlowTarget represents a workstation, and references a domain and a host workstation (for XA or SA type). |
class |
WorkstationClass
This subclass of FlowTarget represents a workstation class. |
class |
ZOSJobDefinition
This object represents a TWS for z/OS job definition. |
Uses of TWSObject in com.ibm.tws.objects.plan |
---|
Classes in com.ibm.tws.objects.plan that implement TWSObject | |
class |
DistJobDefinitionInPlan
This class, representing a job definition object, references the key of the associated recovery job definition, and a PromptInPlan object, to define the recovery prompt (if any). |
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 |
JobDefinitionInPlan
This object, which acts as a base abstraction for job definitions, wraps a JobDefinitionInPlanHeader, which in turn wraps a JobDefinitionInPlanKey, including the reference to the workstation on which the job definition is defined. |
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). |
class |
ZOSJobDefinitionInPlan
This object represents a TWS for z/OS job definition in plan. |
Uses of TWSObject in com.ibm.tws.objects.types |
---|
Methods in com.ibm.tws.objects.types that return TWSObject | |
TWSObject |
TWSObjectMap.get(TWSObject object)
Returns the object corresponding to the specified one in the map. |
Methods in com.ibm.tws.objects.types with parameters of type TWSObject | |
void |
TWSObjectMap.put(TWSObject object)
Puts the specified object in the map. |
TWSObject |
TWSObjectMap.get(TWSObject object)
Returns the object corresponding to the specified one in the map. |
void |
TWSObjectMap.remove(TWSObject object)
Removes the object corresponding to the specified one from the map. |
boolean |
TWSObjectMap.contains(TWSObject object)
Returns true if the map contains the specified object. |
Uses of TWSObject in com.ibm.tws.zconn.model |
---|
Methods in com.ibm.tws.zconn.model that return TWSObject | |
TWSObject |
ZConnModel.getTWSObject(java.lang.Class cl,
TWSKey twsKey,
boolean lock,
Context context)
This method return a TWSObject with the key passed in input |
TWSObject |
ZConnModel.getTWSObject(java.lang.Class cl,
Identifier id,
boolean lock,
Context context)
This method return a TWSObject with the identifier passed in input |
Methods in com.ibm.tws.zconn.model with parameters of type TWSObject | |
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 |
Uses of TWSObject in com.ibm.tws.zconn.plan |
---|
Methods in com.ibm.tws.zconn.plan that return TWSObject | |
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 |
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |