akka.transactor
Class Coordinated$

java.lang.Object
  extended by akka.transactor.Coordinated$

public class Coordinated$
extends java.lang.Object

Coordinated transactions across actors.


Field Summary
static Coordinated$ MODULE$
          Static reference to the singleton instance of this Scala object.
 
Constructor Summary
Coordinated$()
           
 
Method Summary
 Coordinated apply(java.lang.Object message, Timeout timeout)
          Creates a new Coordinated with the given message and Timeout
 scala.Option<java.lang.Object> unapply(Coordinated c)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

MODULE$

public static final Coordinated$ MODULE$
Static reference to the singleton instance of this Scala object.

Constructor Detail

Coordinated$

public Coordinated$()
Method Detail

apply

public Coordinated apply(java.lang.Object message,
                         Timeout timeout)
Creates a new Coordinated with the given message and Timeout

Parameters:
message - - the message which will be coordinated
timeout - - the timeout for the coordination
Returns:
a new Coordinated

unapply

public scala.Option<java.lang.Object> unapply(Coordinated c)
Parameters:
c - - a Coordinated to be unapplied
Returns:
the message associated with the given Coordinated