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

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

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

Methods in com.ibm.tws.conn.exception that return DomainKey
 DomainKey ConnDomainRefByWorkstationNotExistException.getDomainKey()
          Get the domain key
 DomainKey ConnParentNotExistException.getDomainKey()
          get the domain key
 DomainKey ConnParentNotExistException.getParentDomainKey()
          get the parent domain key
 

Constructors in com.ibm.tws.conn.exception with parameters of type DomainKey
ConnDomainRefByWorkstationNotExistException(FlowTargetKey wksKey, DomainKey domKey)
          Constructor
ConnParentNotExistException(DomainKey key, DomainKey parentKey)
          Constructor
 

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

Methods in com.ibm.tws.objects.model that return DomainKey
 DomainKey Domain.getKey()
          Returns the DomainKey wrapped by this Domain object.
 DomainKey Domain.getParentDomainKey()
          Returns the key of the parent domain.
static DomainKey DomainKey.parseKey(java.lang.String key)
          Parses data from the specified string and creates a new DomainKey.
 DomainKey Workstation.getDomainKey()
          Returns the key of the domain to which the workstation is associated.
 DomainKey WorkstationHeader.getDomainKey()
          Returns the key of the domain to which the workstation is associated.
 

Methods in com.ibm.tws.objects.model with parameters of type DomainKey
 void Domain.setKey(DomainKey domainKey)
          Sets the DomainKey to be wrapped by this Domain object.
 void Domain.setParentDomainKey(DomainKey domainKey)
          Sets the key of the parent domain.
 void Workstation.setDomainKey(DomainKey key)
          Sets the key of the domain to which the workstation is associated.
 void WorkstationHeader.setDomainKey(DomainKey key)
          Sets the key of the domain to which the workstation is associated.
 

Constructors in com.ibm.tws.objects.model with parameters of type DomainKey
Domain(DomainKey domainKey)
          Creates a Domain with the specified key.
Domain(Identifier domainId, DomainKey domainKey)
          Creates a Domain with the specified identifier and key.
 

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

Methods in com.ibm.tws.objects.model.validator with parameters of type DomainKey
 void DomainValidator.validateKey(DomainKey domainKey)
          Validates a DomainKey object.
 



Copyright © 2005 IBM All Rights Reserved.