public class ManagedConnectionFactoryImpl extends JcaBase implements javax.resource.spi.ManagedConnectionFactory, javax.resource.spi.ResourceAdapterAssociation
Constructor and Description |
---|
ManagedConnectionFactoryImpl() |
Modifier and Type | Method and Description |
---|---|
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() |
getLogWriter, setLogWriter
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 int hashCode()
public boolean equals(Object obj)
public void setId(int id)
Copyright © 2016 Hazelcast, Inc.. All Rights Reserved.