Class ObjectFactory
- java.lang.Object
-
- org.objectweb.joram.client.jms.admin.ObjectFactory
-
- All Implemented Interfaces:
ObjectFactory
public class ObjectFactory extends Object implements ObjectFactory
TheObjectFactoryclass is used by the naming service for retrieving or re-constructing administered objects.
-
-
Field Summary
Fields Modifier and Type Field Description private static org.objectweb.util.monolog.api.Loggerlogger
-
Constructor Summary
Constructors Constructor Description ObjectFactory()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ObjectgetObjectInstance(Object obj, Name name, Context ctx, Hashtable env)Returns an instance of an object given its reference.
-
-
-
Method Detail
-
getObjectInstance
public Object getObjectInstance(Object obj, Name name, Context ctx, Hashtable env) throws Exception
Returns an instance of an object given its reference.- Specified by:
getObjectInstancein interfaceObjectFactory- Throws:
Exception
-
-