Index
All Classes and Interfaces|All Packages|Constant Field Values|Serialized Form
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(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(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(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.JavaURLContext
-
Bind an object in the namespace.
- bind(Name, 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.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
- bindToModuleNamespace(String, String, Collection<? extends JNDIBinding>) - Method in class com.sun.enterprise.naming.impl.GlassfishNamingManagerImpl
C
- 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<T> - Class in com.sun.enterprise.naming.util
- CloningNamingObjectFactory(SimpleJndiName, NamingObjectFactory) - Constructor for class com.sun.enterprise.naming.util.CloningNamingObjectFactory
- CloningNamingObjectFactory(SimpleJndiName, T) - 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
-
Resets the environemnt to null and clears all bindings.
- 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(String, String) - 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.JavaURLContext
- composeName(Name, Name) - Method in class com.sun.enterprise.naming.impl.SerialContext
- 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.JndiInitializationNamingObjectFactory
- create(Context) - Method in class com.sun.enterprise.naming.util.JndiNamingObjectFactory
- create(Context) - Method in class com.sun.enterprise.naming.util.SimpleNamingObjectFactory
- createCloningNamingObjectFactory(SimpleJndiName, NamingObjectFactory) - Method in interface com.sun.enterprise.naming.spi.NamingUtils
- createCloningNamingObjectFactory(SimpleJndiName, NamingObjectFactory) - Method in class com.sun.enterprise.naming.util.NamingUtilsImpl
- createInitialContextFactory(Hashtable<?, ?>) - Method in class com.sun.enterprise.naming.GlassFishNamingBuilder
- createLazyInitializationNamingObjectFactory(SimpleJndiName, SimpleJndiName, boolean) - Method in interface com.sun.enterprise.naming.spi.NamingUtils
- createLazyInitializationNamingObjectFactory(SimpleJndiName, SimpleJndiName, boolean) - Method in class com.sun.enterprise.naming.util.NamingUtilsImpl
- createLazyNamingObjectFactory(SimpleJndiName, SimpleJndiName, boolean) - Method in interface com.sun.enterprise.naming.spi.NamingUtils
- createLazyNamingObjectFactory(SimpleJndiName, SimpleJndiName, boolean) - Method in class com.sun.enterprise.naming.util.NamingUtilsImpl
- createSimpleNamingObjectFactory(SimpleJndiName, T) - Method in interface com.sun.enterprise.naming.spi.NamingUtils
- createSimpleNamingObjectFactory(SimpleJndiName, T) - Method in class com.sun.enterprise.naming.util.NamingUtilsImpl
- createSubcontext(String) - 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(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
- 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.JavaURLContext
- createSubcontext(Name) - Method in class com.sun.enterprise.naming.impl.SerialContext
-
Create the specified subcontext.
- createSubcontext(Name) - Method in class com.sun.enterprise.naming.impl.TransientContext
-
Create a subcontext with the specified name.
D
- destroySubcontext(String) - 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(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
- 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.JavaURLContext
-
The destroySubcontext operation is not supported by this context.
- destroySubcontext(Name) - Method in class com.sun.enterprise.naming.impl.SerialContext
-
Destroy the specified subcontext.
- destroySubcontext(Name) - Method in class com.sun.enterprise.naming.impl.TransientContext
-
Destroy the subcontext with the specified name.
E
- EXCEPTION_COPY_MUTABLE - Static variable in class com.sun.enterprise.naming.util.NamingUtilsImpl
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.SerialInitContextFactory
-
Create the InitialContext object.
- getInitialContext(Hashtable<?, ?>) - Method in class com.sun.enterprise.naming.impl.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.impl.JavaURLContext
- getName() - Method in class com.sun.enterprise.naming.util.CloningNamingObjectFactory
- 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
- 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(String) - 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.JavaURLContext
-
Return the name parser for the specified name.
- getNameParser(Name) - 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.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
-
Create the naming manager.
- 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.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:* namespaces.
- JavaURLContext(JavaURLContext) - Constructor for class com.sun.enterprise.naming.impl.JavaURLContext
-
Create a context with the same name and env.
- JavaURLContext(JavaURLContext, SerialContext) - Constructor for class com.sun.enterprise.naming.impl.JavaURLContext
- JavaURLContext(Hashtable<Object, Object>, SerialContext) - Constructor for class com.sun.enterprise.naming.impl.JavaURLContext
- JavaURLContext(SimpleJndiName) - Constructor for class com.sun.enterprise.naming.impl.JavaURLContext
-
Create a context with the specified environment.
- JavaURLContext(SimpleJndiName, Hashtable<Object, Object>) - Constructor for class com.sun.enterprise.naming.impl.JavaURLContext
-
Create a context with the specified name+environment.
- 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(SimpleJndiName, SimpleJndiName, boolean) - Constructor for class com.sun.enterprise.naming.util.JndiInitializationNamingObjectFactory
- JndiNamingObjectFactory - Class in com.sun.enterprise.naming.util
- JndiNamingObjectFactory(SimpleJndiName, SimpleJndiName, boolean) - Constructor for class com.sun.enterprise.naming.util.JndiNamingObjectFactory
L
- list() - Method in class com.sun.enterprise.naming.impl.RemoteSerialContextProviderImpl
- list() - Method in interface com.sun.enterprise.naming.impl.SerialContextProvider
- list() - Method in class com.sun.enterprise.naming.impl.SerialContextProviderImpl
- list() - Method in class com.sun.enterprise.naming.impl.TransientContext
-
list the objects stored by the current context
- list(String) - Method in class com.sun.enterprise.naming.impl.JavaURLContext
-
Lists the contents of a context or subcontext.
- 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(String) - Method in interface com.sun.enterprise.naming.impl.SerialContextProvider
-
List the contents of the specified context.
- list(String) - Method in class com.sun.enterprise.naming.impl.SerialContextProviderImpl
- list(String) - Method in class com.sun.enterprise.naming.impl.TransientContext
-
List the objects specified by name.
- list(Name) - 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.SerialContext
-
List the contents of the specified context.
- list(Name) - Method in class com.sun.enterprise.naming.impl.TransientContext
-
List the objects specified by name.
- list(SimpleJndiName) - 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(String) - 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.JavaURLContext
-
Lists the bindings of a context or subcontext.
- listBindings(Name) - 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.TransientContext
-
List the binding of objects specified by name.
- listBindings(SimpleJndiName) - Method in class com.sun.enterprise.naming.impl.GlassfishNamingManagerImpl
- 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.JavaURLContext
-
Lookup an object in the 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(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(String) - Method in class com.sun.enterprise.naming.impl.TransientContext
-
Lookup the specified name.
- lookup(String, SimpleJndiName) - Method in class com.sun.enterprise.naming.impl.GlassfishNamingManagerImpl
-
Lookup object for a particular componentId and name.
- lookup(Name) - Method in class com.sun.enterprise.naming.impl.JavaURLContext
-
Lookup a name in either the cosnaming or serial context.
- lookup(Name) - Method in class com.sun.enterprise.naming.impl.SerialContext
-
Lookup the specifed name in the context.
- lookup(Name) - Method in class com.sun.enterprise.naming.impl.TransientContext
-
Lookup the specified name.
- lookup(SimpleJndiName) - Method in class com.sun.enterprise.naming.impl.GlassfishNamingManagerImpl
- lookup(SimpleJndiName, SerialContext) - Method in class com.sun.enterprise.naming.impl.GlassfishNamingManagerImpl
-
This method is called from SerialContext class.
- lookupFromAppNamespace(String, SimpleJndiName, Hashtable<?, ?>) - Method in class com.sun.enterprise.naming.impl.GlassfishNamingManagerImpl
- lookupFromComponentNamespace(SimpleJndiName) - Method in class com.sun.enterprise.naming.impl.GlassfishNamingManagerImpl
- lookupFromModuleNamespace(String, String, SimpleJndiName, 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(String) - 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.JavaURLContext
-
This context does not treat links specially.
- lookupLink(Name) - Method in class com.sun.enterprise.naming.impl.SerialContext
-
Links are not treated specially.
- lookupLink(Name) - Method in class com.sun.enterprise.naming.impl.TransientContext
-
Lookup name.
M
- makeCopyOfObject(T) - Method in interface com.sun.enterprise.naming.spi.NamingUtils
- makeCopyOfObject(T) - Method in class com.sun.enterprise.naming.util.NamingUtilsImpl
N
- 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(SimpleJndiName, Object, boolean) - Method in class com.sun.enterprise.naming.impl.GlassfishNamingManagerImpl
- publishObject(Name, Object, boolean) - Method in class com.sun.enterprise.naming.impl.GlassfishNamingManagerImpl
- publishObject(SimpleJndiName, Object, boolean) - Method in class com.sun.enterprise.naming.impl.GlassfishNamingManagerImpl
R
- rebind(String, 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(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(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.JavaURLContext
-
Rebind an object in the namespace.
- rebind(Name, 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.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(String, String) - 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(String, String) - Method in class com.sun.enterprise.naming.impl.TransientContext
-
Rename the object specified by oldname to newname
- rename(Name, Name) - 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.SerialContext
-
Rename the bound object.
- rename(Name, Name) - Method in class com.sun.enterprise.naming.impl.TransientContext
-
Rename the object specified by oldname to newname
- restoreJavaCompEnvContext(SimpleJndiName) - 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<Object, Object>, ServiceLocator) - Constructor for class com.sun.enterprise.naming.impl.SerialContext
-
This constructor takes the component id as an argument.
- SerialContext(Hashtable<Object, Object>, ServiceLocator) - Constructor for class com.sun.enterprise.naming.impl.SerialContext
-
This constructor uses an empty string as a name.
- 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 - 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.impl.SerialInitContextFactory
- 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<T> - Class in com.sun.enterprise.naming.util
- SimpleNamingObjectFactory(SimpleJndiName, T) - Constructor for class com.sun.enterprise.naming.util.SimpleNamingObjectFactory
T
- toString() - Method in class com.sun.enterprise.naming.impl.JavaURLContext
- 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
U
- unbind(String) - 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(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(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.JavaURLContext
-
Unbind an object from the namespace.
- unbind(Name) - 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.TransientContext
-
Unbinds the object specified by name
- unbindAppObject(String, SimpleJndiName) - 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
- unbindModuleObject(String, String, SimpleJndiName) - Method in class com.sun.enterprise.naming.impl.GlassfishNamingManagerImpl
- unpublishCosNamingObject(SimpleJndiName) - Method in class com.sun.enterprise.naming.impl.GlassfishNamingManagerImpl
- unpublishObject(Name) - Method in class com.sun.enterprise.naming.impl.GlassfishNamingManagerImpl
- unpublishObject(SimpleJndiName) - Method in class com.sun.enterprise.naming.impl.GlassfishNamingManagerImpl
W
- WrappedSerialContext - Class in com.sun.enterprise.naming.impl
-
This is a Wrapper for
SerialContext.
All Classes and Interfaces|All Packages|Constant Field Values|Serialized Form