Package | Description |
---|---|
org.apache.cxf.ws.eventing.backend.manager | |
org.apache.cxf.ws.eventing.backend.notification |
Modifier and Type | Method and Description |
---|---|
void |
SubscriptionManager.subscriptionEnd(UUID subscriptionId,
String reason,
SubscriptionEndStatus status) |
void |
SubscriptionManagerImpl.subscriptionEnd(UUID subscriptionId,
String reason,
SubscriptionEndStatus status) |
Modifier and Type | Method and Description |
---|---|
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.
|
Modifier and Type | Method and Description |
---|---|
void |
NotificatorService.subscriptionEnd(SubscriptionTicket ticket,
String reason,
SubscriptionEndStatus status) |
Constructor and Description |
---|
SubscriptionEndNotificationTask(SubscriptionTicket ticket,
String reason,
SubscriptionEndStatus status) |
Apache CXF