|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.stc.connector.framework.util.JndiJCAObject
Class which can be extended by JCA objects so that the objects can be JNDI bind-able. For example, CCI ConnectionFactory implementation class should extend this class.
| Constructor Summary | |
JndiJCAObject()
Constructor for JndiJCAObject instance. |
|
| Method Summary | |
javax.naming.Reference |
getReference()
Gets the Reference to the JNDI bound object. |
static java.lang.String |
getVersion()
Gets the version of the JNDI bind-able object. |
void |
setReference(javax.naming.Reference ref)
Sets the Reference to the JNDI bound object. |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
public JndiJCAObject()
| Method Detail |
public static final java.lang.String getVersion()
public javax.naming.Reference getReference()
throws javax.naming.NamingException
getReference in interface javax.naming.Referenceablejavax.naming.NamingException - upon error.public void setReference(javax.naming.Reference ref)
setReference in interface javax.resource.Referenceableref - The Reference to the JNDI bound object.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||