Errai 3.0.1-SNAPSHOT

org.jboss.errai.otec.client.operation
Class OpPair

java.lang.Object
  extended by org.jboss.errai.otec.client.operation.OpPair

public class OpPair
extends Object

Author:
Christian Sadilek, Mike Brock

Method Summary
 OTOperation getLocalOp()
           
 OTOperation getRemoteOp()
           
static OpPair of(OTOperation remoteOp, OTOperation localOp)
           
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Method Detail

of

public static OpPair of(OTOperation remoteOp,
                        OTOperation localOp)

getRemoteOp

public OTOperation getRemoteOp()

getLocalOp

public OTOperation getLocalOp()

toString

public String toString()
Overrides:
toString in class Object

Errai 3.0.1-SNAPSHOT

Copyright © 2013-2014 JBoss, a division of Red Hat. All Rights Reserved.