Uses of Interface
javax.xml.registry.LifeCycleManager

Packages that use LifeCycleManager
com.sun.xml.registry.uddi   
com.sun.xml.registry.uddi.infomodel   
javax.xml.registry   
javax.xml.registry.infomodel   
 

Uses of LifeCycleManager in com.sun.xml.registry.uddi
 

Classes in com.sun.xml.registry.uddi that implement LifeCycleManager
 class BusinessLifeCycleManagerImpl
          Class Declaration for Class1
 class LifeCycleManagerImpl
          Class Declaration for LifeCycleManagerImpl
 

Methods in com.sun.xml.registry.uddi that return LifeCycleManager
 LifeCycleManager RegistryServiceImpl.getLifeCycleManager()
          Returns the basic LifeCycleManager interface implemented by the JAXR provider
 

Uses of LifeCycleManager in com.sun.xml.registry.uddi.infomodel
 

Methods in com.sun.xml.registry.uddi.infomodel that return LifeCycleManager
 LifeCycleManager RegistryObjectImpl.getLifeCycleManager()
           
 

Methods in com.sun.xml.registry.uddi.infomodel with parameters of type LifeCycleManager
 void RegistryObjectImpl.setLifeCycleManager(LifeCycleManager manager)
          Internal method for setting manager when object is created
 

Uses of LifeCycleManager in javax.xml.registry
 

Subinterfaces of LifeCycleManager in javax.xml.registry
 interface BusinessLifeCycleManager
          The BusinessLifeCycleManager interface, which is exposed by the Registry Service, implements the life cycle management functionality of the Registry as part of a business level API.
 

Uses of LifeCycleManager in javax.xml.registry.infomodel
 

Methods in javax.xml.registry.infomodel that return LifeCycleManager
 LifeCycleManager RegistryObject.getLifeCycleManager()
          Returns the LifeCycleManager that created this object.
 



Copyright © 2005-2013 Oracle Corporation. All Rights Reserved.