Searched defs:OBJECT_REMOVED (Results 1 - 1 of 1) sorted by relevance

/openjdk7/jdk/src/share/classes/javax/naming/event/
H A DNamingEvent.java84 public static final int OBJECT_REMOVED = 1; field in class:NamingEvent
130 * @see #OBJECT_REMOVED
156 * For an <tt>OBJECT_REMOVED</tt> event type, <tt>oldBd</tt> must not be null.
168 * @see #OBJECT_REMOVED
185 * @see #OBJECT_REMOVED
217 * That is, it must be nonnull for <tt>OBJECT_REMOVED</tt> and
271 * <tt>OBJECT_ADDED</TT>, <TT>OBJECT_REMOVED</TT>,
286 case OBJECT_REMOVED:

Completed in 789 milliseconds