Skip navigation links
A B C D E F G I J L M N P R S T U W 

A

addToEnvironment(String, Object) - Method in class com.sun.enterprise.naming.impl.JavaURLContext
Add a property to the environment.
addToEnvironment(String, Object) - Method in class com.sun.enterprise.naming.impl.SerialContext
Add to the environment for the current context.
addToEnvironment(String, Object) - Method in class com.sun.enterprise.naming.impl.TransientContext
Add the property name and value to the environment.

B

bind(String, Object) - Method in class com.sun.enterprise.naming.impl.JavaURLContext
Bind an object in the namespace.
bind(Name, Object) - Method in class com.sun.enterprise.naming.impl.JavaURLContext
Bind an object in the namespace.
bind(String, Object) - Method in class com.sun.enterprise.naming.impl.LocalSerialContextProviderImpl
overriding the super.bind() since we need to make a copy of the object before it gets put into the rootContext Remote Provider already does that since when a method is called on a remote object (in our case the remote provider), the copies of the method arguments get passed and not the real objects.
bind(String, Object) - Method in class com.sun.enterprise.naming.impl.SerialContext
Bind the object to the specified name.
bind(Name, Object) - Method in class com.sun.enterprise.naming.impl.SerialContext
Bind the object to the specified name.
bind(String, Object) - Method in interface com.sun.enterprise.naming.impl.SerialContextProvider
Bind the object to the specified name.
bind(String, Object) - Method in class com.sun.enterprise.naming.impl.SerialContextProviderImpl
Bind the object to the specified name.
bind(String, Object) - Method in class com.sun.enterprise.naming.impl.TransientContext
Bind the object to the specified name.
bind(Name, Object) - Method in class com.sun.enterprise.naming.impl.TransientContext
Bind the object to the specified name.
bindToAppNamespace(String, Collection<? extends JNDIBinding>) - Method in class com.sun.enterprise.naming.impl.GlassfishNamingManagerImpl
 
bindToComponentNamespace(String, String, String, boolean, Collection<? extends JNDIBinding>) - Method in class com.sun.enterprise.naming.impl.GlassfishNamingManagerImpl
This method enumerates the env properties, ejb and resource references etc for a J2EE component and binds them in the component's java:comp namespace.
bindToModuleNamespace(String, String, Collection<? extends JNDIBinding>) - Method in class com.sun.enterprise.naming.impl.GlassfishNamingManagerImpl
 

C

checkAndLoadProxies(ServiceLocator) - Static method in class com.sun.enterprise.naming.impl.NamedNamingObjectManager
 
ClientNamingConfiguratorImpl - Class in com.sun.enterprise.naming.impl
This is the manager that handles all naming operations including publishObject as well as binding environment props, resource and ejb references in the namespace.
ClientNamingConfiguratorImpl() - Constructor for class com.sun.enterprise.naming.impl.ClientNamingConfiguratorImpl
 
CloningNamingObjectFactory - Class in com.sun.enterprise.naming.util
 
CloningNamingObjectFactory(String, Object) - Constructor for class com.sun.enterprise.naming.util.CloningNamingObjectFactory
 
CloningNamingObjectFactory(String, NamingObjectFactory) - Constructor for class com.sun.enterprise.naming.util.CloningNamingObjectFactory
 
close() - Method in class com.sun.enterprise.naming.impl.JavaURLContext
New JNDI 1.2 operation.
close() - Method in class com.sun.enterprise.naming.impl.SerialContext
Set the environment for the current context to null when close is called.
close() - Method in class com.sun.enterprise.naming.impl.TransientContext
Invalidate the current environment.
com.sun.enterprise.naming - package com.sun.enterprise.naming
 
com.sun.enterprise.naming.impl - package com.sun.enterprise.naming.impl
 
com.sun.enterprise.naming.spi - package com.sun.enterprise.naming.spi
 
com.sun.enterprise.naming.util - package com.sun.enterprise.naming.util
 
composeName(String, String) - Method in class com.sun.enterprise.naming.impl.JavaURLContext
 
composeName(Name, Name) - Method in class com.sun.enterprise.naming.impl.JavaURLContext
 
composeName(String, String) - Method in class com.sun.enterprise.naming.impl.SerialContext
 
composeName(Name, Name) - Method in class com.sun.enterprise.naming.impl.SerialContext
 
composeName(String, String) - Method in class com.sun.enterprise.naming.impl.TransientContext
Compose a new name specified by name and prefix.
composeName(Name, Name) - Method in class com.sun.enterprise.naming.impl.TransientContext
Compose a new name specified by name and prefix.
create(Context) - Method in class com.sun.enterprise.naming.util.CloningNamingObjectFactory
 
create(Context) - Method in class com.sun.enterprise.naming.util.DelegatingNamingObjectFactory
 
create(Context) - Method in class com.sun.enterprise.naming.util.JndiInitializationNamingObjectFactory
 
create(Context) - Method in class com.sun.enterprise.naming.util.JndiNamingObjectFactory
 
create(Context) - Method in class com.sun.enterprise.naming.util.SimpleNamingObjectFactory
 
createCloningNamingObjectFactory(String, Object) - Method in interface com.sun.enterprise.naming.spi.NamingUtils
 
createCloningNamingObjectFactory(String, NamingObjectFactory) - Method in interface com.sun.enterprise.naming.spi.NamingUtils
 
createCloningNamingObjectFactory(String, Object) - Method in class com.sun.enterprise.naming.util.NamingUtilsImpl
 
createCloningNamingObjectFactory(String, NamingObjectFactory) - Method in class com.sun.enterprise.naming.util.NamingUtilsImpl
 
createDelegatingNamingObjectFactory(String, NamingObjectFactory, boolean) - Method in interface com.sun.enterprise.naming.spi.NamingUtils
 
createDelegatingNamingObjectFactory(String, NamingObjectFactory, boolean) - Method in class com.sun.enterprise.naming.util.NamingUtilsImpl
 
createInitialContextFactory(Hashtable<?, ?>) - Method in class com.sun.enterprise.naming.GlassFishNamingBuilder
 
createLazyInitializationNamingObjectFactory(String, String, boolean) - Method in interface com.sun.enterprise.naming.spi.NamingUtils
 
createLazyInitializationNamingObjectFactory(String, String, boolean) - Method in class com.sun.enterprise.naming.util.NamingUtilsImpl
 
createLazyNamingObjectFactory(String, String, boolean) - Method in interface com.sun.enterprise.naming.spi.NamingUtils
 
createLazyNamingObjectFactory(String, String, boolean) - Method in class com.sun.enterprise.naming.util.NamingUtilsImpl
 
createSimpleNamingObjectFactory(String, Object) - Method in interface com.sun.enterprise.naming.spi.NamingUtils
 
createSimpleNamingObjectFactory(String, Object) - Method in class com.sun.enterprise.naming.util.NamingUtilsImpl
 
createSubcontext(String) - Method in class com.sun.enterprise.naming.impl.JavaURLContext
 
createSubcontext(Name) - Method in class com.sun.enterprise.naming.impl.JavaURLContext
 
createSubcontext(String) - Method in class com.sun.enterprise.naming.impl.SerialContext
Create the specified subcontext.
createSubcontext(Name) - Method in class com.sun.enterprise.naming.impl.SerialContext
Create the specified subcontext.
createSubcontext(String) - Method in interface com.sun.enterprise.naming.impl.SerialContextProvider
Create a subcontext with the specified name.
createSubcontext(String) - Method in class com.sun.enterprise.naming.impl.SerialContextProviderImpl
Create a subcontext with the specified name.
createSubcontext(String) - Method in class com.sun.enterprise.naming.impl.TransientContext
Create a subcontext with the specified name.
createSubcontext(Name) - Method in class com.sun.enterprise.naming.impl.TransientContext
Create a subcontext with the specified name.

D

DelegatingNamingObjectFactory - Class in com.sun.enterprise.naming.util
 
DelegatingNamingObjectFactory(String, NamingObjectFactory, boolean) - Constructor for class com.sun.enterprise.naming.util.DelegatingNamingObjectFactory
 
destroySubcontext(String) - Method in class com.sun.enterprise.naming.impl.JavaURLContext
The destroySubcontext operation is not supported by this context.
destroySubcontext(Name) - Method in class com.sun.enterprise.naming.impl.JavaURLContext
The destroySubcontext operation is not supported by this context.
destroySubcontext(String) - Method in class com.sun.enterprise.naming.impl.SerialContext
Destroy the specified subcontext.
destroySubcontext(Name) - Method in class com.sun.enterprise.naming.impl.SerialContext
Destroy the specified subcontext.
destroySubcontext(String) - Method in interface com.sun.enterprise.naming.impl.SerialContextProvider
Destroy the subcontext with the specified name.
destroySubcontext(String) - Method in class com.sun.enterprise.naming.impl.SerialContextProviderImpl
Destroy the subcontext with the specified name.
destroySubcontext(String) - Method in class com.sun.enterprise.naming.impl.TransientContext
Destroy the subcontext with the specified name.
destroySubcontext(Name) - Method in class com.sun.enterprise.naming.impl.TransientContext
Destroy the subcontext with the specified name.

E

ERROR_COSNAMING_UNBIND - Static variable in class com.sun.enterprise.naming.impl.GlassfishNamingManagerImpl
 
EXCEPTION_COPY_MUTABLE - Static variable in class com.sun.enterprise.naming.util.NamingUtilsImpl
 
EXCEPTION_DURING_LOOKUP - Static variable in class com.sun.enterprise.naming.impl.SerialContext
 

F

FAILED_TO_LOAD_CLASS - Static variable in class com.sun.enterprise.naming.GlassFishNamingBuilder
 

G

getDefaultInitCtx() - Method in class com.sun.enterprise.naming.impl.WrappedSerialContext
 
getEnv() - Method in class com.sun.enterprise.naming.util.IIOPObjectFactory
 
getEnvironment() - Method in class com.sun.enterprise.naming.impl.JavaURLContext
Get the context's environment.
getEnvironment() - Method in class com.sun.enterprise.naming.impl.SerialContext
Return the environment for the current context.
getEnvironment() - Method in class com.sun.enterprise.naming.impl.TransientContext
List the current environment.
getInitialContext() - Method in class com.sun.enterprise.naming.impl.GlassfishNamingManagerImpl
Get the initial naming context.
getInitialContext(Hashtable) - Method in class com.sun.enterprise.naming.impl.SerialInitContextFactory
Create the InitialContext object.
getInitialContext(Hashtable) - Method in class com.sun.enterprise.naming.SerialInitContextFactory
Create the InitialContext object.
getLocalProvider() - Method in class com.sun.enterprise.naming.impl.ProviderManager
 
getLocalString(Class, String, String) - Method in interface com.sun.enterprise.naming.util.LocalStringManager
Get a localized string.
getLocalString(Class, String, String, Object[]) - Method in interface com.sun.enterprise.naming.util.LocalStringManager
Get a local string for the caller and format the arguments accordingly.
getLogger() - Static method in class com.sun.enterprise.naming.util.LogFacade
 
getName() - Method in class com.sun.enterprise.naming.util.CloningNamingObjectFactory
 
getName() - Method in class com.sun.enterprise.naming.util.DelegatingNamingObjectFactory
 
getName() - Method in class com.sun.enterprise.naming.util.SimpleNamingObjectFactory
 
getNameInNamespace() - Method in class com.sun.enterprise.naming.impl.JavaURLContext
Return the name of this context within the namespace.
getNameInNamespace() - Method in class com.sun.enterprise.naming.impl.SerialContext
The getNameInNamespace API is not supported in this context.
getNameInNamespace() - Method in class com.sun.enterprise.naming.impl.TransientContext
Operation not supported.
getNameParser() - Method in class com.sun.enterprise.naming.impl.GlassfishNamingManagerImpl
 
getNameParser(String) - Method in class com.sun.enterprise.naming.impl.JavaURLContext
Return the name parser for the specified name.
getNameParser(Name) - Method in class com.sun.enterprise.naming.impl.JavaURLContext
Return the name parser for the specified name.
getNameParser(String) - Method in class com.sun.enterprise.naming.impl.SerialContext
Allow access to the name parser object.
getNameParser(Name) - Method in class com.sun.enterprise.naming.impl.SerialContext
Allow access to the name parser object.
getNameParser(String) - Method in class com.sun.enterprise.naming.impl.TransientContext
List the NameParser specified by name.
getNameParser(Name) - Method in class com.sun.enterprise.naming.impl.TransientContext
List the NameParser specified by name.
getObjectInstance(Object, Name, Context, Hashtable) - Method in class com.sun.enterprise.naming.util.IIOPObjectFactory
 
getProviderManager() - Static method in class com.sun.enterprise.naming.impl.ProviderManager
 
getTransientContext() - Method in class com.sun.enterprise.naming.impl.ProviderManager
 
getURLOrDefaultInitCtx(String) - Method in class com.sun.enterprise.naming.impl.WrappedSerialContext
 
getURLOrDefaultInitCtx(Name) - Method in class com.sun.enterprise.naming.impl.WrappedSerialContext
 
GlassFishNamingBuilder - Class in com.sun.enterprise.naming
This is both a init run level service as well as our implementation of InitialContextFactoryBuilder.
GlassFishNamingBuilder() - Constructor for class com.sun.enterprise.naming.GlassFishNamingBuilder
 
GlassfishNamingManagerImpl - Class in com.sun.enterprise.naming.impl
This is the manager that handles all naming operations including publishObject as well as binding environment props, resource and ejb references in the namespace.
GlassfishNamingManagerImpl() - Constructor for class com.sun.enterprise.naming.impl.GlassfishNamingManagerImpl
 
GlassfishNamingManagerImpl(InitialContext) - Constructor for class com.sun.enterprise.naming.impl.GlassfishNamingManagerImpl
Create the naming manager.

I

IIOPOBJECT_FACTORY - Static variable in class com.sun.enterprise.naming.impl.GlassfishNamingManagerImpl
 
IIOPObjectFactory - Class in com.sun.enterprise.naming.util
An object factory to handle URL references.
IIOPObjectFactory() - Constructor for class com.sun.enterprise.naming.util.IIOPObjectFactory
 
init(Hashtable) - Method in class com.sun.enterprise.naming.impl.WrappedSerialContext
 
initializeRemoteNamingSupport(ORB) - Method in class com.sun.enterprise.naming.impl.GlassfishNamingManagerImpl
 
initRemoteProvider(ORB) - Method in class com.sun.enterprise.naming.impl.ProviderManager
 
initSerialContextProvider(ORB, TransientContext) - Static method in class com.sun.enterprise.naming.impl.RemoteSerialContextProviderImpl
Create the remote object and publish it in the CosNaming name service.
isCreateResultCacheable() - Method in interface com.sun.enterprise.naming.spi.NamingObjectFactory
Tells if the result of create() is cacheable.
isCreateResultCacheable() - Method in class com.sun.enterprise.naming.util.CloningNamingObjectFactory
 
isCreateResultCacheable() - Method in class com.sun.enterprise.naming.util.DelegatingNamingObjectFactory
 
isCreateResultCacheable() - Method in class com.sun.enterprise.naming.util.JndiInitializationNamingObjectFactory
 
isCreateResultCacheable() - Method in class com.sun.enterprise.naming.util.JndiNamingObjectFactory
 
isCreateResultCacheable() - Method in class com.sun.enterprise.naming.util.SimpleNamingObjectFactory
 

J

JavaURLContext - Class in com.sun.enterprise.naming.impl
This class is a context implementation for the java:comp namespace.
JavaURLContext(Hashtable) - Constructor for class com.sun.enterprise.naming.impl.JavaURLContext
Create a context with the specified environment.
JavaURLContext(String, Hashtable) - Constructor for class com.sun.enterprise.naming.impl.JavaURLContext
Create a context with the specified name+environment.
JavaURLContext(Hashtable, SerialContext) - Constructor for class com.sun.enterprise.naming.impl.JavaURLContext
this constructor is called from SerialContext class
JavaURLContext(JavaURLContext, SerialContext) - Constructor for class com.sun.enterprise.naming.impl.JavaURLContext
 
JndiInitializationNamingObjectFactory - Class in com.sun.enterprise.naming.util
A naming object factory that is used by resource-references of type JDBC/JMS/Connector/Mail so that Application Client Container based lookup of these references will result in the server returning the "Reference" instead of the actual object since the actual object will not work in the application client container.
JndiInitializationNamingObjectFactory() - Constructor for class com.sun.enterprise.naming.util.JndiInitializationNamingObjectFactory
 
JndiInitializationNamingObjectFactory(String, String, boolean) - Constructor for class com.sun.enterprise.naming.util.JndiInitializationNamingObjectFactory
 
JndiNamingObjectFactory - Class in com.sun.enterprise.naming.util
 
JndiNamingObjectFactory(String, String, boolean) - Constructor for class com.sun.enterprise.naming.util.JndiNamingObjectFactory
 

L

list(String) - Method in class com.sun.enterprise.naming.impl.GlassfishNamingManagerImpl
 
list(String) - Method in class com.sun.enterprise.naming.impl.JavaURLContext
Lists the contents of a context or subcontext.
list(Name) - Method in class com.sun.enterprise.naming.impl.JavaURLContext
Lists the contents of a context or subcontext.
list() - Method in class com.sun.enterprise.naming.impl.RemoteSerialContextProviderImpl
 
list(String) - Method in class com.sun.enterprise.naming.impl.RemoteSerialContextProviderImpl
 
list(String) - Method in class com.sun.enterprise.naming.impl.SerialContext
List the contents of the specified context.
list(Name) - Method in class com.sun.enterprise.naming.impl.SerialContext
List the contents of the specified context.
list() - Method in interface com.sun.enterprise.naming.impl.SerialContextProvider
 
list(String) - Method in interface com.sun.enterprise.naming.impl.SerialContextProvider
List the contents of the specified context.
list() - Method in class com.sun.enterprise.naming.impl.SerialContextProviderImpl
 
list(String) - Method in class com.sun.enterprise.naming.impl.SerialContextProviderImpl
List the contents of the specified context.
list() - Method in class com.sun.enterprise.naming.impl.TransientContext
list the objects stored by the current context
list(Name) - Method in class com.sun.enterprise.naming.impl.TransientContext
List the objects specified by name.
list(String) - Method in class com.sun.enterprise.naming.impl.TransientContext
List the objects specified by name.
listBindings(String) - Method in class com.sun.enterprise.naming.impl.GlassfishNamingManagerImpl
 
listBindings(String) - Method in class com.sun.enterprise.naming.impl.JavaURLContext
Lists the bindings of a context or subcontext.
listBindings(Name) - Method in class com.sun.enterprise.naming.impl.JavaURLContext
Lists the bindings of a context or subcontext.
listBindings(String) - Method in class com.sun.enterprise.naming.impl.SerialContext
List the bindings in the specified context.
listBindings(Name) - Method in class com.sun.enterprise.naming.impl.SerialContext
List the bindings in the specified context.
listBindings(String) - Method in class com.sun.enterprise.naming.impl.TransientContext
List the bindings of objects present in name.
listBindings(Name) - Method in class com.sun.enterprise.naming.impl.TransientContext
List the binding of objects specified by name.
listContext(String) - Method in class com.sun.enterprise.naming.impl.TransientContext
List the objects specified by name.
LOCAL_PROVIDER_NULL - Static variable in class com.sun.enterprise.naming.impl.LocalSerialContextProviderImpl
 
LocalSerialContextProviderImpl - Class in com.sun.enterprise.naming.impl
This class is the implementation of the local SerialContextProvider
LocalStringManager - Interface in com.sun.enterprise.naming.util
A local string manager.
LogFacade - Class in com.sun.enterprise.naming.util
 
logger - Static variable in class com.sun.enterprise.naming.util.LogFacade
 
lookup(String) - Method in class com.sun.enterprise.naming.impl.GlassfishNamingManagerImpl
 
lookup(String, SerialContext) - Method in class com.sun.enterprise.naming.impl.GlassfishNamingManagerImpl
This method is called from SerialContext class.
lookup(String, String) - Method in class com.sun.enterprise.naming.impl.GlassfishNamingManagerImpl
Lookup object for a particular componentId and name.
lookup(String) - Method in class com.sun.enterprise.naming.impl.JavaURLContext
Lookup an object in the serial context.
lookup(Name) - Method in class com.sun.enterprise.naming.impl.JavaURLContext
Lookup a name in either the cosnaming or serial context.
lookup(String) - Method in class com.sun.enterprise.naming.impl.LocalSerialContextProviderImpl
 
lookup(String) - Method in class com.sun.enterprise.naming.impl.RemoteSerialContextProviderImpl
 
lookup(String) - Method in class com.sun.enterprise.naming.impl.SerialContext
Lookup the specified name in the context.
lookup(Name) - Method in class com.sun.enterprise.naming.impl.SerialContext
Lookup the specifed name in the context.
lookup(String) - Method in interface com.sun.enterprise.naming.impl.SerialContextProvider
Lookup the specified name.
lookup(String) - Method in class com.sun.enterprise.naming.impl.SerialContextProviderImpl
Lookup the specified name.
lookup(String) - Method in class com.sun.enterprise.naming.impl.TransientContext
Lookup the specified name.
lookup(Name) - Method in class com.sun.enterprise.naming.impl.TransientContext
Lookup the specified name.
lookupFromAppNamespace(String, String, Hashtable) - Method in class com.sun.enterprise.naming.impl.GlassfishNamingManagerImpl
 
lookupFromModuleNamespace(String, String, String, Hashtable) - Method in class com.sun.enterprise.naming.impl.GlassfishNamingManagerImpl
 
lookupLink(String) - Method in class com.sun.enterprise.naming.impl.JavaURLContext
This context does not treat links specially.
lookupLink(Name) - Method in class com.sun.enterprise.naming.impl.JavaURLContext
This context does not treat links specially.
lookupLink(String) - Method in class com.sun.enterprise.naming.impl.SerialContext
Links are not treated specially.
lookupLink(Name) - Method in class com.sun.enterprise.naming.impl.SerialContext
Links are not treated specially.
lookupLink(String) - Method in class com.sun.enterprise.naming.impl.TransientContext
Lookup the name.
lookupLink(Name) - Method in class com.sun.enterprise.naming.impl.TransientContext
Lookup name.

M

makeCopyOfObject(Object) - Method in interface com.sun.enterprise.naming.spi.NamingUtils
 
makeCopyOfObject(Object) - Method in class com.sun.enterprise.naming.util.NamingUtilsImpl
 

N

NamedNamingObjectManager - Class in com.sun.enterprise.naming.impl
 
NamedNamingObjectManager() - Constructor for class com.sun.enterprise.naming.impl.NamedNamingObjectManager
 
NAMING_ALREADY_EXISTS - Static variable in class com.sun.enterprise.naming.impl.GlassfishNamingManagerImpl
 
NAMING_LOGGER_NAME - Static variable in class com.sun.enterprise.naming.util.LogFacade
 
NAMING_LOGGER_RB - Static variable in class com.sun.enterprise.naming.util.LogFacade
 
NamingObjectFactory - Interface in com.sun.enterprise.naming.spi
 
NamingUtils - Interface in com.sun.enterprise.naming.spi
 
NamingUtilsImpl - Class in com.sun.enterprise.naming.util
This is a utils class for refactoring the following method.
NamingUtilsImpl() - Constructor for class com.sun.enterprise.naming.util.NamingUtilsImpl
 

P

parse(String) - Method in class com.sun.enterprise.naming.impl.SerialNameParser
Parse a name into its components.
postConstruct() - Method in class com.sun.enterprise.naming.GlassFishNamingBuilder
 
postConstruct() - Method in class com.sun.enterprise.naming.impl.ClientNamingConfiguratorImpl
 
preDestroy() - Method in class com.sun.enterprise.naming.GlassFishNamingBuilder
 
ProviderManager - Class in com.sun.enterprise.naming.impl
This class is a facade for the remote and local SerialContextProvider The need for this class arose from the fact that we wanted to have a way of lazily initializing the Remote SerialContextProvider.
publishCosNamingObject(String, Object, boolean) - Method in class com.sun.enterprise.naming.impl.GlassfishNamingManagerImpl
 
publishObject(String, Object, boolean) - Method in class com.sun.enterprise.naming.impl.GlassfishNamingManagerImpl
Publish a name in the naming service.
publishObject(Name, Object, boolean) - Method in class com.sun.enterprise.naming.impl.GlassfishNamingManagerImpl
Publish a name in the naming service.

R

rebind(String, Object) - Method in class com.sun.enterprise.naming.impl.JavaURLContext
Rebind an object in the namespace.
rebind(Name, Object) - Method in class com.sun.enterprise.naming.impl.JavaURLContext
Rebind an object in the namespace.
rebind(String, Object) - Method in class com.sun.enterprise.naming.impl.LocalSerialContextProviderImpl
overriding the super.rebind() since we need to make a copy of the object before it gets put into the rootContext.
rebind(String, Object) - Method in class com.sun.enterprise.naming.impl.SerialContext
Rebind the object to the specified name.
rebind(Name, Object) - Method in class com.sun.enterprise.naming.impl.SerialContext
Rebind the object to the specified name.
rebind(String, Object) - Method in interface com.sun.enterprise.naming.impl.SerialContextProvider
Rebind the object to the specified name.
rebind(String, Object) - Method in class com.sun.enterprise.naming.impl.SerialContextProviderImpl
Rebind the object to the specified name.
rebind(String, Object) - Method in class com.sun.enterprise.naming.impl.TransientContext
Rebinds the object specified by name
rebind(Name, Object) - Method in class com.sun.enterprise.naming.impl.TransientContext
Binds or rebinds the object specified by name
RemoteSerialContextProviderImpl - Class in com.sun.enterprise.naming.impl
This class is the implementation of the Remote SerialContextProvider
removeFromEnvironment(String) - Method in class com.sun.enterprise.naming.impl.JavaURLContext
Remove a property from the environment.
removeFromEnvironment(String) - Method in class com.sun.enterprise.naming.impl.SerialContext
Remove from the environment for the current context.
removeFromEnvironment(String) - Method in class com.sun.enterprise.naming.impl.TransientContext
Remove property from the environment.
rename(String, String) - Method in class com.sun.enterprise.naming.impl.JavaURLContext
The rename operation is not supported by this context.
rename(Name, Name) - Method in class com.sun.enterprise.naming.impl.JavaURLContext
The rename operation is not supported by this context.
rename(String, String) - Method in class com.sun.enterprise.naming.impl.SerialContext
Rename the bound object.
rename(Name, Name) - Method in class com.sun.enterprise.naming.impl.SerialContext
Rename the bound object.
rename(String, String) - Method in interface com.sun.enterprise.naming.impl.SerialContextProvider
Rename the bound object.
rename(String, String) - Method in class com.sun.enterprise.naming.impl.SerialContextProviderImpl
Rename the bound object.
rename(Name, Name) - Method in class com.sun.enterprise.naming.impl.TransientContext
Rename the object specified by oldname to newname
rename(String, String) - Method in class com.sun.enterprise.naming.impl.TransientContext
Rename the object specified by oldname to newname
restoreJavaCompEnvContext(String) - Method in class com.sun.enterprise.naming.impl.GlassfishNamingManagerImpl
Recreate a context for java:comp/env or one of its sub-contexts given the context name.

S

SERIAL_CONTEXT_PROVIDER_NAME - Static variable in class com.sun.enterprise.naming.impl.RemoteSerialContextProviderImpl
 
SerialContext - Class in com.sun.enterprise.naming.impl
This context provides access to the app server naming service.
SerialContext(String, Hashtable, ServiceLocator) - Constructor for class com.sun.enterprise.naming.impl.SerialContext
Constructor for the context.
SerialContext(Hashtable, ServiceLocator) - Constructor for class com.sun.enterprise.naming.impl.SerialContext
This constructor takes the component id as an argument.
SerialContextProvider - Interface in com.sun.enterprise.naming.impl
 
SerialContextProviderImpl - Class in com.sun.enterprise.naming.impl
 
SerialContextProviderImpl(TransientContext) - Constructor for class com.sun.enterprise.naming.impl.SerialContextProviderImpl
 
SerialInitContextFactory - Class in com.sun.enterprise.naming.impl
 
SerialInitContextFactory() - Constructor for class com.sun.enterprise.naming.impl.SerialInitContextFactory
 
SerialInitContextFactory - Class in com.sun.enterprise.naming
This class has the name of the legacy SerialInitContextFactory class in V2 and earlier.
SerialInitContextFactory() - Constructor for class com.sun.enterprise.naming.SerialInitContextFactory
 
SerialNameParser - Class in com.sun.enterprise.naming.impl
 
SerialNameParser() - Constructor for class com.sun.enterprise.naming.impl.SerialNameParser
 
setDefaultHost(String) - Method in class com.sun.enterprise.naming.impl.ClientNamingConfiguratorImpl
 
setDefaultPort(String) - Method in class com.sun.enterprise.naming.impl.ClientNamingConfiguratorImpl
 
SimpleNamingObjectFactory - Class in com.sun.enterprise.naming.util
 
SimpleNamingObjectFactory(String, Object) - Constructor for class com.sun.enterprise.naming.util.SimpleNamingObjectFactory
 

T

toString() - Method in class com.sun.enterprise.naming.impl.SerialContext
 
TransientContext - Class in com.sun.enterprise.naming.impl
Class to implement multiple level of subcontexts in SerialContext.
TransientContext() - Constructor for class com.sun.enterprise.naming.impl.TransientContext
 
tryNamedProxies(String) - Static method in class com.sun.enterprise.naming.impl.NamedNamingObjectManager
 

U

unbind(String) - Method in class com.sun.enterprise.naming.impl.JavaURLContext
Unbind an object from the namespace.
unbind(Name) - Method in class com.sun.enterprise.naming.impl.JavaURLContext
Unbind an object from the namespace.
unbind(String) - Method in class com.sun.enterprise.naming.impl.SerialContext
Unbind the object with the specified name.
unbind(Name) - Method in class com.sun.enterprise.naming.impl.SerialContext
Unbind the object with the specified name.
unbind(String) - Method in interface com.sun.enterprise.naming.impl.SerialContextProvider
Unbind the specified object.
unbind(String) - Method in class com.sun.enterprise.naming.impl.SerialContextProviderImpl
Unbind the specified object.
unbind(String) - Method in class com.sun.enterprise.naming.impl.TransientContext
Unbinds the object specified by name.
unbind(Name) - Method in class com.sun.enterprise.naming.impl.TransientContext
Unbinds the object specified by name
unbindAppObject(String, String) - Method in class com.sun.enterprise.naming.impl.GlassfishNamingManagerImpl
 
unbindAppObjects(String) - Method in class com.sun.enterprise.naming.impl.GlassfishNamingManagerImpl
 
unbindComponentObjects(String) - Method in class com.sun.enterprise.naming.impl.GlassfishNamingManagerImpl
This method enumerates the env properties, ejb and resource references and unbinds them from the java:comp namespace.
unbindModuleObject(String, String, String) - Method in class com.sun.enterprise.naming.impl.GlassfishNamingManagerImpl
 
unpublishCosNamingObject(String) - Method in class com.sun.enterprise.naming.impl.GlassfishNamingManagerImpl
Remove an object from the naming service.
unpublishObject(String) - Method in class com.sun.enterprise.naming.impl.GlassfishNamingManagerImpl
 
unpublishObject(Name) - Method in class com.sun.enterprise.naming.impl.GlassfishNamingManagerImpl
Remove an object from the naming service.

W

WrappedSerialContext - Class in com.sun.enterprise.naming.impl
This is a Wrapper for SerialContext.
A B C D E F G I J L M N P R S T U W 
Skip navigation links

Copyright © 2017–2019 Eclipse Foundation. All rights reserved.