|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.jboss.cache.marshall.RegionalizedMethodCall
public class RegionalizedMethodCall
A regionalized MethodCall object, created when Marshaller.regionalizedMethodCallFromByteBuffer(byte[])
or
Marshaller.regionalizedMethodCallFromObjectStream(java.io.ObjectInputStream)
is called.
InactiveRegionAwareRpcDispatcher
so that the region used to unmarshall
the method call is known, and can be used to marshall a result to return to the remote caller.
Field Summary | |
---|---|
ReplicableCommand |
command
|
Fqn |
region
|
Constructor Summary | |
---|---|
RegionalizedMethodCall()
|
Method Summary |
---|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public ReplicableCommand command
public Fqn region
Constructor Detail |
---|
public RegionalizedMethodCall()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |