|
Apache CXF API | |||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use SubscriptionEndStatus | |
---|---|
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 | |
---|---|
void |
SubscriptionManager.subscriptionEnd(UUID subscriptionId,
String reason,
SubscriptionEndStatus status)
|
void |
SubscriptionManagerImpl.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 | |
---|---|
static SubscriptionEndStatus |
SubscriptionEndStatus.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 | |
---|---|
void |
NotificatorService.subscriptionEnd(SubscriptionTicket ticket,
String reason,
SubscriptionEndStatus status)
|
Constructors in org.apache.cxf.ws.eventing.backend.notification with parameters of type SubscriptionEndStatus | |
---|---|
SubscriptionEndNotificationTask(SubscriptionTicket ticket,
String reason,
SubscriptionEndStatus status)
|
|
Apache CXF API | |||||||||
PREV NEXT | FRAMES NO FRAMES |