public class HazelcastConnectionImpl extends Object implements HazelcastConnection
| Constructor and Description |
|---|
HazelcastConnectionImpl(ManagedConnectionImpl managedConnectionImpl,
Subject subject) |
public HazelcastConnectionImpl(ManagedConnectionImpl managedConnectionImpl, Subject subject)
public void close()
throws javax.resource.ResourceException
close in interface javax.resource.cci.Connectionjavax.resource.ResourceExceptionpublic javax.resource.cci.Interaction createInteraction()
throws javax.resource.ResourceException
createInteraction in interface javax.resource.cci.Connectionjavax.resource.ResourceExceptionpublic javax.resource.cci.ResultSetInfo getResultSetInfo()
throws javax.resource.NotSupportedException
getResultSetInfo in interface javax.resource.cci.Connectionjavax.resource.NotSupportedException - as this is not supported by this resource adapterpublic HazelcastTransaction getLocalTransaction() throws javax.resource.ResourceException
getLocalTransaction in interface javax.resource.cci.Connectionjavax.resource.ResourceExceptionpublic javax.resource.cci.ConnectionMetaData getMetaData()
throws javax.resource.ResourceException
getMetaData in interface javax.resource.cci.Connectionjavax.resource.ResourceExceptionpublic <K,V> IMap<K,V> getMap(String name)
getMap in interface HazelcastConnectionHazelcastInstance.getMap(String)public <E> IQueue<E> getQueue(String name)
getQueue in interface HazelcastConnectionHazelcastInstance.getQueue(String)public <E> ITopic<E> getTopic(String name)
getTopic in interface HazelcastConnectionHazelcastInstance.getTopic(String)public <E> ISet<E> getSet(String name)
getSet in interface HazelcastConnectionHazelcastInstance.getSet(String)public <E> IList<E> getList(String name)
getList in interface HazelcastConnectionHazelcastInstance.getList(String)public <K,V> MultiMap<K,V> getMultiMap(String name)
getMultiMap in interface HazelcastConnectionHazelcastInstance.getMultiMap(String)public ExecutorService getExecutorService(String name)
getExecutorService in interface HazelcastConnectionHazelcastInstance.getExecutorService(String)public IAtomicLong getAtomicLong(String name)
getAtomicLong in interface HazelcastConnectionHazelcastInstance.getAtomicLong(String)public ICountDownLatch getCountDownLatch(String name)
getCountDownLatch in interface HazelcastConnectionHazelcastInstance.getCountDownLatch(String)public ISemaphore getSemaphore(String name)
getSemaphore in interface HazelcastConnectionHazelcastInstance.getSemaphore(String)public <K,V> TransactionalMap<K,V> getTransactionalMap(String name)
getTransactionalMap in interface HazelcastConnectionTransactionalTaskContext.getMap(String)public <E> TransactionalQueue<E> getTransactionalQueue(String name)
getTransactionalQueue in interface HazelcastConnectionTransactionalTaskContext.getQueue(String)public <K,V> TransactionalMultiMap<K,V> getTransactionalMultiMap(String name)
getTransactionalMultiMap in interface HazelcastConnectionTransactionalTaskContext.getMultiMap(String)public <E> TransactionalList<E> getTransactionalList(String name)
getTransactionalList in interface HazelcastConnectionTransactionalTaskContext.getList(String)public <E> TransactionalSet<E> getTransactionalSet(String name)
getTransactionalSet in interface HazelcastConnectionTransactionalTaskContext.getSet(String)Copyright © 2021 Hazelcast, Inc.. All rights reserved.