|
JavaTM 2 Platform Std. Ed. v1.3.1 |
|||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Binding | |
javax.naming.directory | Extends the javax.naming package to provide functionality for accessing directory services. |
javax.naming.event | Provides support for event notification when accessing naming and directory services. |
Uses of Binding in javax.naming.directory |
Subclasses of Binding in javax.naming.directory | |
class |
SearchResult
This class represents an item in the NamingEnumeration returned as a result of the DirContext.search() methods. |
Uses of Binding in javax.naming.event |
Fields in javax.naming.event declared as Binding | |
protected Binding |
NamingEvent.oldBinding
Contains information about the object before the change. |
protected Binding |
NamingEvent.newBinding
Contains information about the object after the change. |
Methods in javax.naming.event that return Binding | |
Binding |
NamingEvent.getOldBinding()
Retrieves the binding of the object before the change. |
Binding |
NamingEvent.getNewBinding()
Retrieves the binding of the object after the change. |
Constructors in javax.naming.event with parameters of type Binding | |
NamingEvent(EventContext source,
int type,
Binding newBd,
Binding oldBd,
Object changeInfo)
Constructs an instance of NamingEvent. |
|
JavaTM 2 Platform Std. Ed. v1.3.1 |
|||||||||
PREV NEXT | FRAMES NO FRAMES |
Java, Java 2D, and JDBC are trademarks or registered trademarks of Sun Microsystems, Inc. in the US and other countries.
Copyright 1993-2001 Sun Microsystems, Inc. 901 San Antonio Road
Palo Alto, California, 94303, U.S.A. All Rights Reserved.