Uses of Class
javax.naming.Binding
Packages that use Binding
包
描述
Provides the classes and interfaces for accessing naming services.
Extends the
javax.naming
package to provide functionality
for accessing directory services.Provides support for event notification when accessing naming and
directory services.
-
Uses of Binding in javax.naming
Methods in javax.naming that return types with arguments of type Binding修饰符和类方法描述Context.listBindings
(String name) Enumerates the names bound in the named context, along with the objects bound to them.Context.listBindings
(Name name) Enumerates the names bound in the named context, along with the objects bound to them.InitialContext.listBindings
(String name) InitialContext.listBindings
(Name name) -
Uses of Binding in javax.naming.directory
Subclasses of Binding in javax.naming.directory修饰符和类Class描述class
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修饰符和类Field描述protected Binding
NamingEvent.newBinding
Contains information about the object after the change.protected Binding
NamingEvent.oldBinding
Contains information about the object before the change.Methods in javax.naming.event that return Binding修饰符和类方法描述NamingEvent.getNewBinding()
Retrieves the binding of the object after the change.NamingEvent.getOldBinding()
Retrieves the binding of the object before the change.Constructors in javax.naming.event with parameters of type BindingModifierConstructor描述NamingEvent
(EventContext source, int type, Binding newBd, Binding oldBd, Object changeInfo) Constructs an instance ofNamingEvent
.