Apache CXF API

org.apache.cxf.ws.eventing.backend.notification
Class SubscriptionEndNotificationTask

java.lang.Object
  extended by org.apache.cxf.ws.eventing.backend.notification.SubscriptionEndNotificationTask
All Implemented Interfaces:
Runnable

public class SubscriptionEndNotificationTask
extends Object
implements Runnable


Constructor Summary
SubscriptionEndNotificationTask(SubscriptionTicket ticket, String reason, SubscriptionEndStatus status)
           
 
Method Summary
 void run()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SubscriptionEndNotificationTask

public SubscriptionEndNotificationTask(SubscriptionTicket ticket,
                                       String reason,
                                       SubscriptionEndStatus status)
Method Detail

run

public void run()
Specified by:
run in interface Runnable

Apache CXF API

Apache CXF