|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.ow2.jonas.resource.internal.naming.ResourceObjectFactory
public class ResourceObjectFactory
Resource Service ObjectFactory for ConnectionFactory.
| Constructor Summary | |
|---|---|
ResourceObjectFactory()
|
|
| Method Summary | |
|---|---|
java.lang.Object |
getObjectInstance(java.lang.Object refObj,
javax.naming.Name name,
javax.naming.Context nameCtx,
java.util.Hashtable env)
Create an object using the information provided |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public ResourceObjectFactory()
| Method Detail |
|---|
public java.lang.Object getObjectInstance(java.lang.Object refObj,
javax.naming.Name name,
javax.naming.Context nameCtx,
java.util.Hashtable env)
throws java.lang.Exception
getObjectInstance in interface javax.naming.spi.ObjectFactoryrefObj - the possibly null object containing reference information to create the object.name - the name of this object relative to nameCtx, or null if no name is specified.nameCtx - the context relative to which the name parameter is specified, or null if name
is relative to the default initial context.env - the possibly null environment that is used in creating the object.
java.lang.Exception - if an exception happened while trying to create the object
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||