java.lang.Object
java.util.EventObject
javax.naming.event.NamingEvent
- All Implemented Interfaces:
- Serializable
- See Also:
- Top Examples, Source Code,
NamingListener
,
EventContext
protected Object changeInfo
- Geek's Notes:
- Description Add your codes or notes Search More Java Examples
public void dispatch(NamingListener listener)
- Geek's Notes:
- Description Add your codes or notes Search More Java Examples
public Object getChangeInfo()
- Geek's Notes:
- Description Add your codes or notes Search More Java Examples
public EventContext getEventContext()
- Geek's Notes:
- Description Add your codes or notes Search More Java Examples
public Binding getNewBinding()
- Geek's Notes:
- Description Add your codes or notes Search More Java Examples
public Binding getOldBinding()
- Geek's Notes:
- Description Add your codes or notes Search More Java Examples
public int getType()
- See Also:
OBJECT_CHANGED
, OBJECT_RENAMED
, OBJECT_REMOVED
, OBJECT_ADDED
- Geek's Notes:
- Description Add your codes or notes Search More Java Examples
public NamingEvent(EventContext source,
int type,
Binding newBd,
Binding oldBd,
Object changeInfo)
- See Also:
OBJECT_CHANGED
, OBJECT_RENAMED
, OBJECT_REMOVED
, OBJECT_ADDED
- Geek's Notes:
- Description Add your codes or notes Search More Java Examples
protected Binding newBinding
- Geek's Notes:
- Description Add your codes or notes Search More Java Examples
public static final int OBJECT_ADDED
- Geek's Notes:
- Description Add your codes or notes Search More Java Examples
public static final int OBJECT_CHANGED
- Geek's Notes:
- Description Add your codes or notes Search More Java Examples
public static final int OBJECT_REMOVED
- Geek's Notes:
- Description Add your codes or notes Search More Java Examples
public static final int OBJECT_RENAMED
- Geek's Notes:
- Description Add your codes or notes Search More Java Examples
protected Binding oldBinding
- Geek's Notes:
- Description Add your codes or notes Search More Java Examples
protected int type
- See Also:
OBJECT_CHANGED
, OBJECT_RENAMED
, OBJECT_REMOVED
, OBJECT_ADDED
- Geek's Notes:
- Description Add your codes or notes Search More Java Examples