Uses of Interface
org.ogf.graap.wsag.server.monitoring.IServiceTermMonitoringHandler

Packages that use IServiceTermMonitoringHandler
org.ogf.graap.wsag.samples   
org.ogf.graap.wsag.samples.actions   
org.ogf.graap.wsag.server.monitoring   
 

Uses of IServiceTermMonitoringHandler in org.ogf.graap.wsag.samples
 

Classes in org.ogf.graap.wsag.samples that implement IServiceTermMonitoringHandler
 class SampleServiceTermMonitor
          SampleServiceTermMonitor
 

Uses of IServiceTermMonitoringHandler in org.ogf.graap.wsag.samples.actions
 

Classes in org.ogf.graap.wsag.samples.actions that implement IServiceTermMonitoringHandler
 class SampleSDTMonitor
          SampleSDTMonitor Once agreement instance is initialized, for each service description term and guarantee term in the agreement offer, a corresponding service term state and guarantee term state with a same name is created.
 

Uses of IServiceTermMonitoringHandler in org.ogf.graap.wsag.server.monitoring
 

Methods in org.ogf.graap.wsag.server.monitoring that return IServiceTermMonitoringHandler
 IServiceTermMonitoringHandler[] MonitoringContext.getMonitoringHandler()
          Gets all service term monitoring handler for this context.
 IServiceTermMonitoringHandler[] MonitorableAgreement.getMonitoringHandler()
          Returns the list of registered monitoring handler.
 IServiceTermMonitoringHandler[] IMonitoringContext.getMonitoringHandler()
          Gets all service term monitoring handler for this context.
 

Methods in org.ogf.graap.wsag.server.monitoring with parameters of type IServiceTermMonitoringHandler
 void MonitoringContext.addMonitoringHandler(IServiceTermMonitoringHandler handler)
          Adds a service term monitoring handler to this context.
 void MonitorableAgreement.addMonitoringHandler(IServiceTermMonitoringHandler handler)
           
 void IMonitoringContext.addMonitoringHandler(IServiceTermMonitoringHandler handler)
          Adds a service term monitoring handler to this context.
 void MonitoringContext.removeMonitoringHandler(IServiceTermMonitoringHandler handler)
          Removes a service term monitoring handler from this context.
 void IMonitoringContext.removeMonitoringHandler(IServiceTermMonitoringHandler handler)
          Removes a service term monitoring handler from this context.
 void MonitoringContext.setMonitoringHandler(IServiceTermMonitoringHandler[] handler)
          Sets the service term monitoring handler for this context.
 void IMonitoringContext.setMonitoringHandler(IServiceTermMonitoringHandler[] handler)
          Sets the service term monitoring handler for this context.
 



Copyright © 2008-2012. All Rights Reserved.