public class MessageSequence extends Object
MessageSequence(List<Message> messages)
MessageSequence(Message msg, Object... targets)
Future<Future[]>
exec()
Message
first()
get(int index)
List<Message>
getMessages()
int
size()
String
toString()
yield()
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
public MessageSequence(Message msg, Object... targets)
public MessageSequence(List<Message> messages)
public Future<Future[]> yield()
public int size()
public Message get(int index)
public Message first()
public Future<Future[]> exec()
public List<Message> getMessages()
public String toString()
toString
Object
Copyright © 2014. All rights reserved.