Interface | Description |
---|---|
HazelcastConnection |
Hazelcast specific connection which allows
access to this hazelcast instance to acquire
the maps, lists etc.
|
HazelcastConnectionFactory |
Interface to allow safe access to Hazelcast's connection interface
without casting
|
HazelcastTransaction |
Wrapper interface to bundle
LocalTransaction and
LocalTransaction into one interface |
Class | Description |
---|---|
ConnectionFactoryImpl |
Small facade to bring together container's pooling mechanism and other
vendor-specific calls with the real implementation classes of this
resource adapter
|
HazelcastConnectionImpl |
Implementation class of
HazelcastConnectionImpl |
HazelcastTransactionImpl |
Implementation class of
HazelcastTransaction |
JcaBase |
Base class to allow simpler logging according to the JCA specs
and the Hazelcast Logging Framework
|
ManagedConnectionFactoryImpl |
This managed connection factory is populated with all
container-specific configuration and infrastructure
|
ManagedConnectionImpl |
Implementation class of
ManagedConnection |
ResourceAdapterImpl |
This is the starting point of the whole resource adapter for hazelcast.
|
This package contains jca functionality
Copyright © 2015 Hazelcast, Inc.. All Rights Reserved.