A B C D F G I J L M N O 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.
annotateClass(ObjectOutputStream, Class<?>) - Method in class com.sun.enterprise.naming.util.NonOSGiObjectInputOutputStreamFactoryImpl
 
annotateClass(ObjectOutputStream, Class<?>) - Method in interface com.sun.enterprise.naming.util.ObjectInputOutputStreamFactory
 
annotateClass(ObjectOutputStream, Class<?>) - Method in class com.sun.enterprise.naming.util.OSGiObjectInputOutputStreamFactoryImpl
 

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(Habitat) - 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.
CORBALOC - Static variable in class com.sun.enterprise.naming.impl.SerialInitContextFactory
 
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.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
 
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
 
createObjectInputStream(InputStream) - Method in class com.sun.enterprise.naming.util.NonOSGiObjectInputOutputStreamFactoryImpl
 
createObjectInputStream(InputStream) - Method in interface com.sun.enterprise.naming.util.ObjectInputOutputStreamFactory
 
createObjectInputStream(InputStream) - Method in class com.sun.enterprise.naming.util.OSGiObjectInputOutputStreamFactoryImpl
 
createObjectOutputStream(OutputStream) - Method in class com.sun.enterprise.naming.util.NonOSGiObjectInputOutputStreamFactoryImpl
 
createObjectOutputStream(OutputStream) - Method in interface com.sun.enterprise.naming.util.ObjectInputOutputStreamFactory
 
createObjectOutputStream(OutputStream) - Method in class com.sun.enterprise.naming.util.OSGiObjectInputOutputStreamFactoryImpl
 
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

debug - Static variable in class com.sun.enterprise.naming.impl.TransientContext
 
debug - Static variable in class com.sun.enterprise.naming.util.IIOPObjectFactory
 
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.

F

forceMembershipChange() - Method in class com.sun.enterprise.naming.impl.GroupInfoServiceObserverImpl
 

G

getAddressPortList(String, String) - Method in class com.sun.enterprise.naming.impl.RoundRobinPolicy
 
getDefaultInitCtx() - Method in class com.sun.enterprise.naming.impl.WrappedSerialContext
 
getEndpointForProviderURL(String) - Method in class com.sun.enterprise.naming.impl.RoundRobinPolicy
 
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.
getFactory() - Static method in class com.sun.enterprise.naming.util.ObjectInputOutputStreamFactoryFactory
 
getHostPortList() - Method in class com.sun.enterprise.naming.impl.RoundRobinPolicy
 
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.
getLifecycle() - Method in class com.sun.enterprise.naming.GlassFishNamingBuilder
 
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
 
getMailLogOutputStream() - Method in interface com.sun.enterprise.naming.spi.NamingUtils
 
getMailLogOutputStream() - Method in class com.sun.enterprise.naming.util.NamingUtilsImpl
 
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.
getNextRotation() - Method in class com.sun.enterprise.naming.impl.RoundRobinPolicy
 
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 Startup 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.
GroupInfoServiceObserverImpl - Class in com.sun.enterprise.naming.impl
Called when the GroupInfoService that you register with has a change.
GroupInfoServiceObserverImpl(GroupInfoService, RoundRobinPolicy) - Constructor for class com.sun.enterprise.naming.impl.GroupInfoServiceObserverImpl
 

I

IC_BASED - Static variable in class com.sun.enterprise.naming.impl.SerialInitContextFactory
 
IC_BASED_WEIGHTED - Static variable in class com.sun.enterprise.naming.impl.SerialInitContextFactory
 
IIOP_ENDPOINTS_PROPERTY - Static variable in class com.sun.enterprise.naming.impl.SerialInitContextFactory
 
IIOP_URL - Static variable in class com.sun.enterprise.naming.impl.SerialInitContextFactory
 
IIOP_URL_PROPERTY - Static variable in class com.sun.enterprise.naming.impl.SerialInitContextFactory
 
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.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
 
JndiNamingObjectFactory - Class in com.sun.enterprise.naming.util
 
JndiNamingObjectFactory(String, String, boolean) - Constructor for class com.sun.enterprise.naming.util.JndiNamingObjectFactory
 

L

level - Variable in class com.sun.enterprise.naming.util.LogOutputStream
 
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.
LOAD_BALANCING_PROPERTY - Static variable in class com.sun.enterprise.naming.impl.SerialInitContextFactory
 
loader - Variable in class com.sun.enterprise.naming.util.ObjectInputStreamWithLoader
 
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.
log(String) - Method in class com.sun.enterprise.naming.util.LogOutputStream
Log the specified message.
log(String) - Method in class com.sun.enterprise.naming.util.MailLogOutputStream
All output except detained protocol traces starts with "DEBUG".
LogFacade - Class in com.sun.enterprise.naming.util
 
LogFacade() - Constructor for class com.sun.enterprise.naming.util.LogFacade
 
logger - Variable in class com.sun.enterprise.naming.util.LogOutputStream
 
LogOutputStream - Class in com.sun.enterprise.naming.util
Capture output lines and send them to the system error log.
LogOutputStream(String) - Constructor for class com.sun.enterprise.naming.util.LogOutputStream
Log to the specified facility at the default FINE level.
LogOutputStream(String, Level) - Constructor for class com.sun.enterprise.naming.util.LogOutputStream
Log to the specified facility at the specified level.
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

MailLogOutputStream - Class in com.sun.enterprise.naming.util
Capture JavaMail debug output.
MailLogOutputStream() - Constructor for class com.sun.enterprise.naming.util.MailLogOutputStream
 
makeCopyOfObject(Object) - Method in interface com.sun.enterprise.naming.spi.NamingUtils
 
makeCopyOfObject(Object) - Method in class com.sun.enterprise.naming.util.NamingUtilsImpl
 
membershipChange() - Method in class com.sun.enterprise.naming.impl.GroupInfoServiceObserverImpl
 

N

NamedNamingObjectManager - Class in com.sun.enterprise.naming.impl
 
NamedNamingObjectManager() - Constructor for class com.sun.enterprise.naming.impl.NamedNamingObjectManager
 
NamingActivator - Class in com.sun.enterprise.naming.util
 
NamingActivator() - Constructor for class com.sun.enterprise.naming.util.NamingActivator
 
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
 
NonOSGiObjectInputOutputStreamFactoryImpl - Class in com.sun.enterprise.naming.util
 
NonOSGiObjectInputOutputStreamFactoryImpl() - Constructor for class com.sun.enterprise.naming.util.NonOSGiObjectInputOutputStreamFactoryImpl
 

O

ObjectInputOutputStreamFactory - Interface in com.sun.enterprise.naming.util
 
ObjectInputOutputStreamFactoryFactory - Class in com.sun.enterprise.naming.util
 
ObjectInputOutputStreamFactoryFactory() - Constructor for class com.sun.enterprise.naming.util.ObjectInputOutputStreamFactoryFactory
 
ObjectInputStreamWithLoader - Class in com.sun.enterprise.naming.util
This subclass of ObjectInputStream delegates loading of classes to an existing ClassLoader.
ObjectInputStreamWithLoader(InputStream, ClassLoader) - Constructor for class com.sun.enterprise.naming.util.ObjectInputStreamWithLoader
Loader must be non-null;
OSGiObjectInputOutputStreamFactoryImpl - Class in com.sun.enterprise.naming.util
 
OSGiObjectInputOutputStreamFactoryImpl(BundleContext) - Constructor for class com.sun.enterprise.naming.util.OSGiObjectInputOutputStreamFactoryImpl
 

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
resolveClass(ObjectInputStream, ObjectStreamClass) - Method in class com.sun.enterprise.naming.util.NonOSGiObjectInputOutputStreamFactoryImpl
 
resolveClass(ObjectInputStream, ObjectStreamClass) - Method in interface com.sun.enterprise.naming.util.ObjectInputOutputStreamFactory
 
resolveClass(ObjectStreamClass) - Method in class com.sun.enterprise.naming.util.ObjectInputStreamWithLoader
Use the given ClassLoader rather than using the system class
resolveClass(ObjectInputStream, ObjectStreamClass) - Method in class com.sun.enterprise.naming.util.OSGiObjectInputOutputStreamFactoryImpl
 
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.
RoundRobinPolicy - Class in com.sun.enterprise.naming.impl
The list of endpoints are randomized the very first time.
RoundRobinPolicy(List<String>) - Constructor for class com.sun.enterprise.naming.impl.RoundRobinPolicy
 

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, Habitat) - Constructor for class com.sun.enterprise.naming.impl.SerialContext
Constructor for the context.
SerialContext(Hashtable, Habitat) - 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
 
start(BundleContext) - Method in class com.sun.enterprise.naming.util.NamingActivator
 
stop(BundleContext) - Method in class com.sun.enterprise.naming.util.NamingActivator
 

T

toString() - Method in class com.sun.enterprise.naming.impl.RoundRobinPolicy
 
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.
write(int) - Method in class com.sun.enterprise.naming.util.LogOutputStream
 
write(byte[]) - Method in class com.sun.enterprise.naming.util.LogOutputStream
 
write(byte[], int, int) - Method in class com.sun.enterprise.naming.util.LogOutputStream
 

_

_logger - Static variable in class com.sun.enterprise.naming.impl.GroupInfoServiceObserverImpl
 
_logger - Static variable in class com.sun.enterprise.naming.impl.SerialInitContextFactory
 
_logger - Static variable in class com.sun.enterprise.naming.util.LogFacade
 

A B C D F G I J L M N O P R S T U W _

Copyright © 2012 GlassFish Community. All Rights Reserved.