public class ConnectionFactoryImpl extends Object implements HazelcastConnectionFactory
| Constructor and Description | 
|---|
ConnectionFactoryImpl()  | 
ConnectionFactoryImpl(ManagedConnectionFactoryImpl mcf,
                     javax.resource.spi.ConnectionManager cm)  | 
| Modifier and Type | Method and Description | 
|---|---|
boolean | 
equals(Object obj)  | 
HazelcastConnection | 
getConnection()  | 
HazelcastConnection | 
getConnection(javax.resource.cci.ConnectionSpec connSpec)  | 
javax.resource.cci.ResourceAdapterMetaData | 
getMetaData()  | 
javax.resource.cci.RecordFactory | 
getRecordFactory()  | 
Reference | 
getReference()  | 
int | 
hashCode()  | 
void | 
setId(int id)  | 
void | 
setReference(Reference ref)  | 
String | 
toString()  | 
public ConnectionFactoryImpl()
public ConnectionFactoryImpl(ManagedConnectionFactoryImpl mcf, javax.resource.spi.ConnectionManager cm)
public HazelcastConnection getConnection() throws javax.resource.ResourceException
getConnection in interface HazelcastConnectionFactorygetConnection in interface javax.resource.cci.ConnectionFactoryjavax.resource.ResourceExceptionHazelcastConnectionpublic HazelcastConnection getConnection(javax.resource.cci.ConnectionSpec connSpec) throws javax.resource.ResourceException
getConnection in interface HazelcastConnectionFactorygetConnection in interface javax.resource.cci.ConnectionFactoryjavax.resource.ResourceExceptionHazelcastConnectionpublic javax.resource.cci.ResourceAdapterMetaData getMetaData()
                                                       throws javax.resource.ResourceException
getMetaData in interface javax.resource.cci.ConnectionFactoryjavax.resource.ResourceExceptionpublic javax.resource.cci.RecordFactory getRecordFactory()
                                                  throws javax.resource.ResourceException
getRecordFactory in interface javax.resource.cci.ConnectionFactoryjavax.resource.ResourceExceptionpublic void setReference(Reference ref)
public Reference getReference() throws NamingException
getReference in interface ReferenceableNamingExceptionpublic void setId(int id)
Copyright © 2016 Hazelcast, Inc.. All Rights Reserved.