|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object com.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 FormConstructor 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 |
setId(int id)
|
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.ManagedConnectionFactory
javax.resource.ResourceException
public HazelcastConnectionFactory createConnectionFactory(javax.resource.spi.ConnectionManager cm) throws javax.resource.ResourceException
createConnectionFactory
in interface javax.resource.spi.ManagedConnectionFactory
javax.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.ManagedConnectionFactory
javax.resource.ResourceException
public 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.ResourceAdapterAssociation
javax.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.ManagedConnectionFactory
javax.resource.ResourceException
public void setConnectionTracingEvents(String tracingSpec)
tracingSpec
- A comma delimited list of HzConnectionEvent
public String toString()
toString
in class Object
public int hashCode()
hashCode
in interface javax.resource.spi.ManagedConnectionFactory
hashCode
in class Object
public boolean equals(Object obj)
equals
in interface javax.resource.spi.ManagedConnectionFactory
equals
in class Object
public void setId(int id)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |