|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface TransactionalTaskContext
Provides a context to access transactional data-structures, like the TransactionalMap
.
Method Summary | ||
---|---|---|
|
getList(String name)
Returns the transactional list instance with the specified name. |
|
|
getMap(String name)
Returns the transactional distributed map instance with the specified name. |
|
|
getMultiMap(String name)
Returns the transactional multimap instance with the specified name. |
|
|
getQueue(String name)
Returns the transactional queue instance with the specified name. |
|
|
getSet(String name)
Returns the transactional set instance with the specified name. |
|
|
getTransactionalObject(String serviceName,
String name)
Returns the transactional object instance with the specified name and service name. |
Method Detail |
---|
<K,V> TransactionalMap<K,V> getMap(String name)
name
- name of the distributed transactional map
<E> TransactionalQueue<E> getQueue(String name)
name
- name of the transactional queue
<K,V> TransactionalMultiMap<K,V> getMultiMap(String name)
name
- name of the transactional multimap
<E> TransactionalList<E> getList(String name)
name
- name of the transactional list
<E> TransactionalSet<E> getSet(String name)
name
- name of the transactional set
<T extends TransactionalObject> T getTransactionalObject(String serviceName, String name)
serviceName
- service name for the transactional object instancename
- name of the transactional object instance
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |