org.iqual.chaplin.msg
Class ConstantMessageReplies
java.lang.Object
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
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
NULL_REPLIES
public static final ConstantMessageReplies NULL_REPLIES
ConstantMessageReplies
public ConstantMessageReplies(Object constant)
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.