Uses of Class
org.apache.cxf.ws.eventing.backend.notification.SubscriptionEndStatus
-
Packages that use SubscriptionEndStatus Package Description org.apache.cxf.ws.eventing.backend.manager org.apache.cxf.ws.eventing.backend.notification -
-
Uses of SubscriptionEndStatus in org.apache.cxf.ws.eventing.backend.manager
Methods in org.apache.cxf.ws.eventing.backend.manager with parameters of type SubscriptionEndStatus Modifier and Type Method Description voidSubscriptionManager. subscriptionEnd(UUID subscriptionId, String reason, SubscriptionEndStatus status)voidSubscriptionManagerImpl. subscriptionEnd(UUID subscriptionId, String reason, SubscriptionEndStatus status) -
Uses of SubscriptionEndStatus in org.apache.cxf.ws.eventing.backend.notification
Methods in org.apache.cxf.ws.eventing.backend.notification that return SubscriptionEndStatus Modifier and Type Method Description static SubscriptionEndStatusSubscriptionEndStatus. valueOf(String name)Returns the enum constant of this type with the specified name.static SubscriptionEndStatus[]SubscriptionEndStatus. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.apache.cxf.ws.eventing.backend.notification with parameters of type SubscriptionEndStatus Modifier and Type Method Description voidNotificatorService. subscriptionEnd(SubscriptionTicket ticket, String reason, SubscriptionEndStatus status)Constructors in org.apache.cxf.ws.eventing.backend.notification with parameters of type SubscriptionEndStatus Constructor Description SubscriptionEndNotificationTask(SubscriptionTicket ticket, String reason, SubscriptionEndStatus status)
-