|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use FlowTargetKey | |
---|---|
com.ibm.tws.conn.exception | |
com.ibm.tws.conn.model | |
com.ibm.tws.objects.model | |
com.ibm.tws.objects.model.types | |
com.ibm.tws.objects.model.validator | |
com.ibm.tws.zconn.model |
Uses of FlowTargetKey in com.ibm.tws.conn.exception |
---|
Methods in com.ibm.tws.conn.exception that return FlowTargetKey | |
FlowTargetKey |
ConnDomainRefByWorkstationNotExistException.getWorkstationKey()
Get the workstation or workstation class key |
FlowTargetKey |
ConnInvalidWorkstationHostException.getHostedWorkstationKey()
Getter for hosted workstation key |
FlowTargetKey |
ConnInvalidWorkstationHostException.getHostingWorkstationKey()
Getter for hosting workstation key |
FlowTargetKey |
ConnJobStreamDepException.getDependencyWorkstationClassKey()
Get the dependent workstation class key |
FlowTargetKey |
ConnJobStreamDepException.getJobStreamWorkstationClassKey()
Get job stream workstation class key |
FlowTargetKey |
ConnJobStreamDepException.getJobStreamWorkstationKey()
Get job stream workstation key |
Constructors in com.ibm.tws.conn.exception with parameters of type FlowTargetKey | |
ConnDomainRefByWorkstationNotExistException(FlowTargetKey wksKey,
DomainKey domKey)
Constructor |
|
ConnInvalidWorkstationHostException(java.lang.String msgId,
FlowTargetKey key,
WorkstationClass wsClass)
Constructor used when host is a workstation class, and not an fta workstation |
|
ConnInvalidWorkstationHostException(java.lang.String msgId,
FlowTargetKey key,
FlowTargetKey hostKey)
Constructor used when host is an xa, and not an fta workstation |
|
ConnInvalidWorkstationHostException(java.lang.String msgId,
FlowTargetKey key)
Constructor |
|
ConnJobStreamDepException(java.lang.String msgId,
java.lang.Object[] msgArgs,
FlowNodeKey flNodeKey,
FlowTargetKey jobStreamFlowTargetKeyKey,
FlowTargetKey depWCKey,
boolean isJobStreamOnWorkstation)
Constructor |
|
ConnJobStreamDepException(java.lang.String msgId,
java.lang.Object[] msgArgs,
FlowNodeKey flNodeKey,
FlowTargetKey jobStrWksKey)
Constructor |
|
ConnJobStreamDepException(java.lang.String msgId,
java.lang.Object[] msgArgs,
FlowNodeKey flNodeKey,
JobStreamKey jobStrKey,
FlowTargetKey jobStrWksKey)
Constructor |
|
ConnJobStreamExtDepException(FlowTargetKey extdepWCKey,
JobStreamKey extDepJobStreamKey,
FlowNodeKey flowNodeKey,
FlowTargetKey jobStreamFlowTargetKey,
boolean isJobStreamOnWorkstation)
Constructor |
|
ConnJobStreamExtDepException(FlowTargetKey extdepWCKey,
JobKey extDepJobKey,
FlowNodeKey flowNodeKey,
FlowTargetKey jobStreamFlowTargetKeyKey,
boolean isJobStreamOnWorkstation)
Constructor |
|
ConnJobStreamFileDepException(FlowTargetKey fileWCKey,
java.lang.String fName,
FlowNodeKey flowNodeKey,
FlowTargetKey jobStreamFlowTargetKey,
boolean isJobStreamOnWorkstation)
Construcotr |
|
ConnJobStreamInternetworkDepException(FlowNodeKey flowNodeKey,
FlowTargetKey wksNotXaKey)
Constructor |
|
ConnJobStreamResourceDepException(FlowTargetKey resWCKey,
ResourceKey resKey,
FlowNodeKey flowNodeKey,
FlowTargetKey jobStreamFlowTargetKey,
boolean isJobStreamOnWorkstation)
Constructor |
Uses of FlowTargetKey in com.ibm.tws.conn.model |
---|
Methods in com.ibm.tws.conn.model with parameters of type FlowTargetKey | |
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 FlowTargetKey in com.ibm.tws.objects.model |
---|
Methods in com.ibm.tws.objects.model that return FlowTargetKey | |
FlowTargetKey |
Domain.getManagerWorkstationKey()
Returns the key of the domain manager workstation. |
FlowTargetKey |
FileDependency.getFlowTargetKey()
Returns the key of the workstation or workstation class referenced by this file. |
FlowTargetKey |
FlowTarget.getKey()
Returns the FlowTargetKey wrapped by this FlowTarget object. |
FlowTargetKey |
FlowTargetHeader.getKey()
Returns the FlowTargetKey wrapped by this FlowTargetHeader object. |
static FlowTargetKey |
FlowTargetKey.parseKey(java.lang.String key)
Parses data from the specified string and creates a new FlowTargetKey. |
FlowTargetKey |
InterNetworkDependency.getNetworkAgentKey()
Returns the key of the referenced network agent. |
FlowTargetKey |
JobDefinition.getFlowTargetKey()
Returns the key of the workstation or workstation class referenced by this job definition. |
FlowTargetKey |
JobDefinitionHeader.getFlowTargetKey()
Returns the key of the workstation or workstation class referenced by this job definition. |
FlowTargetKey |
JobDefinitionKey.getFlowTargetKey()
Returns the key of the workstation or workstation class referenced by this job definition. |
FlowTargetKey |
JobStream.getFlowTargetKey()
Returns the key of the workstation or workstation class referenced by this job stream. |
FlowTargetKey |
JobStreamHeader.getFlowTargetKey()
Returns the key of the workstation or workstation class referenced by this job stream. |
FlowTargetKey |
JobStreamKey.getFlowTargetKey()
Returns the key of the workstation or workstation class referenced by this job stream. |
FlowTargetKey |
Resource.getFlowTargetKey()
Returns the key of the workstation or workstation class referenced by this resource. |
FlowTargetKey |
ResourceHeader.getFlowTargetKey()
Returns the key of the workstation or workstation class referenced by this resource. |
FlowTargetKey |
ResourceKey.getFlowTargetKey()
Returns the key of the workstation or workstation class referenced by this resource. |
FlowTargetKey |
WindowsUser.getWorkstationKey()
Returns the key of the workstation referenced by this windows user. |
FlowTargetKey |
WindowsUserKey.getWorkstationKey()
Returns the key of the workstation referenced by this windows user. |
FlowTargetKey |
Workstation.getHostWorkstationKey()
Returns the key of the host workstation, if other than the master domain manager (XA only). |
FlowTargetKey |
WorkstationLink.getWorkstationKey()
Returns the key of the referenced workstation. |
Methods in com.ibm.tws.objects.model with parameters of type FlowTargetKey | |
void |
Domain.setManagerWorkstationKey(FlowTargetKey flowTargetKey)
Sets the key of the domain manager workstation. |
void |
FileDependency.setFlowTargetKey(FlowTargetKey key)
Sets the key of the workstation or workstation class referenced by this file. |
void |
FlowTarget.setKey(FlowTargetKey flowTargetKey)
Sets the FlowTargetKey to be wrapped by this FlowTarget object. |
void |
FlowTargetHeader.setKey(FlowTargetKey flowTargetKey)
Sets the FlowTargetKey to be wrapped by this FlowTargetHeader object. |
void |
InterNetworkDependency.setNetworkAgentKey(FlowTargetKey key)
Sets the key of the referenced network agent. |
void |
JobDefinition.setFlowTargetKey(FlowTargetKey trgKey)
Sets the key of the workstation or workstation class referenced by this job definition. |
void |
JobDefinitionHeader.setFlowTargetKey(FlowTargetKey trgKey)
Sets the key of the workstation or workstation class referenced by this job definition. |
void |
JobDefinitionKey.setFlowTargetKey(FlowTargetKey trgKey)
Sets the key of the workstation or workstation class referenced by this job definition. |
void |
JobStream.setFlowTargetKey(FlowTargetKey key)
Sets the key of the workstation or workstation class referenced by this job stream. |
void |
JobStreamHeader.setFlowTargetKey(FlowTargetKey key)
Sets the key of the workstation or workstation class referenced by this job stream. |
void |
JobStreamKey.setFlowTargetKey(FlowTargetKey key)
Sets the key of the workstation or workstation class referenced by this job stream. |
void |
Resource.setFlowTargetKey(FlowTargetKey trgKey)
Sets the key of the workstation or workstation class referenced by this resource. |
void |
ResourceHeader.setFlowTargetKey(FlowTargetKey trgKey)
Sets the key of the workstation or workstation class referenced by this resource. |
void |
ResourceKey.setFlowTargetKey(FlowTargetKey trgKey)
Sets the key of the workstation or workstation class referenced by this resource. |
void |
WindowsUser.setWorkstationKey(FlowTargetKey wksKey)
Sets the key of the workstation referenced by this windows user. |
void |
WindowsUserKey.setWorkstationKey(FlowTargetKey wksKey)
Sets the key of the workstation referenced by this windows user. |
void |
Workstation.setHostWorkstationKey(FlowTargetKey key)
Sets the key of the host workstation, if other than the master domain manager (XA only). |
void |
WorkstationLink.setWorkstationKey(FlowTargetKey key)
Sets the key of the referenced workstation. |
Constructors in com.ibm.tws.objects.model with parameters of type FlowTargetKey | |
FileDependency(java.lang.String name,
FlowTargetKey trgKey)
Creates a FileDependency, specifying the name and target of the file. |
|
FlowTargetHeader(FlowTargetKey flowTargetKey)
Creates a FlowTargetHeader with the specified key. |
|
FlowTargetHeader(Identifier flowTargetId,
FlowTargetKey flowTargetKey)
Creates a FlowTargetHeader with the specified identifier and key. |
|
InterNetworkDependency(FlowTargetKey key)
Creates an InterNetworkDependency, specifying the key of the referenced network agent. |
|
InterNetworkDependency(Identifier id,
FlowTargetKey key)
Creates an InterNetworkDependency, specifying the identifier and key of the referenced network agent. |
|
JobDefinitionKey(java.lang.String jobDefinitionName,
FlowTargetKey trgKey)
Creates a JobDefinitionKey with the specified name and workstation or workstation class key. |
|
JobStreamKey(java.lang.String jobStreamName,
FlowTargetKey trgKey,
java.util.Date jobStreamValidFrom)
Creates a JobStreamKey with the specified name, workstation or workstation class key and validity date. |
|
ResourceKey(java.lang.String resourceName,
FlowTargetKey trgKey)
Creates a ResourceKey with the specified name and workstation or workstation class key. |
|
WindowsUserKey(java.lang.String windowsUserName,
FlowTargetKey wksKey)
Creates a WindowsUserKey with the specified name and workstation key. |
|
WorkstationClassHeader(FlowTargetKey workstationClassKey)
Creates a WorkstationClassHeader with the specified key. |
|
WorkstationClassHeader(Identifier workstationClassId,
FlowTargetKey workstationClassKey)
Creates a WorkstationClassHeader with the specified identifier and key. |
|
WorkstationHeader(FlowTargetKey workstationKey)
Creates a WorkstationHeader with the specified key. |
|
WorkstationHeader(Identifier workstationId,
FlowTargetKey workstationKey)
Creates a WorkstationHeader with the specified identifier and key. |
|
WorkstationLink(FlowTargetKey key)
Creates a WorkstationLink, specifying the key of the referenced workstation. |
|
WorkstationLink(Identifier id,
FlowTargetKey key)
Creates a WorkstationLink, specifying the identifier and key of the referenced workstation. |
Uses of FlowTargetKey in com.ibm.tws.objects.model.types |
---|
Methods in com.ibm.tws.objects.model.types that return FlowTargetKey | |
FlowTargetKey |
WorkstationAvailabilityInterval.getAlternateWorkstationKey()
Returns the key of the alternate workstation associated to this availability interval. |
Methods in com.ibm.tws.objects.model.types with parameters of type FlowTargetKey | |
void |
WorkstationAvailabilityInterval.setAlternateWorkstationKey(FlowTargetKey value)
Sets the key of the alternate workstation associated to this availability interval. |
Uses of FlowTargetKey in com.ibm.tws.objects.model.validator |
---|
Methods in com.ibm.tws.objects.model.validator with parameters of type FlowTargetKey | |
void |
FlowTargetValidator.validateKey(FlowTargetKey flowTargetKey)
Validates a FlowTargetKey object. |
void |
WorkstationClassValidator.validateKey(FlowTargetKey workstationClassKey)
Validates a FlowTargetKey object. |
void |
WorkstationValidator.validateKey(FlowTargetKey workstationKey)
Validates a FlowTargetKey object. |
Uses of FlowTargetKey in com.ibm.tws.zconn.model |
---|
Methods in com.ibm.tws.zconn.model with parameters of type FlowTargetKey | |
java.lang.Boolean |
ZConnModel.isWorkstation(Identifier[] id,
FlowTargetKey[] key,
Context context)
Retrieves the type, identifier and key of a Workstation or WorkstationClass object. |
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |