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. | ![]() |
@Generated(value="org.jomc.tools.SourceFileProcessor 1.3", comments="See http://jomc.sourceforge.net/jomc/1.3/jomc-tools-1.3") public class ObjectManagerContainer extends Object implements Container
Container
implementation delegating to the JOMC ObjectManager
.
Constructor and Description |
---|
ObjectManagerContainer()
Creates a new
ObjectManagerContainer instance. |
Modifier and Type | Method and Description |
---|---|
static Container |
getContainer() |
Object |
getDependency(Class implementation,
String dependencyName)
Deprecated.
|
Object |
getDependency(Object object,
String dependencyName) |
Object |
getImplementation(Class specification,
String implementationName)
Deprecated.
|
String |
getMessage(Object object,
String messageName,
Locale locale,
Object arguments) |
String |
getMessage(Object object,
String messageName,
Object arguments)
Deprecated.
|
Object |
getObject(Class specification) |
Object |
getObject(Class specification,
String implementationName) |
Object |
getObject(String specificationIdentifier)
Deprecated.
|
Object |
getObject(String specificationIdentifier,
String implementationName)
Deprecated.
|
Object |
getProperty(Object object,
String propertyName) |
@Generated(value="org.jomc.tools.SourceFileProcessor 1.3", comments="See http://jomc.sourceforge.net/jomc/1.3/jomc-tools-1.3") public ObjectManagerContainer()
ObjectManagerContainer
instance.public static Container getContainer()
public Object getDependency(Object object, String dependencyName)
getDependency
in interface Container
public Object getProperty(Object object, String propertyName)
getProperty
in interface Container
public String getMessage(Object object, String messageName, Locale locale, Object arguments)
getMessage
in interface Container
@Deprecated public Object getImplementation(Class specification, String implementationName)
getImplementation
in interface Container
@Deprecated public Object getDependency(Class implementation, String dependencyName)
getDependency
in interface Container
@Deprecated public Object getObject(String specificationIdentifier)
@Deprecated public Object getObject(String specificationIdentifier, String implementationName)
@Deprecated public String getMessage(Object object, String messageName, Object arguments)
getMessage
in interface Container
Copyright © 2005-2012 jDTAUS. All Rights Reserved.