org.jboss.seam.jcr
Class EventListenerConfig

java.lang.Object
  extended by 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

Field Summary
static int ALL_EVENTS
           
static EventListenerConfig DEFAULT
          Default config, if none is specified
 
Constructor Summary
EventListenerConfig(String absPath, boolean deep, int eventTypes, boolean noLocal, String[] nodeTypeName, String[] uuid)
           
 
Method Summary
 String getAbsPath()
           
 int getEventTypes()
           
 String[] getNodeTypeName()
           
 String[] getUuid()
           
 boolean isDeep()
           
 boolean isNoLocal()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

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

Constructor Detail

EventListenerConfig

public EventListenerConfig(String absPath,
                           boolean deep,
                           int eventTypes,
                           boolean noLocal,
                           String[] nodeTypeName,
                           String[] uuid)
Method Detail

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.