Uses of Interface
org.apache.muse.ws.resource.properties.listeners.PropertyReadListener

Packages that use PropertyReadListener
org.apache.muse.ws.dm.muws.impl   
org.apache.muse.ws.resource.properties.impl   
org.apache.muse.ws.resource.properties.listeners   
 

Uses of PropertyReadListener in org.apache.muse.ws.dm.muws.impl
 

Classes in org.apache.muse.ws.dm.muws.impl that implement PropertyReadListener
 class MetricDecorationProvider
          MetricDecorationProvider is a simple property listener that adds the standard WSDM MetricAttributes attributes to a property's XML definition.
 class MetricOnDemandListener
          MetricOnDemandListener is a simple property listener that makes sure an OnDemand metric's timestamps are updated for each property read that occurs.
 

Uses of PropertyReadListener in org.apache.muse.ws.resource.properties.impl
 

Methods in org.apache.muse.ws.resource.properties.impl with parameters of type PropertyReadListener
 void SimpleResourcePropertyCollection.addReadListener(PropertyReadListener listener)
           
 void SimpleResourcePropertyCollection.removeReadListener(PropertyReadListener listener)
           
 

Uses of PropertyReadListener in org.apache.muse.ws.resource.properties.listeners
 

Methods in org.apache.muse.ws.resource.properties.listeners with parameters of type PropertyReadListener
 void ResourcePropertyListeners.addReadListener(PropertyReadListener listener)
          Associates the given listener with the appropriate property.
 void ResourcePropertyListeners.removeReadListener(PropertyReadListener listener)
          Removes the assocation between the given listener and its property.
 



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