|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--oracle.cle.persistence.DeploymentConnector | +--oracle.cle.persistence.DeploymentAutoConnector
Classes of this type can automatically get a connection
via the DeploymentManager and ConnectionManager by calling
the getReferenceClass()
method.
ConnectionManager
,
DeploymentManager
Constructor Summary | |
DeploymentAutoConnector()
|
Method Summary | |
java.lang.Object |
getConnection()
Call this method to get the Connection specific to the Class that this DeploymentConnector was written for. |
java.lang.Object |
getConnection(java.lang.Object sessionId)
Call this method to get the Connection specific to the Class that this DeploymentConnector was written for. |
java.lang.Object |
getConnection(java.lang.Object sessionId,
java.lang.String connectionId)
Call this method to get the Connection specific to the Class that this DeploymentConnector was written for. |
java.lang.Object |
getConnection(java.util.Properties dynamicConnectionProperties)
Call this method to get the Connection specific to the Class that this DeploymentConnector was written for. |
java.lang.Object |
getConnection(java.util.Properties dynamicConnectionProperties,
java.lang.Object sessionId)
Call this method to get the Connection specific to the Class that this DeploymentConnector was written for. |
java.lang.Object |
getConnection(java.util.Properties dynamicConnectionProperties,
java.lang.Object sessionId,
java.lang.String connectionId)
Call this method to get the Connection specific to the Class that this DeploymentConnector was written for. |
java.lang.Object |
getConnection(java.util.Properties dynamicConnectionProperties,
java.lang.String connectionId)
Call this method to get the Connection specific to the Class that this DeploymentConnector was written for. |
java.lang.Object |
getConnection(java.lang.String connectionId)
Call this method to get the Connection specific to the Class that this DeploymentConnector was written for. |
abstract java.lang.Class |
getReferenceClass()
Returns the Class for which the concrete DeploymentConnector is written. |
void |
releaseConnection()
Release the connection associated to the sessionId The SessionId is pickedup from the CLEUtil.sessionId.get() |
void |
releaseConnection(java.lang.Object sessionId)
Release the connection associated to the sessionId |
void |
releaseConnection(java.lang.Object sessionId,
java.lang.String connectionId)
Release the connection associated to the sessionId |
void |
releaseConnection(java.lang.String connectionId)
Release the connection associated to the sessionId and connectionId The SessionId is pickedup from the CLEUtil.sessionId.get() |
Methods inherited from class oracle.cle.persistence.DeploymentConnector |
deploymentKeyNotFound, getConnection, getConnection, getConnection, getConnection, getConnection, getConnection, getConnection, getConnection, getConnection, getConnection, getConnection, getConnection, getConnection, getDeploymentKey, getDeploymentKey, getDeploymentKey, getProvider, getProvider, providerNotSupported, releaseConnection, releaseConnection, releaseConnection, releaseConnection, releaseConnection, releaseConnection, releaseConnection |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public DeploymentAutoConnector()
Method Detail |
public abstract java.lang.Class getReferenceClass()
public java.lang.Object getConnection(java.lang.Object sessionId) throws java.lang.Exception
sessionId
- : Object the sessionIdpublic java.lang.Object getConnection() throws java.lang.Exception
public java.lang.Object getConnection(java.lang.Object sessionId, java.lang.String connectionId) throws java.lang.Exception
sessionId
- : Object the sessionIdconnectionId
- : an identifier to differentiate between multiple
connections of the same type. E.g. "1".public java.lang.Object getConnection(java.lang.String connectionId) throws java.lang.Exception
getConnection
in class DeploymentConnector
connectionId
- : an identifier to differentiate between multiple
connections of the same type. E.g. "1".public java.lang.Object getConnection(java.util.Properties dynamicConnectionProperties, java.lang.Object sessionId) throws java.lang.Exception
dynamicConnectionProperties
- : Properties the dynamic propertiessessionId
- : Object the sessionIdpublic java.lang.Object getConnection(java.util.Properties dynamicConnectionProperties) throws java.lang.Exception
dynamicConnectionProperties
- : Properties the dynamic propertiespublic java.lang.Object getConnection(java.util.Properties dynamicConnectionProperties, java.lang.Object sessionId, java.lang.String connectionId) throws java.lang.Exception
dynamicConnectionProperties
- : Properties the dynamic propertiessessionId
- : Object the sessionIdconnectionId
- : an identifier to differentiate between multiple
connections of the same type. E.g. "1".public java.lang.Object getConnection(java.util.Properties dynamicConnectionProperties, java.lang.String connectionId) throws java.lang.Exception
dynamicConnectionProperties
- : Properties the dynamic propertiesconnectionId
- : an identifier to differentiate between multiple
connections of the same type. E.g. "1".public void releaseConnection(java.lang.Object sessionId) throws java.lang.Exception
public void releaseConnection() throws java.lang.Exception
public void releaseConnection(java.lang.Object sessionId, java.lang.String connectionId) throws java.lang.Exception
public void releaseConnection(java.lang.String connectionId) throws java.lang.Exception
releaseConnection
in class DeploymentConnector
connectionId
-
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |