Uses of Interface
com.ibm.tws.objects.TWSKey

Packages that use TWSKey
com.ibm.tws.conn.exception   
com.ibm.tws.conn.model   
com.ibm.tws.objects   
com.ibm.tws.objects.model   
com.ibm.tws.objects.plan   
com.ibm.tws.objects.plan.types   
com.ibm.tws.zconn.model   
 

Uses of TWSKey in com.ibm.tws.conn.exception
 

Methods in com.ibm.tws.conn.exception that return TWSKey
 TWSKey ConnDuplicationException.getTwsKey()
          Get the key of the duplicated TWS Object
 TWSKey ConnExistReferenceException.getObj()
          getter method return the object to delete
 TWSKey ConnFlowTargetRefByIdNotExistException.getTwsKey()
          Get the tws key
 TWSKey ConnSelfReferenceException.getSelfReferencedKey()
          Get the key of the object that reference itself
 

Constructors in com.ibm.tws.conn.exception with parameters of type TWSKey
ConnDuplicationException(TWSKey key)
          Constructor
ConnExistReferenceException(TWSKey key, java.util.List objs)
          Constructor
ConnFlowTargetRefByIdNotExistException(Identifier wkId, TWSKey key)
          Constructor
ConnLoopException(java.lang.String messageID, TWSKey key, java.util.List chain)
          Constructor
ConnNotFoundException(TWSKey key)
          Creates a ConnNotFoundException with a default text and the toString of the input TWSKey.
ConnSelfReferenceException(java.lang.String messageID, TWSKey key)
          Constructor
ConnWorkstationDomainManagerExistException(TWSKey workstationKey, TWSKey foundKey, java.lang.String domainName)
          Constructor
 

Uses of TWSKey in com.ibm.tws.conn.model
 

Methods in com.ibm.tws.conn.model with parameters of type TWSKey
 void ConnModel.removeTWSObject(java.lang.Class cl, TWSKey twsKey, Context context)
          Removes a TWS model object by external key, checking that the object is not locked by any user.
 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.
 void ConnModel.lockTWSObject(java.lang.Class cl, TWSKey twsKey, Context context)
          Locks a TWS model object by external key, checking that the object is not locked by any user.
 void ConnModel.unlockTWSObject(java.lang.Class cl, TWSKey twsKey, boolean force, Context context)
          Unlocks a TWS model object by external key, checking that it is currently locked by the requesting user and session.
 

Uses of TWSKey in com.ibm.tws.objects
 

Methods in com.ibm.tws.objects that return TWSKey
 TWSKey TWSObject.getObjectKey()
          Returns the object key.
 TWSKey TWSHeader.getObjectKey()
          Returns the object key.
 

Uses of TWSKey in com.ibm.tws.objects.model
 

Classes in com.ibm.tws.objects.model that implement TWSKey
 class CalendarKey
          This object represents a calendar external key, including fields used to identify a calendar in TWS external interfaces.
 class DomainKey
          This object represents a domain external key, including fields used to identify a domain in TWS external interfaces.
 class FlowNodeKey
          This is a base abstraction for JobStreamKey and JobKey, hosting the attributes shared by these key classes, and is used in TWS external interfaces to identify job streams or jobs respectively.
 class FlowTargetKey
          This object represents a workstation or workstation class external key, including fields used to identify a workstation or a workstation class in TWS external interfaces.
 class JobDefinitionKey
          This object represents a job definition external key, including fields used to identify a job definition in TWS external interfaces.
 class JobKey
          This object represents a job external key, including fields used to identify a job in TWS external interfaces.
 class JobStreamKey
          This object represents a job stream external key, including fields used to identify a job stream in TWS external interfaces.
 class PeriodKey
          This object represents a period external key, including fields used to identify a period in TWS external interfaces.
 class PromptKey
          This object represents a prompt external key, including fields used to identify a prompt in TWS external interfaces.
 class ResourceKey
          This object represents a resource external key, including fields used to identify a resource in TWS external interfaces.
 class VariableKey
          This object represents a variable external key, including fields used to identify a variable in TWS external interfaces.
 class WindowsUserKey
          This object represents a Windows user external key, including fields used to identify a Windows user in TWS external interfaces.
 

Methods in com.ibm.tws.objects.model that return TWSKey
 TWSKey Calendar.getObjectKey()
          Returns the calendar key as a TWS key.
 TWSKey CalendarHeader.getObjectKey()
          Returns the calendar key as a TWS key.
 TWSKey Domain.getObjectKey()
          Returns the domain key as a TWS key.
 TWSKey FlowNode.getObjectKey()
          Returns the job stream or job key as a TWS key.
 TWSKey FlowNodeHeader.getObjectKey()
          Returns the job stream or job key as a TWS key.
 TWSKey FlowTarget.getObjectKey()
          Returns the workstation or workstation class key as a TWS key.
 TWSKey FlowTargetHeader.getObjectKey()
          Returns the workstation or workstation class key as a TWS key.
 TWSKey JobDefinition.getObjectKey()
          Returns the job definition key as a TWS key.
 TWSKey JobDefinitionHeader.getObjectKey()
          Returns the job definition key as a TWS key.
 TWSKey JobHistoryRun.getObjectKey()
          Returns null, since this object has no key.
 TWSKey JobStatistics.getObjectKey()
          Returns the key of the job definition to which this JobStatistics object refers.
 TWSKey Period.getObjectKey()
          Returns the period key as a TWS key.
 TWSKey PeriodHeader.getObjectKey()
          Returns the period key as a TWS key.
 TWSKey Prompt.getObjectKey()
          Returns the prompt key as a TWS key.
 TWSKey Resource.getObjectKey()
          Returns the resource key as a TWS key.
 TWSKey ResourceHeader.getObjectKey()
          Returns the resource key as a TWS key.
 TWSKey RunCycle.getObjectKey()
          Returns null, since this object has no key.
 TWSKey Variable.getObjectKey()
          Returns the variable key as a TWS key.
 TWSKey WindowsUser.getObjectKey()
          Returns the windows user key as a TWS key.
 

Uses of TWSKey in com.ibm.tws.objects.plan
 

Classes in com.ibm.tws.objects.plan that implement TWSKey
 class DomainInPlanKey
          This class represents a domain instance in plan key, and includes only the name of the domain.
 class FileInPlanKey
          This class represents a file instance key, included in a FileInPlan object.
 class FlowNodeInPlanKey
          This is a base abstraction for JobStreamInPlanKey and JobInPlanKey, hosting the attributes shared by these key classes, and is used in TWS external interfaces to identify job streams in plan or jobs in plan respectively.
 class JobDefinitionInPlanKey
          This object represents a job definition in plan external key, including fields used to identify a job definition in TWS external interfaces.
 class JobInPlanKey
          This object represents a job instance in plan external key, including fields used to identify a job in TWS external interfaces.
 class JobStreamInPlanKey
          This object represents a job stream instance in plan external key, including fields used to identify a job stream in TWS external interfaces.
 class PromptInPlanKey
          This object represents a prompt in plan external key, including fields used to identify a prompt in TWS external interfaces.
 class ResourceInPlanKey
          This object represents a resource in plan external key, including fields used to identify a resource in TWS external interfaces.
 class SymphonyInPlanKey
          This object represents a Symphony file external key, including fields used to identify a Symphony in TWS external interfaces.
 class WindowsUserInPlanKey
          This object represents a Windows user in plan external key, including fields used to identify a Windows user in TWS external interfaces.
 class WorkstationInPlanKey
          This object represents a workstation in plan external key, including fields used to identify a workstation in TWS external interfaces.
 

Methods in com.ibm.tws.objects.plan that return TWSKey
 TWSKey DomainInPlan.getObjectKey()
          Returns the object key.
 TWSKey FileInPlan.getObjectKey()
          Returns the key of this FileInPlan object as a TWSKey.
 TWSKey FlowNodeInPlan.getObjectKey()
          Returns the object key.
 TWSKey JobDefinitionInPlan.getObjectKey()
          Returns the object key.
 TWSKey JobDefinitionInPlanHeader.getObjectKey()
          Returns the object key.
 TWSKey OperatorInstructionInPlan.getObjectKey()
          Returns the object key.
 TWSKey PromptInPlan.getObjectKey()
          Returns the PromptInPlan key, as a TWSKey
 TWSKey ResourceInPlan.getObjectKey()
          Returns the object's key.
 TWSKey SymphonyInPlan.getObjectKey()
          Return this object key
 TWSKey WindowsUserInPlan.getObjectKey()
          Returns the object key.
 TWSKey WorkstationInPlan.getObjectKey()
          Returns the object key.
 

Uses of TWSKey in com.ibm.tws.objects.plan.types
 

Classes in com.ibm.tws.objects.plan.types that implement TWSKey
 class CalendarInPlanKey
          This object represents a calendar external key, including fields used to identify a calendar in TWS external interfaces.
 

Uses of TWSKey in com.ibm.tws.zconn.model
 

Methods in com.ibm.tws.zconn.model with parameters of type TWSKey
 void ZConnModel.removeTWSObject(java.lang.Class cl, TWSKey twsKey, Context context)
          removeTWSObject
 TWSObject ZConnModel.getTWSObject(java.lang.Class cl, TWSKey twsKey, boolean lock, Context context)
          This method return a TWSObject with the key passed in input
 void ZConnModel.lockTWSObject(java.lang.Class cl, TWSKey twsKey, Context context)
          Locks the TWSObject object identified by the given key.
 void ZConnModel.unlockTWSObject(java.lang.Class cl, TWSKey twsKey, boolean force, Context context)
          Unlocks the TWSObject object identified by the given key.
 



Copyright © 2005 IBM All Rights Reserved.