public class RegionalizedMethodCall extends Object
Marshaller.regionalizedMethodCallFromByteBuffer(byte[])
or
Marshaller.regionalizedMethodCallFromObjectStream(java.io.ObjectInputStream)
is called.
Specifically used by the 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.
Modifier and Type | Field and Description |
---|---|
ReplicableCommand |
command |
Fqn |
region |
Constructor and Description |
---|
RegionalizedMethodCall() |
public ReplicableCommand command
public Fqn region
Copyright © 2012 JBoss, a division of Red Hat. All Rights Reserved.