| 
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface NameContextElement
A NameContextElement is an interface that may be implemented by objects that will be bound into a NameContext. This interface extends NameContextBindingListener, so it will receive notifications when it is bound into a NameContext. In addition, this interface provides a method for getting the NameContext into which the element has been bound.
| Field Summary | |
|---|---|
static java.lang.String | 
CLASS_VERSION
Class version string  | 
| Method Summary | |
|---|---|
 java.lang.String | 
getName()
Returns the name by which this element is know within its enclosing NameContext.  | 
 NameContext | 
getNameContext()
Returns the NameContext into which this element has been bound, or null if the element is not bound in a NameContext.  | 
| Methods inherited from interface atg.naming.NameContextBindingListener | 
|---|
nameContextElementBound, nameContextElementUnbound | 
| Field Detail | 
|---|
static final java.lang.String CLASS_VERSION
| Method Detail | 
|---|
NameContext getNameContext()
java.lang.String getName()
  | 
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||