|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.hazelcast.jca.JcaBase
com.hazelcast.jca.ManagedConnectionFactoryImpl
public class ManagedConnectionFactoryImpl
This managed connection factory is populated with all container-specific configuration and infrastructure
setConnectionTracingDetail(boolean),
setConnectionTracingEvents(String),
setResourceAdapter(ResourceAdapter),
Serialized Form| Constructor Summary | |
|---|---|
ManagedConnectionFactoryImpl()
|
|
| Method Summary | |
|---|---|
HazelcastConnectionFactory |
createConnectionFactory()
|
HazelcastConnectionFactory |
createConnectionFactory(javax.resource.spi.ConnectionManager cm)
|
javax.resource.spi.ManagedConnection |
createManagedConnection(Subject subject,
javax.resource.spi.ConnectionRequestInfo cxRequestInfo)
|
boolean |
equals(Object obj)
|
String |
getConnectionTracingEvents()
Getter for the RAR property 'connectionTracingEvents' |
ResourceAdapterImpl |
getResourceAdapter()
|
int |
hashCode()
|
boolean |
isConnectionTracingDetail()
Getter for the RAR property 'connectionTracingDetails' |
javax.resource.spi.ManagedConnection |
matchManagedConnections(Set connectionSet,
Subject subject,
javax.resource.spi.ConnectionRequestInfo cxRequestInfo)
|
void |
setConnectionTracingDetail(boolean connectionTracingDetail)
Setter for the RAR property 'connectionTracingDetails'. |
void |
setConnectionTracingEvents(String tracingSpec)
Setter for the property 'connectionTracingEvents'. |
void |
setResourceAdapter(javax.resource.spi.ResourceAdapter resourceAdapter)
|
String |
toString()
|
| Methods inherited from class com.hazelcast.jca.JcaBase |
|---|
getLogWriter, setLogWriter |
| Methods inherited from class java.lang.Object |
|---|
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
| Methods inherited from interface javax.resource.spi.ManagedConnectionFactory |
|---|
getLogWriter, setLogWriter |
| Constructor Detail |
|---|
public ManagedConnectionFactoryImpl()
| Method Detail |
|---|
public HazelcastConnectionFactory createConnectionFactory()
throws javax.resource.ResourceException
createConnectionFactory in interface javax.resource.spi.ManagedConnectionFactoryjavax.resource.ResourceException
public HazelcastConnectionFactory createConnectionFactory(javax.resource.spi.ConnectionManager cm)
throws javax.resource.ResourceException
createConnectionFactory in interface javax.resource.spi.ManagedConnectionFactoryjavax.resource.ResourceException
public javax.resource.spi.ManagedConnection createManagedConnection(Subject subject,
javax.resource.spi.ConnectionRequestInfo cxRequestInfo)
throws javax.resource.ResourceException
createManagedConnection in interface javax.resource.spi.ManagedConnectionFactoryjavax.resource.ResourceExceptionpublic String getConnectionTracingEvents()
public void setConnectionTracingDetail(boolean connectionTracingDetail)
public boolean isConnectionTracingDetail()
public ResourceAdapterImpl getResourceAdapter()
getResourceAdapter in interface javax.resource.spi.ResourceAdapterAssociation
public void setResourceAdapter(javax.resource.spi.ResourceAdapter resourceAdapter)
throws javax.resource.ResourceException
setResourceAdapter in interface javax.resource.spi.ResourceAdapterAssociationjavax.resource.ResourceException
public javax.resource.spi.ManagedConnection matchManagedConnections(Set connectionSet,
Subject subject,
javax.resource.spi.ConnectionRequestInfo cxRequestInfo)
throws javax.resource.ResourceException
matchManagedConnections in interface javax.resource.spi.ManagedConnectionFactoryjavax.resource.ResourceExceptionpublic void setConnectionTracingEvents(String tracingSpec)
tracingSpec - A comma delimited list of HzConnectionEventpublic String toString()
toString in class Objectpublic int hashCode()
hashCode in interface javax.resource.spi.ManagedConnectionFactoryhashCode in class Objectpublic boolean equals(Object obj)
equals in interface javax.resource.spi.ManagedConnectionFactoryequals in class Object
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||