public class ManagerObjectFactory extends Object implements ObjectFactory
Modifier and Type | Field and Description |
---|---|
static String |
FLAT_BEAN_DEPLOYMENT_ID
The id of a bean deployment archive whose BeanManager should be used as a result of a JNDI "java:comp/env/BeanManager" lookup.
|
static String |
WEB_INF_CLASSES |
Constructor and Description |
---|
ManagerObjectFactory() |
ManagerObjectFactory(String contextId) |
Modifier and Type | Method and Description |
---|---|
Object |
getObjectInstance(Object obj,
Name name,
Context nameCtx,
Hashtable<?,?> environment) |
public static final String FLAT_BEAN_DEPLOYMENT_ID
public static final String WEB_INF_CLASSES
public ManagerObjectFactory()
public ManagerObjectFactory(String contextId)
public Object getObjectInstance(Object obj, Name name, Context nameCtx, Hashtable<?,?> environment) throws Exception
getObjectInstance
in interface ObjectFactory
Exception
Copyright © 2016. All rights reserved.