Package | Description |
---|---|
com.hazelcast.jca |
This package contains jca functionality
|
com.hazelcast.transaction |
Provides interfaces/classes for Hazelcast transaction support.
|
Modifier and Type | Method and Description |
---|---|
<E> TransactionalQueue<E> |
HazelcastConnectionImpl.getTransactionalQueue(String name) |
<E> TransactionalQueue<E> |
HazelcastConnection.getTransactionalQueue(String name) |
Modifier and Type | Method and Description |
---|---|
<E> TransactionalQueue<E> |
TransactionalTaskContext.getQueue(String name)
Returns the transactional queue instance with the specified name.
|
Copyright © 2014 Hazelcast, Inc.. All Rights Reserved.