Uses of Class
org.jomc.ObjectManagementException

Uses of ObjectManagementException in org.jomc
 

Methods in org.jomc that throw ObjectManagementException
 Object ObjectManager.getDependency(Object object, String dependencyName)
          Gets an instance of a dependency of an object.
 String ObjectManager.getMessage(Object object, String messageName, Locale locale, Object... arguments)
          Gets an instance of a message of an object.
<T> T
ObjectManager.getObject(Class<T> specification)
          Gets an instance of an implementation of a specification.
<T> T
ObjectManager.getObject(Class<T> specification, String implementationName)
          Gets an instance of an implementation of a specification.
 Object ObjectManager.getProperty(Object object, String propertyName)
          Gets an instance of a property of an object.
 



Copyright © 2005-2012 The JOMC Project. All Rights Reserved.Get JOMC at SourceForge.net. Fast, secure and Free Open Source software downloads
Please note that this documentation is maintained by non-native english speaking authors. As such, you may encounter phrases or wordings which seem imprecise or may even have a totally different meaning to native english speaking readers than what the individual author was trying to express. If you are a native english speaking reader and find any such phrases or wordings we kindly ask you to send an email to the corresponding author and help us improve this documentation in order to avoid misunderstandings. You will find the authors' email addresses at the top of each class. Please accept our apologies for any inconvenience caused.