| Package | Description |
|---|---|
| org.apache.jackrabbit.webdav.observation |
Contains interfaces and classes related to observation, which is not covered
by the WebDAV protocol.
|
| Modifier and Type | Class and Description |
|---|---|
class |
DefaultEventType
DefaultEventType defines a simple EventType implementation that
only consists of a qualified event name consisting of namespace plus local
name. |
| Modifier and Type | Method and Description |
|---|---|
static EventType[] |
DefaultEventType.create(String[] localNames,
Namespace namespace)
Factory method to create an array of new
EventType for the
specified localNames and the specified namespace. |
static EventType |
DefaultEventType.create(String localName,
Namespace namespace)
Factory method to create a new
EventType. |
static EventType[] |
DefaultEventType.createFromXml(Element eventType)
Retrieves one or multiple
EventTypes from the 'eventtype'
Xml element. |
EventType[] |
SubscriptionInfo.getEventTypes()
Return array of event type names present in the subscription info.
|
| Constructor and Description |
|---|
SubscriptionInfo(EventType[] eventTypes,
boolean isDeep,
long timeout)
Create a new
SubscriptionInfo |
SubscriptionInfo(EventType[] eventTypes,
Filter[] filters,
boolean noLocal,
boolean isDeep,
long timeout)
Create a new
SubscriptionInfo |
Copyright © 2004-2014 The Apache Software Foundation. All Rights Reserved.