org.jboss.cache.marshall
Class RegionalizedMethodCall

java.lang.Object
  extended by org.jboss.cache.marshall.RegionalizedMethodCall

public class RegionalizedMethodCall
extends Object

A regionalized MethodCall object, created when 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.

Since:
2.1.1
Author:
Manik Surtani (manik AT jboss DOT org)

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

command

public ReplicableCommand command

region

public Fqn region
Constructor Detail

RegionalizedMethodCall

public RegionalizedMethodCall()


Copyright © 2009 JBoss, a division of Red Hat. All Rights Reserved.