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

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

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

Methods in org.ogf.graap.wsag.samples with parameters of type IMonitoringContext
 void SampleServiceTermMonitor.monitor(IMonitoringContext context)
          The monitoring handler implements the domain specific logic to retrieve the state of a particular service term (or a set of service terms).
 

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

Methods in org.ogf.graap.wsag.samples.actions with parameters of type IMonitoringContext
 void SampleSDTMonitor.monitor(IMonitoringContext context)
          The monitoring handler implements the domain specific logic to retrieve the state of a particular service term (or a set of service terms).
 

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

Classes in org.ogf.graap.wsag.server.monitoring that implement IMonitoringContext
 class MonitoringContext
          MonitoringContext
 

Methods in org.ogf.graap.wsag.server.monitoring that return IMonitoringContext
 IMonitoringContext AgreementMonitor.getMonitoringContext()
           
 

Methods in org.ogf.graap.wsag.server.monitoring with parameters of type IMonitoringContext
 boolean ServiceTermStateMonitor.monitor(IMonitoringContext monitoringContext)
          Calls the service term monitoring
 void IServiceTermMonitoringHandler.monitor(IMonitoringContext monitoringContext)
          The monitoring handler implements the domain specific logic to retrieve the state of a particular service term (or a set of service terms).
 void AgreementMonitor.setMonitoringContext(IMonitoringContext monitoringContext)
           
 



Copyright © 2008-2012. All Rights Reserved.