|
|||||||||||
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 |
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. |
Connection |
getConnection()
Connection allocation is delegated to the ConnectionManager assigned to this factory. |
Connection |
getConnection(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()
|
boolean |
getIgnoreCache()
|
java.lang.String[] |
getInteractionSpecsSupported()
No interaction is supported by the JDO adapter. |
ResourceAdapterMetaData |
getMetaData()
The JdoConnectionFactory manages its metadata on its own. |
boolean |
getMultithreaded()
|
boolean |
getNontransactionalRead()
|
boolean |
getNontransactionalWrite()
|
boolean |
getOptimistic()
|
PersistenceManager |
getPersistenceManager()
|
PersistenceManager |
getPersistenceManager(java.lang.String s,
java.lang.String s1)
|
java.util.Properties |
getProperties()
|
RecordFactory |
getRecordFactory()
No support for record. |
Reference |
getReference()
Returns the JNDI Reference. |
boolean |
getRestoreValues()
|
boolean |
getRetainValues()
|
java.lang.String |
getSpecVersion()
Gives access to the specification version of the JDO. |
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(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 |
setMultithreaded(boolean b)
|
void |
setNontransactionalRead(boolean b)
|
void |
setNontransactionalWrite(boolean b)
|
void |
setOptimistic(boolean b)
|
void |
setReference(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(ConnectionManager connectionManager)
public Connection getConnection() throws ResourceException
ResourceException
public Connection getConnection(ConnectionSpec spec) throws ResourceException
spec
- The connection is not taken into account within JDO.
ResourceException
public void setReference(Reference reference)
reference
- The JNDI Reference to be assigned.public Reference getReference() throws NamingException
NamingException
public RecordFactory getRecordFactory() throws ResourceException
ResourceException
public ResourceAdapterMetaData getMetaData() throws ResourceException
ResourceException
public java.lang.String getAdapterVersion()
public java.lang.String getAdapterVendorName()
public java.lang.String getAdapterName()
public java.lang.String getAdapterShortDescription()
public java.lang.String getSpecVersion()
public java.lang.String[] getInteractionSpecsSupported()
public boolean supportsExecuteWithInputAndOutputRecord()
public boolean supportsExecuteWithInputRecordOnly()
public boolean supportsLocalTransactionDemarcation()
public PersistenceManager getPersistenceManager()
public PersistenceManager getPersistenceManager(java.lang.String s, java.lang.String s1)
public void setConnectionUserName(java.lang.String s)
public java.lang.String getConnectionUserName()
public void setConnectionPassword(java.lang.String s)
public void setConnectionURL(java.lang.String s)
public java.lang.String getConnectionURL()
public void setConnectionDriverName(java.lang.String s)
public java.lang.String getConnectionDriverName()
public void setConnectionFactoryName(java.lang.String s)
public java.lang.String getConnectionFactoryName()
public void setConnectionFactory(java.lang.Object o)
public java.lang.Object getConnectionFactory()
public void setConnectionFactory2Name(java.lang.String s)
public java.lang.String getConnectionFactory2Name()
public void setConnectionFactory2(java.lang.Object o)
public java.lang.Object getConnectionFactory2()
public void setMultithreaded(boolean b)
public boolean getMultithreaded()
public void setOptimistic(boolean b)
public boolean getOptimistic()
public void setRetainValues(boolean b)
public boolean getRetainValues()
public void setRestoreValues(boolean b)
public boolean getRestoreValues()
public void setNontransactionalRead(boolean b)
public boolean getNontransactionalRead()
public void setNontransactionalWrite(boolean b)
public boolean getNontransactionalWrite()
public void setIgnoreCache(boolean b)
public boolean getIgnoreCache()
public java.util.Properties getProperties()
public java.util.Collection supportedOptions()
public void close()
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |