Interface | Description |
---|---|
HostnameNormalizer |
Normalize hostname for consistent usage within the WebSphere NameSpace.
|
WsnBatchCompleteResults |
An instance of this interface is returned from the method, executeBatchedOperations(),
in the class com.ibm.websphere.naming.WsnBatchModeContext.
|
WsnBatchModeContext |
This interface is a javax.naming.Context extension to provide batch mode processing
capabilities.
|
WsnBatchResult |
An instance of this interface consists of the input and results for one JNDI operation
on a com.ibm.websphere.naming.WsnBatchModeContext context.
|
WsnOptimizedJndiContext |
This interface is used to access JNDI Context optimizations implemented in
WebSphere Application Server.
|
Class | Description |
---|---|
DumpNameSpace |
This class is used to dump the contents of a WebSphere name space.
|
genericURLContextFactory |
This class is part of a framework that enables applications to easily create a local
name space associated with a given URL scheme.
|
genericURLInitialContextFactory |
This class is part of a framework that enables applications to easily create local
name spaces associated with a given URL scheme.
|
JndiHelper |
Static JNDI helper methods which can be divided into two categories:
methods for creating subcontexts, binding and rebinding objects to the name space
such that intermediate contexts are automatically created if necessary.
|
PROPS |
Constants defined by the WebSphere Naming implementation which can be set
by users to control the behavior of various features.
|
WsnCorbaMinorCodes |
The WebSphere CORBA CosNaming name server implementation has error conditions
specific to its implementation.
|
WsnInitialContextFactory |
This class is the initial JNDI context factory for WebSphere Application Server.
|
Enum | Description |
---|---|
DumpNameSpace.ReportFormat | |
JndiHelper.Operation |
Exception | Description |
---|---|
CannotInstantiateObjectException |
This exception is thrown by WebSphere JNDI Context implementations when a
serialized object either cannot be deserialized, or when the deserialized
object is a javax.naming.Reference and the JNDI Naming Manager cannot
successfully process it.
|
DestroyProtectedContextException |
Some contexts in a WebSphere name space accessed through JNDI may be
destroy-protected.
|
WebSphereNamingException |
Base class for all WebSphere-specific naming exceptions.
|
WriteProtectedContextException |
Some contexts in a WebSphere name space accessed through JNDI may be
write-protected.
|