D G N O S

D

DEFAULT_FACTORY_CLASSNAME - Static variable in class org.jomc.ObjectManagerFactory
Constant for the name of the class providing the default getObjectManager() method.
DEFAULT_IMPLEMENTATION_CLASSNAME - Static variable in class org.jomc.ObjectManagerFactory
Constant for the name of the class providing the default ObjectManager implementation.

G

getDependency(Object, String) - Method in interface org.jomc.ObjectManager
Gets an instance of a dependency of an object.
getMessage(Object, String, Locale, Object) - Method in interface org.jomc.ObjectManager
Gets an instance of a message of an object.
getObject(Class) - Method in interface org.jomc.ObjectManager
Gets an instance of an implementation of a specification.
getObject(Class<T>, String) - Method in interface org.jomc.ObjectManager
Gets an instance of an implementation of a specification.
getObjectManager() - Static method in class org.jomc.ObjectManagerFactory
Gets the ObjectManager singleton instance.
getProperty(Object, String) - Method in interface org.jomc.ObjectManager
Gets an instance of a property of an object.

N

newObjectManager() - Static method in class org.jomc.ObjectManagerFactory
Creates a new ObjectManager instance.

O

ObjectManagementException - Exception in org.jomc
Gets thrown whenever an unexpected error condition is detected.
ObjectManagementException(String) - Constructor for exception org.jomc.ObjectManagementException
Creates a new ObjectManagementException taking a message describing the exception.
ObjectManagementException(Throwable) - Constructor for exception org.jomc.ObjectManagementException
Creates a new ObjectManagementException taking a causing exception.
ObjectManagementException(String, Throwable) - Constructor for exception org.jomc.ObjectManagementException
Creates a new ObjectManagementException taking a message describing the exception and a causing exception.
ObjectManagementException() - Constructor for exception org.jomc.ObjectManagementException
Creates a new ObjectManagementException instance.
ObjectManager - Interface in org.jomc
Manages objects.
ObjectManagerFactory - Class in org.jomc
Factory for the ObjectManager singleton.
ObjectManagerFactory() - Constructor for class org.jomc.ObjectManagerFactory
Creates a new ObjectManagerFactory instance.
org.jomc - package org.jomc
Object management and configuration application programming interface.

S

serialVersionUID - Static variable in exception org.jomc.ObjectManagementException
Serial version UID for compatibility with 1.0.x object streams.
SYS_FACTORY_CLASSNAME - Static variable in class org.jomc.ObjectManagerFactory
Constant for the name of the system property holding the getObjectManager() method's class name.
SYS_IMPLEMENTATION_CLASSNAME - Static variable in class org.jomc.ObjectManagerFactory
Constant for the name of the system property holding the ObjectManager implementation class name.

D G N O S

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