javax.enterprise.deploy.model
Class XpathEvent

java.lang.Object
  extended by javax.enterprise.deploy.model.XpathEvent

public final class XpathEvent
extends java.lang.Object

An Event class describing ConfigBeans being added/subtracted from a server configuration.


Field Summary
static java.lang.Object BEAN_ADDED
          Adding a DDBean
static java.lang.Object BEAN_CHANGED
          Changing a DDBean
static java.lang.Object BEAN_REMOVED
          Removing a DDBean
 
Constructor Summary
XpathEvent(DDBean bean, java.lang.Object typ)
          A description of a change in the ConfigBean tree.
 
Method Summary
 DDBean getBean()
          The bean being added/removed/changed.
 java.beans.PropertyChangeEvent getChangeEvent()
           
 boolean isAddEvent()
          Is this an add event?
 boolean isChangeEvent()
          Is this a change event?
 boolean isRemoveEvent()
          Is this a remove event?
 void setChangeEvent(java.beans.PropertyChangeEvent pce)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

BEAN_ADDED

public static final java.lang.Object BEAN_ADDED
Adding a DDBean


BEAN_REMOVED

public static final java.lang.Object BEAN_REMOVED
Removing a DDBean


BEAN_CHANGED

public static final java.lang.Object BEAN_CHANGED
Changing a DDBean

Constructor Detail

XpathEvent

public XpathEvent(DDBean bean,
                  java.lang.Object typ)
A description of a change in the ConfigBean tree.

Parameters:
bean - The ConfigBean being added/removed.
typ - Indicates an add/remove event.
Method Detail

getChangeEvent

public java.beans.PropertyChangeEvent getChangeEvent()

setChangeEvent

public void setChangeEvent(java.beans.PropertyChangeEvent pce)

getBean

public DDBean getBean()
The bean being added/removed/changed.

Returns:
The bean being added/removed/changed.

isAddEvent

public boolean isAddEvent()
Is this an add event?

Returns:
true if this is an add event.

isRemoveEvent

public boolean isRemoveEvent()
Is this a remove event?

Returns:
true if this is a remove event.

isChangeEvent

public boolean isChangeEvent()
Is this a change event?

Returns:
true if this is a change event.


Submit a bug or feature

Copyright © 2009-2011, Oracle Corporation and/or its affiliates. All Rights Reserved. Use is subject to license terms.

Generated on 10-February-2011 12:41

Scripting on this page tracks web page traffic, but does not change the content in any way.