| Package | Description |
|---|---|
| org.apache.jackrabbit.webdav | |
| org.apache.jackrabbit.webdav.jcr.observation | |
| org.apache.jackrabbit.webdav.observation |
Contains interfaces and classes related to observation, which is not covered
by the WebDAV protocol.
|
| Modifier and Type | Method and Description |
|---|---|
void |
WebdavResponseImpl.sendSubscriptionResponse(Subscription subscription) |
| Modifier and Type | Class and Description |
|---|---|
class |
SubscriptionImpl
The
Subscription class encapsulates a single subscription with
the following responsibilities:
Providing access to the subscription info,
Recording events this subscription is interested in,
Providing access to the events.
|
| Modifier and Type | Method and Description |
|---|---|
Subscription |
SubscriptionManagerImpl.subscribe(SubscriptionInfo info,
String subscriptionId,
ObservationResource resource)
Create a new
Subscription or update an existing Subscription
and add it as eventlistener to the ObservationManager. |
| Modifier and Type | Method and Description |
|---|---|
Subscription[] |
SubscriptionDiscovery.getValue()
Returns an array of
Subscriptions. |
Subscription |
ObservationResource.subscribe(SubscriptionInfo info,
String subscriptionId)
Subscribe this resource for event listening defined by the specified
subscription info.
|
Subscription |
SubscriptionManager.subscribe(SubscriptionInfo info,
String subscriptionId,
ObservationResource resource)
Create a new
Subscription or update an existing Subscription.. |
| Modifier and Type | Method and Description |
|---|---|
void |
ObservationDavServletResponse.sendSubscriptionResponse(Subscription subscription)
Send the response to a successful SUBSCRIBE request.
|
| Constructor and Description |
|---|
SubscriptionDiscovery(Subscription subscription)
Create a new
SubscriptionDiscovery that contains a single
subscription entry. |
SubscriptionDiscovery(Subscription[] subscriptions)
Create a new
SubscriptionDiscovery that lists the given
subscriptions. |
Copyright © 2004–2024 The Apache Software Foundation. All rights reserved.