|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.caucho.jca.ra.ObjectConfig
com.caucho.jca.cfg.ConnectionDefinition
public class ConnectionDefinition
Configuration for a connector.
Constructor Summary | |
---|---|
ConnectionDefinition()
|
Method Summary | |
---|---|
java.lang.Class |
getConnectionFactoryImpl()
Returns the application-view for the connection factory. |
java.lang.Class |
getConnectionFactoryInterface()
Returns the application-view for the connection factory. |
java.lang.Class |
getConnectionInterface()
Returns the application-view for the connection |
java.lang.Class |
getManagedConnectionFactoryClass()
|
void |
setConnectionfactoryImplClass(java.lang.Class cl)
Sets the connection factory implementation class. |
void |
setConnectionfactoryInterface(java.lang.Class cl)
Sets the application-view for the connection factory. |
void |
setConnectionImplClass(java.lang.String cl)
Sets the connection implementation class. |
void |
setConnectionInterface(java.lang.Class cl)
Sets the application-view for the connection |
void |
setManagedconnectionfactoryClass(java.lang.Class cl)
|
Methods inherited from class com.caucho.jca.ra.ObjectConfig |
---|
addConfigProperty, getType, instantiate, setType |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public ConnectionDefinition()
Method Detail |
---|
public void setManagedconnectionfactoryClass(java.lang.Class cl) throws ConfigException
ConfigException
public java.lang.Class getManagedConnectionFactoryClass()
public void setConnectionfactoryInterface(java.lang.Class cl) throws ConfigException
ConfigException
public java.lang.Class getConnectionFactoryInterface()
public void setConnectionfactoryImplClass(java.lang.Class cl) throws ConfigException
ConfigException
public java.lang.Class getConnectionFactoryImpl()
public void setConnectionInterface(java.lang.Class cl) throws ConfigException
ConfigException
public java.lang.Class getConnectionInterface()
public void setConnectionImplClass(java.lang.String cl) throws ConfigException
ConfigException
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |