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

Packages that use ResourceManagerListener
org.apache.muse.core   
org.apache.muse.core.routing   
org.apache.muse.ws.dm.muws.adv.impl   
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 ResourceManagerListener in org.apache.muse.core
 

Methods in org.apache.muse.core with parameters of type ResourceManagerListener
 void ResourceManager.addListener(ResourceManagerListener listener)
           
 void SimpleResourceManager.addListener(ResourceManagerListener listener)
           
 void ResourceManager.removeListener(ResourceManagerListener listener)
          Stops the given listener from receiving notifications about the addition and removal of resource instances.
 void SimpleResourceManager.removeListener(ResourceManagerListener listener)
           
 

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

Subinterfaces of ResourceManagerListener 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 ResourceManagerListener
 class RouterFilePersistence
          RouterFilePersistence is a component that saves router entries (EPRs and their resource types) to XML files on disk.
 

Uses of ResourceManagerListener in org.apache.muse.ws.dm.muws.adv.impl
 

Classes in org.apache.muse.ws.dm.muws.adv.impl that implement ResourceManagerListener
 class AbstractAdvertisement
           
 class BroadcastAdvertisement
           
 class ServiceGroupEntryAdvertisement
           
 class SimpleAdvertisement
           
 

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

Subinterfaces of ResourceManagerListener 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 ResourceManagerListener in org.apache.muse.ws.notification.impl
 

Classes in org.apache.muse.ws.notification.impl that implement ResourceManagerListener
 class NotificationProducerFilePersistence
          NotificationProducerFilePersistence is an implementation of file-based persistence of subscription resource data.
 class SimpleNotificationProducer
          SimpleNotificationProducer is Muse's default implementation of the WS-Notification NotificationProducer port type.
 

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

Subinterfaces of ResourceManagerListener 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 ResourceManagerListener in org.apache.muse.ws.resource.sg.impl
 

Classes in org.apache.muse.ws.resource.sg.impl that implement ResourceManagerListener
 class ServiceGroupFilePersistence
          ServiceGroupFilePersistence is an implementation of file-based persistence of service group entry data.
 class SimpleServiceGroup
          SimpleServiceGroup is Muse's default implementation of the WS-RF ServiceGroup capability.
 



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