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 ObjectFactory
Exception
protected <T> T getProxyObject(Object actualObject, Class<T>[] ifaces, ResourceInfo resourceInfo) throws Exception
Exception
Copyright © 2019. All rights reserved.