|
||||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||||
java.lang.Objectorg.objectweb.speedo.jca.JdoConnectionFactory
| Method Summary | |
|---|---|
void |
addInstanceLifecycleListener(javax.jdo.listener.InstanceLifecycleListener arg0,
java.lang.Class[] arg1)
|
void |
close()
|
java.lang.String |
getAdapterName()
Gives access to the adapter name metadata for the JDO. |
java.lang.String |
getAdapterShortDescription()
Gives access to a short description of the JDO adapter. |
java.lang.String |
getAdapterVendorName()
Gives access to the adapter vendor name metadata for the JDO. |
java.lang.String |
getAdapterVersion()
Gives access to the adapter version metadata for the JDO. |
javax.resource.cci.Connection |
getConnection()
Connection allocation is delegated to the ConnectionManager assigned to this factory. |
javax.resource.cci.Connection |
getConnection(javax.resource.cci.ConnectionSpec spec)
Connection allocation is delegated to the ConnectionManager assigned to this factory. |
java.lang.String |
getConnectionDriverName()
|
java.lang.Object |
getConnectionFactory()
|
java.lang.Object |
getConnectionFactory2()
|
java.lang.String |
getConnectionFactory2Name()
|
java.lang.String |
getConnectionFactoryName()
|
java.lang.String |
getConnectionURL()
|
java.lang.String |
getConnectionUserName()
|
javax.jdo.datastore.DataStoreCache |
getDataStoreCache()
|
boolean |
getIgnoreCache()
|
java.lang.String[] |
getInteractionSpecsSupported()
No interaction is supported by the JDO adapter. |
java.lang.String |
getMapping()
|
javax.resource.cci.ResourceAdapterMetaData |
getMetaData()
The JdoConnectionFactory manages its metadata on its own. |
boolean |
getMultithreaded()
|
boolean |
getNontransactionalRead()
|
boolean |
getNontransactionalWrite()
|
boolean |
getOptimistic()
|
javax.jdo.PersistenceManager |
getPersistenceManager()
|
javax.jdo.PersistenceManager |
getPersistenceManager(java.lang.String s,
java.lang.String s1)
|
java.util.Properties |
getProperties()
|
javax.resource.cci.RecordFactory |
getRecordFactory()
No support for record. |
javax.naming.Reference |
getReference()
Returns the JNDI Reference. |
boolean |
getRestoreValues()
|
boolean |
getRetainValues()
|
java.lang.String |
getSpecVersion()
Gives access to the specification version of the JDO. |
byte |
getTransactionMode()
|
boolean |
isClosed()
|
void |
removeInstanceLifecycleListener(javax.jdo.listener.InstanceLifecycleListener arg0)
|
void |
setConnectionDriverName(java.lang.String s)
|
void |
setConnectionFactory(java.lang.Object o)
|
void |
setConnectionFactory2(java.lang.Object o)
|
void |
setConnectionFactory2Name(java.lang.String s)
|
void |
setConnectionFactoryName(java.lang.String s)
|
void |
setConnectionManager(javax.resource.spi.ConnectionManager connectionManager)
|
void |
setConnectionPassword(java.lang.String s)
|
void |
setConnectionURL(java.lang.String s)
|
void |
setConnectionUserName(java.lang.String s)
|
void |
setIgnoreCache(boolean b)
|
void |
setMapping(java.lang.String arg0)
|
void |
setMultithreaded(boolean b)
|
void |
setNontransactionalRead(boolean b)
|
void |
setNontransactionalWrite(boolean b)
|
void |
setOptimistic(boolean b)
|
void |
setReference(javax.naming.Reference reference)
Assigns a JNDI Reference to the adapter. |
void |
setRestoreValues(boolean b)
|
void |
setRetainValues(boolean b)
|
java.util.Collection |
supportedOptions()
|
boolean |
supportsExecuteWithInputAndOutputRecord()
No support for record. |
boolean |
supportsExecuteWithInputRecordOnly()
No support for record. |
boolean |
supportsLocalTransactionDemarcation()
Yes, it does support local transaction demarcation. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Method Detail |
public void setConnectionManager(javax.resource.spi.ConnectionManager connectionManager)
public javax.resource.cci.Connection getConnection()
throws javax.resource.ResourceException
getConnection in interface javax.resource.cci.ConnectionFactoryjavax.resource.ResourceException
public javax.resource.cci.Connection getConnection(javax.resource.cci.ConnectionSpec spec)
throws javax.resource.ResourceException
getConnection in interface javax.resource.cci.ConnectionFactoryspec - The connection is not taken into account within JDO.
javax.resource.ResourceExceptionpublic void setReference(javax.naming.Reference reference)
setReference in interface javax.resource.Referenceablereference - The JNDI Reference to be assigned.
public javax.naming.Reference getReference()
throws javax.naming.NamingException
getReference in interface javax.naming.Referenceablejavax.naming.NamingException
public javax.resource.cci.RecordFactory getRecordFactory()
throws javax.resource.ResourceException
getRecordFactory in interface javax.resource.cci.ConnectionFactoryjavax.resource.ResourceException
public javax.resource.cci.ResourceAdapterMetaData getMetaData()
throws javax.resource.ResourceException
getMetaData in interface javax.resource.cci.ConnectionFactoryjavax.resource.ResourceExceptionpublic java.lang.String getAdapterVersion()
getAdapterVersion in interface javax.resource.cci.ResourceAdapterMetaDatapublic java.lang.String getAdapterVendorName()
getAdapterVendorName in interface javax.resource.cci.ResourceAdapterMetaDatapublic java.lang.String getAdapterName()
getAdapterName in interface javax.resource.cci.ResourceAdapterMetaDatapublic java.lang.String getAdapterShortDescription()
getAdapterShortDescription in interface javax.resource.cci.ResourceAdapterMetaDatapublic java.lang.String getSpecVersion()
getSpecVersion in interface javax.resource.cci.ResourceAdapterMetaDatapublic java.lang.String[] getInteractionSpecsSupported()
getInteractionSpecsSupported in interface javax.resource.cci.ResourceAdapterMetaDatapublic boolean supportsExecuteWithInputAndOutputRecord()
supportsExecuteWithInputAndOutputRecord in interface javax.resource.cci.ResourceAdapterMetaDatapublic boolean supportsExecuteWithInputRecordOnly()
supportsExecuteWithInputRecordOnly in interface javax.resource.cci.ResourceAdapterMetaDatapublic boolean supportsLocalTransactionDemarcation()
supportsLocalTransactionDemarcation in interface javax.resource.cci.ResourceAdapterMetaDatapublic javax.jdo.PersistenceManager getPersistenceManager()
getPersistenceManager in interface javax.jdo.PersistenceManagerFactory
public javax.jdo.PersistenceManager getPersistenceManager(java.lang.String s,
java.lang.String s1)
getPersistenceManager in interface javax.jdo.PersistenceManagerFactorypublic void setConnectionUserName(java.lang.String s)
setConnectionUserName in interface javax.jdo.PersistenceManagerFactorypublic java.lang.String getConnectionUserName()
getConnectionUserName in interface javax.jdo.PersistenceManagerFactorypublic void setConnectionPassword(java.lang.String s)
setConnectionPassword in interface javax.jdo.PersistenceManagerFactorypublic void setConnectionURL(java.lang.String s)
setConnectionURL in interface javax.jdo.PersistenceManagerFactorypublic java.lang.String getConnectionURL()
getConnectionURL in interface javax.jdo.PersistenceManagerFactorypublic void setConnectionDriverName(java.lang.String s)
setConnectionDriverName in interface javax.jdo.PersistenceManagerFactorypublic java.lang.String getConnectionDriverName()
getConnectionDriverName in interface javax.jdo.PersistenceManagerFactorypublic void setConnectionFactoryName(java.lang.String s)
setConnectionFactoryName in interface javax.jdo.PersistenceManagerFactorypublic java.lang.String getConnectionFactoryName()
getConnectionFactoryName in interface javax.jdo.PersistenceManagerFactorypublic void setConnectionFactory(java.lang.Object o)
setConnectionFactory in interface javax.jdo.PersistenceManagerFactorypublic java.lang.Object getConnectionFactory()
getConnectionFactory in interface javax.jdo.PersistenceManagerFactorypublic void setConnectionFactory2Name(java.lang.String s)
setConnectionFactory2Name in interface javax.jdo.PersistenceManagerFactorypublic java.lang.String getConnectionFactory2Name()
getConnectionFactory2Name in interface javax.jdo.PersistenceManagerFactorypublic void setConnectionFactory2(java.lang.Object o)
setConnectionFactory2 in interface javax.jdo.PersistenceManagerFactorypublic java.lang.Object getConnectionFactory2()
getConnectionFactory2 in interface javax.jdo.PersistenceManagerFactorypublic void setMultithreaded(boolean b)
setMultithreaded in interface javax.jdo.PersistenceManagerFactorypublic boolean getMultithreaded()
getMultithreaded in interface javax.jdo.PersistenceManagerFactorypublic void setOptimistic(boolean b)
setOptimistic in interface javax.jdo.PersistenceManagerFactorypublic boolean getOptimistic()
getOptimistic in interface javax.jdo.PersistenceManagerFactorypublic void setRetainValues(boolean b)
setRetainValues in interface javax.jdo.PersistenceManagerFactorypublic boolean getRetainValues()
getRetainValues in interface javax.jdo.PersistenceManagerFactorypublic void setRestoreValues(boolean b)
setRestoreValues in interface javax.jdo.PersistenceManagerFactorypublic boolean getRestoreValues()
getRestoreValues in interface javax.jdo.PersistenceManagerFactorypublic void setNontransactionalRead(boolean b)
setNontransactionalRead in interface javax.jdo.PersistenceManagerFactorypublic boolean getNontransactionalRead()
getNontransactionalRead in interface javax.jdo.PersistenceManagerFactorypublic void setNontransactionalWrite(boolean b)
setNontransactionalWrite in interface javax.jdo.PersistenceManagerFactorypublic boolean getNontransactionalWrite()
getNontransactionalWrite in interface javax.jdo.PersistenceManagerFactorypublic void setIgnoreCache(boolean b)
setIgnoreCache in interface javax.jdo.PersistenceManagerFactorypublic boolean getIgnoreCache()
getIgnoreCache in interface javax.jdo.PersistenceManagerFactorypublic java.util.Properties getProperties()
getProperties in interface javax.jdo.PersistenceManagerFactorypublic java.util.Collection supportedOptions()
supportedOptions in interface javax.jdo.PersistenceManagerFactorypublic void close()
close in interface javax.jdo.PersistenceManagerFactorypublic javax.jdo.datastore.DataStoreCache getDataStoreCache()
getDataStoreCache in interface javax.jdo.PersistenceManagerFactorypublic java.lang.String getMapping()
getMapping in interface javax.jdo.PersistenceManagerFactorypublic boolean isClosed()
isClosed in interface javax.jdo.PersistenceManagerFactorypublic void setMapping(java.lang.String arg0)
setMapping in interface javax.jdo.PersistenceManagerFactory
public void addInstanceLifecycleListener(javax.jdo.listener.InstanceLifecycleListener arg0,
java.lang.Class[] arg1)
addInstanceLifecycleListener in interface javax.jdo.PersistenceManagerFactorypublic void removeInstanceLifecycleListener(javax.jdo.listener.InstanceLifecycleListener arg0)
removeInstanceLifecycleListener in interface javax.jdo.PersistenceManagerFactorypublic byte getTransactionMode()
|
||||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||||