com.taobao.metamorphosis.server.store
类 DeleteJob

java.lang.Object
  继承者 com.taobao.metamorphosis.server.store.DeleteJob
所有已实现的接口:
org.quartz.Job

public class DeleteJob
extends Object
implements org.quartz.Job

删除任务的quartz job

作者:
boyan(boyan@taobao.com)

字段摘要
static String STORE_MGR
           
static String TOPICS
           
 
构造方法摘要
DeleteJob()
           
 
方法摘要
 void execute(org.quartz.JobExecutionContext context)
           
 
从类 java.lang.Object 继承的方法
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

字段详细信息

TOPICS

public static final String TOPICS
另请参见:
常量字段值

STORE_MGR

public static final String STORE_MGR
另请参见:
常量字段值
构造方法详细信息

DeleteJob

public DeleteJob()
方法详细信息

execute

public void execute(org.quartz.JobExecutionContext context)
             throws org.quartz.JobExecutionException
指定者:
接口 org.quartz.Job 中的 execute
抛出:
org.quartz.JobExecutionException


Copyright © 2010–2013. All rights reserved.