org.iqual.chaplin.msg
Class ConstantMessageReplies

java.lang.Object
  extended by org.iqual.chaplin.msg.ConstantMessageReplies
All Implemented Interfaces:
Iterable, MessageReplies

public class ConstantMessageReplies
extends Object
implements MessageReplies

Since:
Jul 1, 2009 8:05:38 PM
Author:
Zbynek Slajchrt

Field Summary
static ConstantMessageReplies NULL_REPLIES
           
 
Constructor Summary
ConstantMessageReplies(Object constant)
           
 
Method Summary
 void addReply(Object reply)
           
 Object getConstant()
           
 List getReplies()
           
 long getReplyCount()
           
 Iterator iterator()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

NULL_REPLIES

public static final ConstantMessageReplies NULL_REPLIES
Constructor Detail

ConstantMessageReplies

public ConstantMessageReplies(Object constant)
Method Detail

addReply

public void addReply(Object reply)
Specified by:
addReply in interface MessageReplies

getReplies

public List getReplies()
Specified by:
getReplies in interface MessageReplies

getReplyCount

public long getReplyCount()
Specified by:
getReplyCount in interface MessageReplies

getConstant

public Object getConstant()

iterator

public Iterator iterator()
Specified by:
iterator in interface Iterable


Copyright © 2009 iquality.org. All Rights Reserved.