org.ogf.graap.wsag.server.monitoring
Class AgreementMonitorJob

java.lang.Object
  extended by org.ogf.graap.wsag.server.monitoring.AgreementMonitorJob
All Implemented Interfaces:
org.quartz.Job

public class AgreementMonitorJob
extends Object
implements org.quartz.Job

AgreementMonitorJob

Author:
Oliver Waeldrich

Field Summary
static String WSAG4J_AGREEMENT_INSTANCE
          Identifies the WSAG4J agreement instance in a JobExecutionContext
static String WSAG4J_MONITORING_CONTEXT
          Identifies the WSAG4J monitoring context in a JobExecutionContext
 
Constructor Summary
AgreementMonitorJob()
           
 
Method Summary
 void execute(org.quartz.JobExecutionContext context)
          
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

WSAG4J_AGREEMENT_INSTANCE

public static final String WSAG4J_AGREEMENT_INSTANCE
Identifies the WSAG4J agreement instance in a JobExecutionContext

See Also:
Constant Field Values

WSAG4J_MONITORING_CONTEXT

public static final String WSAG4J_MONITORING_CONTEXT
Identifies the WSAG4J monitoring context in a JobExecutionContext

See Also:
Constant Field Values
Constructor Detail

AgreementMonitorJob

public AgreementMonitorJob()
Method Detail

execute

public void execute(org.quartz.JobExecutionContext context)
             throws org.quartz.JobExecutionException

Specified by:
execute in interface org.quartz.Job
Throws:
org.quartz.JobExecutionException


Copyright © 2008-2012. All Rights Reserved.