org.jboss.seam.jcr
Class EventListenerConfig
java.lang.Object
org.jboss.seam.jcr.EventListenerConfig
- All Implemented Interfaces:
- Serializable
public final class EventListenerConfig
- extends Object
- implements Serializable
JCR Event listener configuration
- Author:
- george
- See Also:
- Serialized Form
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ALL_EVENTS
public static final int ALL_EVENTS
- See Also:
- Constant Field Values
DEFAULT
public static final EventListenerConfig DEFAULT
- Default config, if none is specified
EventListenerConfig
public EventListenerConfig(String absPath,
boolean deep,
int eventTypes,
boolean noLocal,
String[] nodeTypeName,
String[] uuid)
getAbsPath
public String getAbsPath()
isDeep
public boolean isDeep()
getEventTypes
public int getEventTypes()
isNoLocal
public boolean isNoLocal()
getNodeTypeName
public String[] getNodeTypeName()
getUuid
public String[] getUuid()
Copyright © 2013 Seam Framework. All Rights Reserved.