Uses of Class
org.multiverse.stms.gamma.transactionalobjects.CallableNode
-
Packages that use CallableNode Package Description org.multiverse.stms.gamma org.multiverse.stms.gamma.transactionalobjects -
-
Uses of CallableNode in org.multiverse.stms.gamma
Methods in org.multiverse.stms.gamma that return CallableNode Modifier and Type Method Description CallableNode
GammaObjectPool. takeCallableNode()
Takes a CallableNode from the pool, or null if none is available.Methods in org.multiverse.stms.gamma with parameters of type CallableNode Modifier and Type Method Description void
GammaObjectPool. putCallableNode(CallableNode node)
Puts a CallableNode in the pool. -
Uses of CallableNode in org.multiverse.stms.gamma.transactionalobjects
Fields in org.multiverse.stms.gamma.transactionalobjects declared as CallableNode Modifier and Type Field Description CallableNode
Tranlocal. headCallable
CallableNode
CallableNode. next
Constructors in org.multiverse.stms.gamma.transactionalobjects with parameters of type CallableNode Constructor Description CallableNode(Function function, CallableNode next)
-