Uses of Class
com.ibm.tws.objects.model.ResourceKey

Packages that use ResourceKey
com.ibm.tws.conn.exception   
com.ibm.tws.objects.model   
com.ibm.tws.objects.model.validator   
 

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

Methods in com.ibm.tws.conn.exception that return ResourceKey
 ResourceKey ConnJobStreamResourceDepException.getResourceKey()
          Get the resource key
 

Constructors in com.ibm.tws.conn.exception with parameters of type ResourceKey
ConnJobStreamResourceDepException(FlowTargetKey resWCKey, ResourceKey resKey, FlowNodeKey flowNodeKey, FlowTargetKey jobStreamFlowTargetKey, boolean isJobStreamOnWorkstation)
          Constructor
 

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

Methods in com.ibm.tws.objects.model that return ResourceKey
 ResourceKey Resource.getKey()
          Returns the ResourceKey wrapped by this Resource object.
 ResourceKey ResourceDependency.getResourceKey()
          Returns the key of the referenced resource.
 ResourceKey ResourceHeader.getKey()
          Returns the ResourceKey wrapped by this ResourceHeader object.
static ResourceKey ResourceKey.parseKey(java.lang.String key)
          Parses data from the specified string and creates a new ResourceKey.
 

Methods in com.ibm.tws.objects.model with parameters of type ResourceKey
 void Resource.setKey(ResourceKey resourceKey)
          Sets the ResourceKey to be wrapped by this Resource object.
 void ResourceDependency.setResourceKey(ResourceKey key)
          Sets the key of the referenced resource.
 void ResourceHeader.setKey(ResourceKey resourceKey)
          Sets the ResourceKey to be wrapped by this ResourceHeader object.
 

Constructors in com.ibm.tws.objects.model with parameters of type ResourceKey
ResourceDependency(ResourceKey key)
          Creates a ResourceDependency, specifying the key of the referenced resource.
ResourceDependency(Identifier id, ResourceKey key)
          Creates a ResourceDependency, specifying the identifier and key of the referenced resource.
ResourceHeader(ResourceKey resourceKey)
          Creates a ResourceHeader with the specified key.
ResourceHeader(Identifier resourceId, ResourceKey resourceKey)
          Creates a ResourceHeader with the specified identifier and key.
 

Uses of ResourceKey in com.ibm.tws.objects.model.validator
 

Methods in com.ibm.tws.objects.model.validator with parameters of type ResourceKey
 void ResourceValidator.validateKey(ResourceKey resourceKey)
          Validates a ResourceKey object.
 



Copyright © 2005 IBM All Rights Reserved.