Uses of Interface
javax.xml.registry.infomodel.Key

Packages that use Key
javax.xml.registry   
javax.xml.registry.infomodel   
 

Uses of Key in javax.xml.registry
 

Methods in javax.xml.registry that return Key
 Key RegistryException.getErrorObjectKey()
           
 Key LifeCycleManager.createKey(String id)
           
 

Methods in javax.xml.registry with parameters of type Key
 void RegistryException.setErrorObjectKey(Key key)
           
 BulkResponse BusinessQueryManager.findServiceBindings(Key serviceKey, Collection findQualifiers, Collection classifications, Collection specifications)
           
 BulkResponse BusinessQueryManager.findServices(Key orgKey, Collection findQualifiers, Collection namePatterns, Collection classifications, Collection specifications)
           
 

Uses of Key in javax.xml.registry.infomodel
 

Methods in javax.xml.registry.infomodel that return Key
 Key RegistryObject.getKey()
           
 

Methods in javax.xml.registry.infomodel with parameters of type Key
 void RegistryObject.setKey(Key key)
           
 



Copyright © 2002 JBoss Group, LLC. All Rights Reserved.