A C D G H I L M O P R S

A

ARGUMENTS_KEY - Static variable in class org.jomc.ri.DefaultInvocation
Constant for the context key of the Object[] arguments of this invocation.

C

CLASSLOADER_KEY - Static variable in class org.jomc.ri.DefaultInvocation
Constant for the context key of the ClassLoader corresponding to the modules of this invocation.

D

DefaultInvocation - Class in org.jomc.ri
Default invocation.
DefaultInvocation(Invocation) - Constructor for class org.jomc.ri.DefaultInvocation
Creates a new DefaultInvocation instance taking an invocation to initialize the instance with.
DefaultInvocation() - Constructor for class org.jomc.ri.DefaultInvocation
Creates a new DefaultInvocation instance.
DefaultInvoker - Class in org.jomc.ri
Default Invoker implementation.
DefaultInvoker() - Constructor for class org.jomc.ri.DefaultInvoker
Creates a new DefaultInvoker instance.
DefaultLocator - Class in org.jomc.ri
Default Locator implementation.
DefaultLocator() - Constructor for class org.jomc.ri.DefaultLocator
Creates a new DefaultLocator instance.
DefaultObjectManager - Class in org.jomc.ri
Object management and configuration reference implementation.
DefaultObjectManager() - Constructor for class org.jomc.ri.DefaultObjectManager
Creates a new DefaultObjectManager instance.
DefaultScope - Class in org.jomc.ri
Default Scope implementation.
DefaultScope(Map<String, Object>) - Constructor for class org.jomc.ri.DefaultScope
Creates a new DefaultScope instance taking a map backing the scope.
DefaultScope() - Constructor for class org.jomc.ri.DefaultScope
Creates a new DefaultScope instance.

G

getArguments() - Method in class org.jomc.ri.DefaultInvocation
 
getBootstrapClassLoaderClassName() - Static method in class org.jomc.ri.DefaultObjectManager
Gets the name of the platform's bootstrap class loader class.
getClassLoader() - Method in class org.jomc.ri.DefaultInvocation
Gets the class loader corresponding to the modules of this invocation from the context of this invocation.
getClassLoader(Class) - Static method in class org.jomc.ri.DefaultObjectManager
Gets the class loader of a given class.
getClassLoader(ClassLoader) - Static method in class org.jomc.ri.DefaultObjectManager
Gets the parent class loader of a given class loader recursively.
getContext() - Method in class org.jomc.ri.DefaultInvocation
 
getDefaultLocator(URI) - Method in class org.jomc.ri.DefaultObjectManager
Gets the default locator implementation for a given location URI.
getDefaultLogLevel() - Static method in class org.jomc.ri.DefaultObjectManager
Gets the default log level events are logged at.
getDefaultScope(String) - Method in class org.jomc.ri.DefaultObjectManager
Gets the default scope implementation for a given identifier.
getDependency(Object, String) - Method in class org.jomc.ri.DefaultObjectManager
 
getInstance() - Method in class org.jomc.ri.DefaultInvocation
Gets the instance of the object of this invocation from the context of this invocation.
getInvocation(Object, Instance, Method, Object[]) - Method in class org.jomc.ri.DefaultObjectManager
Gets an invocation for a given object, instance, method and arguments.
getInvoker(ClassLoader) - Method in class org.jomc.ri.DefaultObjectManager
Gets the invoker of the given class loader.
getJndiContext() - Method in class org.jomc.ri.DefaultLocator
Gets the JNDI context of the instance.
getJndiName(URI) - Method in class org.jomc.ri.DefaultLocator
Gets the JNDI name for a given location.
getListeners() - Method in class org.jomc.ri.DefaultObjectManager
Gets the list of registered listeners.
getLocator(ClassLoader, URI) - Method in class org.jomc.ri.DefaultObjectManager
Gets a locator to use with a given location URI.
getLogLevel() - Method in class org.jomc.ri.DefaultObjectManager
Gets the log level of the instance.
getMessage(Object, String, Locale, Object) - Method in class org.jomc.ri.DefaultObjectManager
 
getMethod() - Method in class org.jomc.ri.DefaultInvocation
 
getModules() - Method in class org.jomc.ri.DefaultInvocation
Gets the modules corresponding to the object of this invocation from the context of this invocation.
getModules(ClassLoader) - Method in class org.jomc.ri.DefaultObjectManager
Gets the modules of a given class loader.
getObject() - Method in class org.jomc.ri.DefaultInvocation
 
getObject(Class<T>, URI) - Method in class org.jomc.ri.DefaultLocator
 
getObject(Class) - Method in class org.jomc.ri.DefaultObjectManager
 
getObject(Class, String) - Method in class org.jomc.ri.DefaultObjectManager
 
getObject(Scope, Instance, ClassLoader) - Method in class org.jomc.ri.DefaultObjectManager
Gets an object of a given instance from a given scope.
getObject(Class<T>, URI, ClassLoader) - Method in class org.jomc.ri.DefaultObjectManager
Gets an object for a given location URI.
getObject(String) - Method in class org.jomc.ri.DefaultScope
 
getObjectManager(ClassLoader) - Static method in class org.jomc.ri.DefaultObjectManager
Default ObjectManagerFactory.getObjectManager(ClassLoader) implementation.
getObjects() - Method in class org.jomc.ri.DefaultScope
 
getProperty(Object, String) - Method in class org.jomc.ri.DefaultObjectManager
 
getResult() - Method in class org.jomc.ri.DefaultInvocation
 
getScope(ClassLoader, String) - Method in class org.jomc.ri.DefaultObjectManager
Gets the scope implementation for a given scope identifier.

H

handleException(Invocation, Throwable) - Method in class org.jomc.ri.DefaultInvoker
Called whenever an exception has been caught.

I

initialize() - Method in class org.jomc.ri.DefaultObjectManager
Initializes the instance.
INSTANCE_KEY - Static variable in class org.jomc.ri.DefaultInvocation
Constant for the context key of the Instance corresponding to the object of this invocation.
invoke(Invocation) - Method in class org.jomc.ri.DefaultInvoker
Performs a method invocation on an object.
isLocationSupported(URI) - Method in class org.jomc.ri.DefaultLocator
Gets a flag indicating support for a given location URI.
isLoggable(Level) - Method in class org.jomc.ri.DefaultObjectManager
Checks if a message at a given level is provided to the listeners of the instance.

L

log(Level, String, Throwable) - Method in class org.jomc.ri.DefaultObjectManager
Notifies registered listeners.

M

METHOD_KEY - Static variable in class org.jomc.ri.DefaultInvocation
Constant for the context key of the Method of this invocation.
MODULES_KEY - Static variable in class org.jomc.ri.DefaultInvocation
Constant for the context key of the Modules corresponding to the object of this invocation.

O

OBJECT_KEY - Static variable in class org.jomc.ri.DefaultInvocation
Constant for the context key of the Object of this invocation.
org.jomc.ri - package org.jomc.ri
Object management and configuration reference implementation classes.

P

postInvoke(Invocation) - Method in class org.jomc.ri.DefaultInvoker
Called after an invocation has been performed.
preInvoke(Invocation) - Method in class org.jomc.ri.DefaultInvoker
Called before an invocation is performed.
putObject(String, Object) - Method in class org.jomc.ri.DefaultScope
 

R

removeObject(String) - Method in class org.jomc.ri.DefaultScope
 
RESULT_KEY - Static variable in class org.jomc.ri.DefaultInvocation
Constant for the context key of the result Object of this invocation.

S

setBootstrapClassLoaderClassName(String) - Static method in class org.jomc.ri.DefaultObjectManager
Sets the name of the platform's bootstrap class loader class.
setDefaultLogLevel(Level) - Static method in class org.jomc.ri.DefaultObjectManager
Sets the default log level events are logged at.
setLogLevel(Level) - Method in class org.jomc.ri.DefaultObjectManager
Sets the log level of the instance.
setResult(Object) - Method in class org.jomc.ri.DefaultInvocation
 
SINGLETON_SCOPE_IDENTIFIER - Static variable in class org.jomc.ri.DefaultObjectManager
Constant for the Singleton scope identifier.

A C D G H I L M O P R S

Copyright © 2005-2009 The JOMC Project. All Rights Reserved.