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
Fields in org.multiverse.stms.gamma declared as CallableNode Modifier and Type Field Description private CallableNode[]GammaObjectPool. callableNodePoolMethods in org.multiverse.stms.gamma that return CallableNode Modifier and Type Method Description CallableNodeGammaObjectPool. 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 voidGammaObjectPool. 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 CallableNodeTranlocal. headCallableCallableNodeCallableNode. nextConstructors in org.multiverse.stms.gamma.transactionalobjects with parameters of type CallableNode Constructor Description CallableNode(Function function, CallableNode next)
-