Uses of Interface
javax.xml.registry.LifeCycleManager
-
Packages that use LifeCycleManager Package Description com.sun.xml.registry.uddi com.sun.xml.registry.uddi.infomodel javax.xml.registry This package and its sub-packages describe the API classes and interfaces for the JAXR API.javax.xml.registry.infomodel This package describes the information model for the JAXR API. -
-
Uses of LifeCycleManager in com.sun.xml.registry.uddi
Classes in com.sun.xml.registry.uddi that implement LifeCycleManager Modifier and Type Class Description classBusinessLifeCycleManagerImplClass Declaration for Class1classLifeCycleManagerImplClass Declaration for LifeCycleManagerImplMethods in com.sun.xml.registry.uddi that return LifeCycleManager Modifier and Type Method Description LifeCycleManagerRegistryServiceImpl. 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 Modifier and Type Method Description LifeCycleManagerRegistryObjectImpl. getLifeCycleManager()Methods in com.sun.xml.registry.uddi.infomodel with parameters of type LifeCycleManager Modifier and Type Method Description voidRegistryObjectImpl. 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 Modifier and Type Interface Description interfaceBusinessLifeCycleManagerThe 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 Modifier and Type Method Description LifeCycleManagerRegistryObject. getLifeCycleManager()Returns the LifeCycleManager that created this object.
-