EclipseLink 2.4.0, build 'v20120608-r11652' API Reference

org.eclipse.persistence.nosql.adapters.nosql
Class OracleNoSQLConnectionSpec

java.lang.Object
  extended by org.eclipse.persistence.eis.EISConnectionSpec
      extended by org.eclipse.persistence.nosql.adapters.nosql.OracleNoSQLConnectionSpec
All Implemented Interfaces:
java.io.Serializable, java.lang.Cloneable, Connector

public class OracleNoSQLConnectionSpec
extends EISConnectionSpec

Provides connection information to the Oracle NoSQL database.

See Also:
Serialized Form
Author:
James
Since:
EclipseLink 2.4

Field Summary
static java.lang.String HOST
           
static java.lang.String STORE
          Connection spec properties.
 
Fields inherited from class org.eclipse.persistence.eis.EISConnectionSpec
connectionFactory, connectionSpec, context, log, name, PASSWORD, USER
 
Constructor Summary
OracleNoSQLConnectionSpec()
          PUBLIC: Default constructor.
 
Method Summary
 javax.resource.cci.Connection connectToDataSource(EISAccessor accessor, java.util.Properties properties)
          Connect with the specified properties and return the Connection.
 
Methods inherited from class org.eclipse.persistence.eis.EISConnectionSpec
clone, connect, getConnectionDetails, getConnectionFactory, getConnectionSpec, getContext, getLog, getName, getPasswordFromProperties, setConnectionFactory, setConnectionFactoryObject, setConnectionSpec, setConnectionSpecObject, setContext, setLog, setName, setName, toString, toString
 
Methods inherited from class java.lang.Object
equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

STORE

public static java.lang.String STORE
Connection spec properties.


HOST

public static java.lang.String HOST
Constructor Detail

OracleNoSQLConnectionSpec

public OracleNoSQLConnectionSpec()
PUBLIC: Default constructor.

Method Detail

connectToDataSource

public javax.resource.cci.Connection connectToDataSource(EISAccessor accessor,
                                                         java.util.Properties properties)
                                                  throws DatabaseException,
                                                         ValidationException
Connect with the specified properties and return the Connection.

Overrides:
connectToDataSource in class EISConnectionSpec
Throws:
DatabaseException
ValidationException

EclipseLink 2.4.0, build 'v20120608-r11652' API Reference