public class ConnectorObjectFactory extends Object implements ObjectFactory
| Modifier and Type | Field and Description |
|---|---|
protected static StringManager |
localStrings |
| Constructor and Description |
|---|
ConnectorObjectFactory() |
| Modifier and Type | Method and Description |
|---|---|
Object |
getObjectInstance(Object obj,
Name name,
Context nameCtx,
Hashtable env) |
protected <T> T |
getProxyObject(Object actualObject,
Class<T>[] ifaces,
ResourceInfo resourceInfo) |
protected static final StringManager localStrings
public Object getObjectInstance(Object obj, Name name, Context nameCtx, Hashtable env) throws Exception
getObjectInstance in interface ObjectFactoryExceptionprotected <T> T getProxyObject(Object actualObject, Class<T>[] ifaces, ResourceInfo resourceInfo) throws Exception
ExceptionCopyright © 2017. All rights reserved.