| 
 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectjava.util.EventObject
atg.naming.NameContextBindingEvent
public class NameContextBindingEvent
A NameContextBindingEvent encapsulates the notification that an element has been bound or unbound from a NameContext. The source of the event is the NameContext involved in the binding.
| Field Summary | |
|---|---|
| static java.lang.String | CLASS_VERSIONClass version string | 
| Fields inherited from class java.util.EventObject | 
|---|
| source | 
| Constructor Summary | |
|---|---|
| NameContextBindingEvent(java.lang.String pName,
                        java.lang.Object pElement,
                        NameContext pNameContext)Constructs a new NameContextBindingEvent | |
| Method Summary | |
|---|---|
|  java.lang.Object | getElement()Returns the element bound to the specified name. | 
|  java.lang.String | getName()Returns the name to which the element was bound or unbound. | 
|  NameContext | getNameContext()Returns the NameContext to which the element was bound | 
| Methods inherited from class java.util.EventObject | 
|---|
| getSource, toString | 
| Methods inherited from class java.lang.Object | 
|---|
| clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait | 
| Field Detail | 
|---|
public static java.lang.String CLASS_VERSION
| Constructor Detail | 
|---|
public NameContextBindingEvent(java.lang.String pName,
                               java.lang.Object pElement,
                               NameContext pNameContext)
pName - the name to which the element is bound or unbound
 (relative to the NameContext)pElement - the element tha is bound or unboundpNameContext - the NameContext to which the element was bound
 or unbound| Method Detail | 
|---|
public java.lang.String getName()
public java.lang.Object getElement()
public NameContext getNameContext()
| 
 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||