A B C D E G H L M N O P R S T U

A

AbstractNamingEnumeration - class com.smardec.jndi.mirror.AbstractNamingEnumeration.
AbstractNamingEnumeration is basic implementation of NamingEnumeration.
AbstractNamingEnumeration() - Constructor for class com.smardec.jndi.mirror.AbstractNamingEnumeration
Creates AbstractNamingEnumeration object.
addToEnvironment(String, Object) - Method in class com.smardec.jndi.mirror.MirrorCtx
Adds a new environment property to the environment of this context.

B

bind(Name, Object) - Method in class com.smardec.jndi.mirror.MirrorCtx
Binds a name to an object.
bind(String, Object) - Method in class com.smardec.jndi.mirror.MirrorCtx
Binds a name to an object.
bindings - Variable in class com.smardec.jndi.mirror.MirrorCtx
Context's bindings.

C

clone() - Method in class com.smardec.jndi.mirror.MirrorCtx
Returns cloned object.
close() - Method in class com.smardec.jndi.mirror.MirrorCtx
Closes this context.
close() - Method in class com.smardec.jndi.mirror.AbstractNamingEnumeration
Closes enumeration.
com.smardec.jndi.mirror - package com.smardec.jndi.mirror
 
composeName(Name, Name) - Method in class com.smardec.jndi.mirror.MirrorCtx
Composes the name of this context with a name relative to this context.
composeName(String, String) - Method in class com.smardec.jndi.mirror.MirrorCtx
Composes the name of this context with a name relative to this context.
copy(Context, Context) - Static method in class com.smardec.jndi.mirror.CopyHelper
Creates full copy of the Context.
CopyHelper - class com.smardec.jndi.mirror.CopyHelper.
CopyHelper provides utility method for copying the content of one Context to another.
CopyHelper() - Constructor for class com.smardec.jndi.mirror.CopyHelper
The class should not be instantiated.
createSubcontext(Name) - Method in class com.smardec.jndi.mirror.MirrorCtx
Creates and binds a new context.
createSubcontext(String) - Method in class com.smardec.jndi.mirror.MirrorCtx
Creates and binds a new context.

D

destroySubcontext(Name) - Method in class com.smardec.jndi.mirror.MirrorCtx
Destroys the named context and removes it from the namespace.
destroySubcontext(String) - Method in class com.smardec.jndi.mirror.MirrorCtx
Destroys the named context and removes it from the namespace.

E

environment - Variable in class com.smardec.jndi.mirror.MirrorCtx
Environment properties.

G

getBindings() - Method in class com.smardec.jndi.mirror.MirrorCtx
Returns context bindings.
getEnvironment() - Method in class com.smardec.jndi.mirror.MirrorCtx
Retrieves the environment in effect for this context.
getInitialContext(Hashtable) - Method in class com.smardec.jndi.mirror.MirrorInitialCtxFactory
Creates an Initial Context for beginning name resolution.
getName() - Method in class com.smardec.jndi.mirror.MirrorCtx
Returns context name.
getNameInNamespace() - Method in class com.smardec.jndi.mirror.MirrorCtx
Retrieves the full name of this context within its own namespace.
getNameParser(Name) - Method in class com.smardec.jndi.mirror.MirrorCtx
Retrieves the parser associated with the named context.
getNameParser(String) - Method in class com.smardec.jndi.mirror.MirrorCtx
Retrieves the parser associated with the named context.
getParent() - Method in class com.smardec.jndi.mirror.MirrorCtx
Returns context parent.
getParsedName(Name) - Method in class com.smardec.jndi.mirror.MirrorCtx
Utility method for processing composite/compound name.

H

hasMore() - Method in class com.smardec.jndi.mirror.AbstractNamingEnumeration
Determines whether there are any more elements in the enumeration.
hasMoreElements() - Method in class com.smardec.jndi.mirror.AbstractNamingEnumeration
Tests if this enumeration contains more elements.

L

list(Name) - Method in class com.smardec.jndi.mirror.MirrorCtx
Enumerates the names bound in the named context, along with the class names of objects bound to them.
list(String) - Method in class com.smardec.jndi.mirror.MirrorCtx
Enumerates the names bound in the named context, along with the class names of objects bound to them.
listBindings(Name) - Method in class com.smardec.jndi.mirror.MirrorCtx
Enumerates the names bound in the named context, along with the objects bound to them.
listBindings(String) - Method in class com.smardec.jndi.mirror.MirrorCtx
Enumerates the names bound in the named context, along with the objects bound to them.
lookup(Name) - Method in class com.smardec.jndi.mirror.MirrorCtx
Retrieves the named object.
lookup(String) - Method in class com.smardec.jndi.mirror.MirrorCtx
Retrieves the named object.
lookupLink(Name) - Method in class com.smardec.jndi.mirror.MirrorCtx
Retrieves the named object, following links except for the terminal atomic component of the name.
lookupLink(String) - Method in class com.smardec.jndi.mirror.MirrorCtx
Retrieves the named object, following links except for the terminal atomic component of the name.

M

MirrorCtx - class com.smardec.jndi.mirror.MirrorCtx.
MirrorCtx is a Context implementation.
MirrorCtx.BindingsEnumeration - class com.smardec.jndi.mirror.MirrorCtx.BindingsEnumeration.
Class for enumerating bindings.
MirrorCtx.BindingsEnumeration(Enumeration) - Constructor for class com.smardec.jndi.mirror.MirrorCtx.BindingsEnumeration
Creates NamesEnumeration object.
MirrorCtx.NamesEnumeration - class com.smardec.jndi.mirror.MirrorCtx.NamesEnumeration.
Class for enumerating name/class pairs.
MirrorCtx.NamesEnumeration(Enumeration) - Constructor for class com.smardec.jndi.mirror.MirrorCtx.NamesEnumeration
Creates NamesEnumeration object.
MirrorCtx() - Constructor for class com.smardec.jndi.mirror.MirrorCtx
Creates MirrorCtx object.
MirrorCtx(Hashtable) - Constructor for class com.smardec.jndi.mirror.MirrorCtx
Creates MirrorCtx object using the specified environment.
MirrorCtx(MirrorCtx, String, Hashtable) - Constructor for class com.smardec.jndi.mirror.MirrorCtx
Creates context with specified parent context, name and environment.
MirrorInitialCtxFactory - class com.smardec.jndi.mirror.MirrorInitialCtxFactory.
InitialContextFactory implementation.
MirrorInitialCtxFactory() - Constructor for class com.smardec.jndi.mirror.MirrorInitialCtxFactory
Creates MirrorInitialCtxFactory object.
MirrorNameParser - class com.smardec.jndi.mirror.MirrorNameParser.
Default NameParser implementation.
MirrorNameParser() - Constructor for class com.smardec.jndi.mirror.MirrorNameParser
Creates MirrorNameParser object.

N

name - Variable in class com.smardec.jndi.mirror.MirrorCtx
Context name.
nameParser - Static variable in class com.smardec.jndi.mirror.MirrorCtx
NameParser instance.
next() - Method in class com.smardec.jndi.mirror.MirrorCtx.NamesEnumeration
Retrieves the next NameClassPair element in the enumeration.
next() - Method in class com.smardec.jndi.mirror.MirrorCtx.BindingsEnumeration
Retrieves the next Binding element in the enumeration.
next() - Method in class com.smardec.jndi.mirror.AbstractNamingEnumeration
Retrieves the next element in the enumeration.
nextElement() - Method in class com.smardec.jndi.mirror.AbstractNamingEnumeration
Returns the next element of this enumeration if this enumeration object has at least one more element to provide.

O

originalEnumeration - Variable in class com.smardec.jndi.mirror.AbstractNamingEnumeration
Original Enumeration

P

parent - Variable in class com.smardec.jndi.mirror.MirrorCtx
Parent context.
parse(String) - Method in class com.smardec.jndi.mirror.MirrorNameParser
Parses a name into its components.

R

rebind(Name, Object) - Method in class com.smardec.jndi.mirror.MirrorCtx
Binds a name to an object, overwriting any existing binding.
rebind(String, Object) - Method in class com.smardec.jndi.mirror.MirrorCtx
Binds a name to an object, overwriting any existing binding.
removeFromEnvironment(String) - Method in class com.smardec.jndi.mirror.MirrorCtx
Removes an environment property from the environment of this context.
rename(Name, Name) - Method in class com.smardec.jndi.mirror.MirrorCtx
Binds a new name to the object bound to an old name, and unbinds the old name.
rename(String, String) - Method in class com.smardec.jndi.mirror.MirrorCtx
Binds a new name to the object bound to an old name, and unbinds the old name.

S

setBindings(Hashtable) - Method in class com.smardec.jndi.mirror.MirrorCtx
Sets context bindings.
setName(String) - Method in class com.smardec.jndi.mirror.MirrorCtx
Sets context name.
setParent(MirrorCtx) - Method in class com.smardec.jndi.mirror.MirrorCtx
Sets context parent.
syntax - Static variable in class com.smardec.jndi.mirror.MirrorNameParser
Stores syntax properties.

T

toString() - Method in class com.smardec.jndi.mirror.MirrorCtx
Writes itself as XML using XMLEncoder.

U

unbind(Name) - Method in class com.smardec.jndi.mirror.MirrorCtx
Unbinds the named object.
unbind(String) - Method in class com.smardec.jndi.mirror.MirrorCtx
Unbinds the named object.

A B C D E G H L M N O P R S T U

Copyright © 2004-2005 Smardec