A B C D F G J L O P R S U

A

addBinding(String, Context) - Method in class org.ow2.jonas.lib.naming.ComponentContext
Allow to add a binding in order to enhance the current context.
addDelegate(JComponentContextFactoryDelegate) - Method in class org.ow2.jonas.lib.naming.SingletonComponentContextFactory
Add the given JComponentContextFactoryDelegate to this NamingManager instance.
addToEnvironment(String, Object) - Method in class org.ow2.jonas.lib.naming.ComponentContext
Adds a new environment property to the environment of this context.
addToEnvironment(String, Object) - Method in class org.ow2.jonas.lib.naming.java.javaURLContext
Adds a new environment property to the environment of this context.
addWrapped(Context) - Method in class org.ow2.jonas.lib.naming.ComponentContext
Allow to wrap a given context for delegating lookup operations.
addWrapped(Context, boolean) - Method in class org.ow2.jonas.lib.naming.ComponentContext
Allow to wrap a given context for delegating lookup operations.

B

bind(Name, Object) - Method in class org.ow2.jonas.lib.naming.ComponentContext
Binds a name to an object.
bind(String, Object) - Method in class org.ow2.jonas.lib.naming.ComponentContext
Binds a name to an object.
bind(Name, Object) - Method in class org.ow2.jonas.lib.naming.java.javaURLContext
Binds a name to an object.
bind(String, Object) - Method in class org.ow2.jonas.lib.naming.java.javaURLContext
Binds a name to an object.

C

close() - Method in class org.ow2.jonas.lib.naming.ComponentContext
Closes this context.
close() - Method in class org.ow2.jonas.lib.naming.java.javaURLContext
Closes this context.
ComponentContext - Class in org.ow2.jonas.lib.naming
JOnAS implementation of Context interface.
Supports subContexts (because of jndi/, ejb/, ...)
ComponentContext(String, Hashtable) - Constructor for class org.ow2.jonas.lib.naming.ComponentContext
Constructor.
ComponentContext(String) - Constructor for class org.ow2.jonas.lib.naming.ComponentContext
Constructor.
ComponentNameParser - Class in org.ow2.jonas.lib.naming
Basic name parser used for java:comp naming space.
ComponentNameParser() - Constructor for class org.ow2.jonas.lib.naming.ComponentNameParser
 
composeName(Name, Name) - Method in class org.ow2.jonas.lib.naming.ComponentContext
Composes the name of this context with a name relative to this context.
composeName(String, String) - Method in class org.ow2.jonas.lib.naming.ComponentContext
Composes the name of this context with a name relative to this context: Not supported.
composeName(Name, Name) - Method in class org.ow2.jonas.lib.naming.java.javaURLContext
Composes the name of this context with a name relative to this context.
composeName(String, String) - Method in class org.ow2.jonas.lib.naming.java.javaURLContext
Composes the name of this context with a name relative to this context.
createComponentContext(String) - Method in class org.ow2.jonas.lib.naming.SingletonComponentContextFactory
Create Context for component environments.
createComponentContext(String, Context, Context) - Method in class org.ow2.jonas.lib.naming.SingletonComponentContextFactory
Create Context for component environments.
createSubcontext(Name) - Method in class org.ow2.jonas.lib.naming.ComponentContext
Creates and binds a new context.
createSubcontext(String) - Method in class org.ow2.jonas.lib.naming.ComponentContext
Creates and binds a new context.
createSubcontext(Name) - Method in class org.ow2.jonas.lib.naming.java.javaURLContext
Creates and binds a new context.
createSubcontext(String) - Method in class org.ow2.jonas.lib.naming.java.javaURLContext
Creates and binds a new context.

D

destroySubcontext(Name) - Method in class org.ow2.jonas.lib.naming.ComponentContext
Destroys the named context and removes it from the namespace.
destroySubcontext(String) - Method in class org.ow2.jonas.lib.naming.ComponentContext
Destroys the named context and removes it from the namespace.
destroySubcontext(Name) - Method in class org.ow2.jonas.lib.naming.java.javaURLContext
Destroys the named context and removes it from the namespace.
destroySubcontext(String) - Method in class org.ow2.jonas.lib.naming.java.javaURLContext
Destroys the named context and removes it from the namespace.

F

FACTORY_TYPE - Static variable in class org.ow2.jonas.lib.naming.URLFactory
The Java type for which this factory knows how to create objects.

G

getComponentContext() - Method in class org.ow2.jonas.lib.naming.SingletonNamingManager
Get the Context associated with the current thread or to a class loader.
getComponentContext(ClassLoader) - Method in class org.ow2.jonas.lib.naming.SingletonNamingManager
Return the ComponentContext associated with the given classloader.
getEnv() - Method in class org.ow2.jonas.lib.naming.SingletonNamingManager
Return the environment for JNDI This is used only for handles today.
getEnvironment() - Method in class org.ow2.jonas.lib.naming.ComponentContext
Retrieves the environment in effect for this context.
getEnvironment() - Method in class org.ow2.jonas.lib.naming.java.javaURLContext
Retrieves the environment in effect for this context.
getGlobalContext() - Method in class org.ow2.jonas.lib.naming.SingletonComponentContextFactory
 
getInitialContext() - Method in class org.ow2.jonas.lib.naming.SingletonNamingManager
Get the initialContext used in this jonas server.
getInstance() - Static method in class org.ow2.jonas.lib.naming.SingletonComponentContextFactory
Return the unique instance of a JComponentContextFactory.
getInstance() - Static method in class org.ow2.jonas.lib.naming.SingletonNamingManager
Return the unique instance of a NamingManager.
getNameInNamespace() - Method in class org.ow2.jonas.lib.naming.ComponentContext
Retrieves the full name of this context within its own namespace.
getNameInNamespace() - Method in class org.ow2.jonas.lib.naming.java.javaURLContext
Retrieves the full name of this context within its own namespace.
getNameParser(Name) - Method in class org.ow2.jonas.lib.naming.ComponentContext
Retrieves the parser associated with the named context.
getNameParser(String) - Method in class org.ow2.jonas.lib.naming.ComponentContext
Retrieves the parser associated with the named context.
getNameParser(Name) - Method in class org.ow2.jonas.lib.naming.java.javaURLContext
Retrieves the parser associated with the named context.
getNameParser(String) - Method in class org.ow2.jonas.lib.naming.java.javaURLContext
Retrieves the parser associated with the named context.
getObjectInstance(Object, Name, Context, Hashtable) - Method in class org.ow2.jonas.lib.naming.java.javaURLContextFactory
Returns an instance of javaURLContext for a java URL.
getObjectInstance(Object, Name, Context, Hashtable<?, ?>) - Method in class org.ow2.jonas.lib.naming.URLFactory
Creates a java.net.URL object using the location or reference information specified.
getServerContext() - Method in class org.ow2.jonas.lib.naming.SingletonNamingManager
Get the server component context.

J

javaURLContext - Class in org.ow2.jonas.lib.naming.java
Context implementation for the java: namespace.
javaURLContext(Hashtable) - Constructor for class org.ow2.jonas.lib.naming.java.javaURLContext
Constructor.
javaURLContextFactory - Class in org.ow2.jonas.lib.naming.java
Context factory for javaURLContext objects.
javaURLContextFactory() - Constructor for class org.ow2.jonas.lib.naming.java.javaURLContextFactory
 

L

list(Name) - Method in class org.ow2.jonas.lib.naming.ComponentContext
Enumerates the names bound in the named context, along with the class names of objects bound to them.
list(String) - Method in class org.ow2.jonas.lib.naming.ComponentContext
Enumerates the names bound in the named context, along with the class names of objects bound to them.
list(Name) - Method in class org.ow2.jonas.lib.naming.java.javaURLContext
Enumerates the names bound in the named context, along with the class names of objects bound to them.
list(String) - Method in class org.ow2.jonas.lib.naming.java.javaURLContext
Enumerates the names bound in the named context, along with the class names of objects bound to them.
listBindings(Name) - Method in class org.ow2.jonas.lib.naming.ComponentContext
Enumerates the names bound in the named context, along with the objects bound to them.
listBindings(String) - Method in class org.ow2.jonas.lib.naming.ComponentContext
Enumerates the names bound in the named context, along with the objects bound to them.
listBindings(Name) - Method in class org.ow2.jonas.lib.naming.java.javaURLContext
Enumerates the names bound in the named context, along with the objects bound to them.
listBindings(String) - Method in class org.ow2.jonas.lib.naming.java.javaURLContext
Enumerates the names bound in the named context, along with the objects bound to them.
lookup(Name) - Method in class org.ow2.jonas.lib.naming.ComponentContext
Retrieves the named object.
lookup(String) - Method in class org.ow2.jonas.lib.naming.ComponentContext
Retrieves the named object.
lookup(Name) - Method in class org.ow2.jonas.lib.naming.java.javaURLContext
Retrieves the named object.
lookup(String) - Method in class org.ow2.jonas.lib.naming.java.javaURLContext
Retrieves the named object.
lookupLink(Name) - Method in class org.ow2.jonas.lib.naming.ComponentContext
Retrieves the named object, following links except for the terminal atomic component of the name.
lookupLink(String) - Method in class org.ow2.jonas.lib.naming.ComponentContext
Retrieves the named object, following links except for the terminal atomic component of the name.
lookupLink(Name) - Method in class org.ow2.jonas.lib.naming.java.javaURLContext
Retrieves the named object, following links except for the terminal atomic component of the name.
lookupLink(String) - Method in class org.ow2.jonas.lib.naming.java.javaURLContext
Retrieves the named object, following links except for the terminal atomic component of the name.

O

org.ow2.jonas.lib.naming - package org.ow2.jonas.lib.naming
 
org.ow2.jonas.lib.naming.java - package org.ow2.jonas.lib.naming.java
 

P

parse(String) - Method in class org.ow2.jonas.lib.naming.ComponentNameParser
Parse a name into its components.

R

rebind(Name, Object) - Method in class org.ow2.jonas.lib.naming.ComponentContext
Binds a name to an object, overwriting any existing binding.
rebind(String, Object) - Method in class org.ow2.jonas.lib.naming.ComponentContext
Binds a name to an object, overwriting any existing binding.
rebind(Name, Object) - Method in class org.ow2.jonas.lib.naming.java.javaURLContext
Binds a name to an object, overwriting any existing binding.
rebind(String, Object) - Method in class org.ow2.jonas.lib.naming.java.javaURLContext
Binds a name to an object, overwriting any existing binding.
removeDelegate(JComponentContextFactoryDelegate) - Method in class org.ow2.jonas.lib.naming.SingletonComponentContextFactory
Remove the given JComponentContextFactoryDelegate from this NamingManager instance.
removeFromEnvironment(String) - Method in class org.ow2.jonas.lib.naming.ComponentContext
Removes an environment property from the environment of this context.
removeFromEnvironment(String) - Method in class org.ow2.jonas.lib.naming.java.javaURLContext
Removes an environment property from the environment of this context.
rename(Name, Name) - Method in class org.ow2.jonas.lib.naming.ComponentContext
Binds a new name to the object bound to an old name, and unbinds the old name.
rename(String, String) - Method in class org.ow2.jonas.lib.naming.ComponentContext
Binds a new name to the object bound to an old name, and unbinds the old name.
rename(Name, Name) - Method in class org.ow2.jonas.lib.naming.java.javaURLContext
Binds a new name to the object bound to an old name, and unbinds the old name.
rename(String, String) - Method in class org.ow2.jonas.lib.naming.java.javaURLContext
Binds a new name to the object bound to an old name, and unbinds the old name.
resetComponentContext(Context) - Method in class org.ow2.jonas.lib.naming.SingletonNamingManager
Set back the context with the given value.

S

setClientContainerComponentContext(Context) - Method in class org.ow2.jonas.lib.naming.SingletonNamingManager
Set the context used by client container (per JVM instead of per thread).
setComponentContext(Context) - Method in class org.ow2.jonas.lib.naming.SingletonNamingManager
Associate this ComponentContext with the current thread.
setComponentContext(Context, ClassLoader) - Method in class org.ow2.jonas.lib.naming.SingletonNamingManager
Associate the specified ComponentContext with the given classloader.
setJComponentContextFactory(JComponentContextFactory) - Method in class org.ow2.jonas.lib.naming.SingletonNamingManager
Set the unique instance of the JComponentContextFactory.
SingletonComponentContextFactory - Class in org.ow2.jonas.lib.naming
Allow to create the context (java:) used in JOnAS application server.
SingletonNamingManager - Class in org.ow2.jonas.lib.naming
Naming Manager for an EJB Server.

U

unbind(Name) - Method in class org.ow2.jonas.lib.naming.ComponentContext
Unbinds the named object.
unbind(String) - Method in class org.ow2.jonas.lib.naming.ComponentContext
Unbinds the named object.
unbind(Name) - Method in class org.ow2.jonas.lib.naming.java.javaURLContext
Unbinds the named object.
unbind(String) - Method in class org.ow2.jonas.lib.naming.java.javaURLContext
Unbinds the named object.
unSetComponentContext(ClassLoader) - Method in class org.ow2.jonas.lib.naming.SingletonNamingManager
Remove the ComponentContext associated with the given classloader.
URLFactory - Class in org.ow2.jonas.lib.naming
This class provides an implementation of a mail session factory for sending mail.
URLFactory() - Constructor for class org.ow2.jonas.lib.naming.URLFactory
 

A B C D F G J L O P R S U

Copyright © 2012 OW2 Consortium. All Rights Reserved.