|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Policy | |
---|---|
org.apache.muse.ws.notification | |
org.apache.muse.ws.notification.impl |
Uses of Policy in org.apache.muse.ws.notification |
---|
Methods in org.apache.muse.ws.notification that return Policy | |
---|---|
Policy |
SubscriptionManager.getSubscriptionPolicy()
|
Methods in org.apache.muse.ws.notification with parameters of type Policy | |
---|---|
void |
SubscriptionManager.setSubscriptionPolicy(Policy policy)
|
WsResource |
NotificationProducer.subscribe(EndpointReference consumer,
Filter filter,
Date terminationTime,
Policy policy)
Registers a consumer resource to receive events that are published to a certain topic (along with other filtering rules). |
Uses of Policy in org.apache.muse.ws.notification.impl |
---|
Methods in org.apache.muse.ws.notification.impl that return Policy | |
---|---|
Policy |
SimpleSubscriptionManager.getSubscriptionPolicy()
This implementation always returns null. |
Methods in org.apache.muse.ws.notification.impl with parameters of type Policy | |
---|---|
void |
SimpleSubscriptionManager.setSubscriptionPolicy(Policy policy)
Logs a warning message that this feature is not supported. |
WsResource |
SimpleNotificationProducer.subscribe(EndpointReference consumer,
Filter filter,
Date terminationTime,
Policy policy)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |