| 
 | Java EE 5 SDK | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectjavax.enterprise.deploy.model.XpathEvent
public final class XpathEvent
An Event class describing ConfigBeans being added/subtracted from a server configuration.
| Field Summary | |
|---|---|
| static Object | BEAN_ADDEDAdding a DDBean | 
| static Object | BEAN_CHANGEDChanging a DDBean | 
| static Object | BEAN_REMOVEDRemoving a DDBean | 
| Constructor Summary | |
|---|---|
| XpathEvent(DDBean bean,
           Object typ)A description of a change in the ConfigBean tree. | |
| Method Summary | |
|---|---|
|  DDBean | getBean()The bean being added/removed/changed. | 
|  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(PropertyChangeEvent pce) | 
| Methods inherited from class java.lang.Object | 
|---|
| clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait | 
| Field Detail | 
|---|
public static final Object BEAN_ADDED
public static final Object BEAN_REMOVED
public static final Object BEAN_CHANGED
| Constructor Detail | 
|---|
public XpathEvent(DDBean bean,
                  Object typ)
bean - The ConfigBean being added/removed.typ - Indicates an add/remove event.| Method Detail | 
|---|
public PropertyChangeEvent getChangeEvent()
public void setChangeEvent(PropertyChangeEvent pce)
public DDBean getBean()
public boolean isAddEvent()
public boolean isRemoveEvent()
public boolean isChangeEvent()
| 
 | Java EE 5 SDK | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
Copyright 2007 Sun Microsystems, Inc. All rights reserved. Use is subject to license terms.