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, setLogWriterpublic HazelcastConnectionFactory createConnectionFactory() throws javax.resource.ResourceException
createConnectionFactory in interface javax.resource.spi.ManagedConnectionFactoryjavax.resource.ResourceExceptionpublic HazelcastConnectionFactory createConnectionFactory(javax.resource.spi.ConnectionManager cm) throws javax.resource.ResourceException
createConnectionFactory in interface javax.resource.spi.ManagedConnectionFactoryjavax.resource.ResourceExceptionpublic 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.ResourceAdapterAssociationpublic void setResourceAdapter(javax.resource.spi.ResourceAdapter resourceAdapter)
                        throws javax.resource.ResourceException
setResourceAdapter in interface javax.resource.spi.ResourceAdapterAssociationjavax.resource.ResourceExceptionpublic 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 int hashCode()
public boolean equals(Object obj)
public void setId(int id)
Copyright © 2016 Hazelcast, Inc.. All Rights Reserved.