Package | Description |
---|---|
org.jgroups.protocols |
Provides implementations of transport protocols which are
responsible for sending and receiving messages to/from the network.
|
Modifier and Type | Field and Description |
---|---|
protected java.util.Map<Executing.Owner,java.lang.Runnable> |
Executing._awaitingReturn
This is a map on the client side that shows for which
owner(consumer, request) the runnable they are currently using.
|
protected java.util.Map<java.lang.Runnable,Executing.Owner> |
Executing._running
This is a map on the server side that shows which owner is currently
tied to the runnable so we can return to them the results
|
Copyright © 1998-2009 Bela Ban / Red Hat. All Rights Reserved.