Uses of Class
org.apache.qpid.management.wsdm.notifications.LifeCycleEvent

Packages that use LifeCycleEvent
org.apache.qpid.management.wsdm.notifications   
 

Uses of LifeCycleEvent in org.apache.qpid.management.wsdm.notifications
 

Methods in org.apache.qpid.management.wsdm.notifications that return LifeCycleEvent
static LifeCycleEvent LifeCycleEvent.newCreateEvent(String resourceId, String packageName, String name)
          Factory method for a new "CREATE" event.
static LifeCycleEvent LifeCycleEvent.newRemoveEvent(String resourceId, String packageName, String name)
          Factory method for a new "REMOVE" event.
 



Licensed to the Apache Software Foundation