
xy.reflect.ui.resource.jdk-apidocs.javax.naming.class-use.Binding.html Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of reflection-ui Show documentation
Show all versions of reflection-ui Show documentation
Generates automatically the GUI of any Java object
Uses of Class javax.naming.Binding (Java Platform SE 6)
Overview
Package
Class
Use
Tree
Deprecated
Index
Help
Java™ Platform
Standard Ed. 6
PREV
NEXT
FRAMES
NO FRAMES
Uses of Class
javax.naming.Binding
Packages that use Binding
javax.naming
Provides the classes and interfaces for accessing naming services.
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
Methods in javax.naming that return types with arguments of type Binding
NamingEnumeration<Binding>
Context.listBindings(Name name)
Enumerates the names bound in the named context, along with the
objects bound to them.
NamingEnumeration<Binding>
InitialContext.listBindings(Name name)
NamingEnumeration<Binding>
Context.listBindings(String name)
Enumerates the names bound in the named context, along with the
objects bound to them.
NamingEnumeration<Binding>
InitialContext.listBindings(String name)
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.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
Binding
NamingEvent.getNewBinding()
Retrieves the binding of the object after the change.
Binding
NamingEvent.getOldBinding()
Retrieves the binding of the object before 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.
Overview
Package
Class
Use
Tree
Deprecated
Index
Help
Java™ Platform
Standard Ed. 6
PREV
NEXT
FRAMES
NO FRAMES
Submit a bug or feature
For further API reference and developer documentation, see Java SE Developer Documentation. That documentation contains more detailed, developer-targeted descriptions, with conceptual overviews, definitions of terms, workarounds, and working code examples. Copyright © 1993, 2011, Oracle and/or its affiliates. All rights reserved.
© 2015 - 2025 Weber Informatics LLC | Privacy Policy