Uses of Interface
org.apache.muse.core.Persistence

Packages that use Persistence
org.apache.muse.core   
org.apache.muse.core.descriptor   
org.apache.muse.core.routing   
org.apache.muse.ws.notification   
org.apache.muse.ws.notification.impl   
org.apache.muse.ws.resource.sg   
org.apache.muse.ws.resource.sg.impl   
 

Uses of Persistence in org.apache.muse.core
 

Classes in org.apache.muse.core that implement Persistence
 class AbstractFilePersistence
          AbstractFilePersistence is an abstract component that provides generic resource-state-to-file utilities without specifying the format of the XML that goes into the files.
 

Methods in org.apache.muse.core that return Persistence
 Persistence Capability.getPersistence()
           
 Persistence AbstractCapability.getPersistence()
           
 

Methods in org.apache.muse.core with parameters of type Persistence
 void Capability.setPersistence(Persistence persistence)
           
 void AbstractCapability.setPersistence(Persistence persistence)
           
 

Uses of Persistence in org.apache.muse.core.descriptor
 

Methods in org.apache.muse.core.descriptor that return Persistence
 Persistence PersistenceDefinition.newInstance()
           
 

Uses of Persistence in org.apache.muse.core.routing
 

Subinterfaces of Persistence in org.apache.muse.core.routing
 interface RouterPersistence
          RouterPersistence is an interface for components that will serialize and deserialize the routing table (EPRs and resource types) to a persistence layer during reboots.
 

Classes in org.apache.muse.core.routing that implement Persistence
 class RouterFilePersistence
          RouterFilePersistence is a component that saves router entries (EPRs and their resource types) to XML files on disk.
 

Uses of Persistence in org.apache.muse.ws.notification
 

Subinterfaces of Persistence in org.apache.muse.ws.notification
 interface NotificationProducerPersistence
          NotificationProducerPersistence is an extension of the basic Persistence API to provide a link to the NotificationProducer API and resource lifecycle events.
 

Uses of Persistence in org.apache.muse.ws.notification.impl
 

Classes in org.apache.muse.ws.notification.impl that implement Persistence
 class NotificationProducerFilePersistence
          NotificationProducerFilePersistence is an implementation of file-based persistence of subscription resource data.
 

Uses of Persistence in org.apache.muse.ws.resource.sg
 

Subinterfaces of Persistence in org.apache.muse.ws.resource.sg
 interface ServiceGroupPersistence
          ServiceGroupPersistence is an extension of the basic Persistence API to provide a link to the ServiceGroup API and resource lifecycle events.
 

Uses of Persistence in org.apache.muse.ws.resource.sg.impl
 

Classes in org.apache.muse.ws.resource.sg.impl that implement Persistence
 class ServiceGroupFilePersistence
          ServiceGroupFilePersistence is an implementation of file-based persistence of service group entry data.
 



Copyright © 2005-2011 Apache Web Services - Muse. All Rights Reserved.