Public Member Functions | |
| Object | getObjectInstance (Object obj, Name name, Context ctx, java.util.Hashtable env) throws Exception |
Package Attributes | |
| String | cf |
| String | qcf |
| String | tcf |
Definition at line 35 of file ObjectFactoryImpl.java.
| Object org.objectweb.joram.client.connector.ObjectFactoryImpl.getObjectInstance | ( | Object | obj, | |
| Name | name, | |||
| Context | ctx, | |||
| java.util.Hashtable | env | |||
| ) | throws Exception |
Returns a factory given its reference.
Definition at line 46 of file ObjectFactoryImpl.java.
References org.objectweb.joram.client.connector.ObjectFactoryImpl.cf, org.objectweb.joram.client.connector.ManagedConnectionFactoryImpl.createConnectionFactory(), org.objectweb.joram.client.connector.ObjectFactoryImpl.qcf, org.objectweb.joram.client.connector.ManagedConnectionFactoryImpl.setCollocated(), org.objectweb.joram.client.connector.ManagedConnectionFactoryImpl.setHostName(), org.objectweb.joram.client.connector.ManagedConnectionFactoryImpl.setPassword(), org.objectweb.joram.client.connector.ManagedConnectionFactoryImpl.setServerPort(), org.objectweb.joram.client.connector.ManagedConnectionFactoryImpl.setUserName(), and org.objectweb.joram.client.connector.ObjectFactoryImpl.tcf.
Here is the call graph for this function:

1.5.0