org.openfast
Class Message

java.lang.Object
  extended by org.openfast.GroupValue
      extended by org.openfast.Message
All Implemented Interfaces:
java.io.Serializable, FieldValue

public class Message
extends GroupValue

See Also:
Serialized Form

Field Summary
 
Fields inherited from class org.openfast.GroupValue
values
 
Constructor Summary
Message(MessageTemplate template)
           
Message(MessageTemplate template, FieldValue[] fieldValues)
           
 
Method Summary
 FieldValue copy()
           
 boolean equals(Message message)
           
 boolean equals(java.lang.Object obj)
           
 int getFieldCount()
           
 MessageTemplate getTemplate()
           
 int hashCode()
           
 
Methods inherited from class org.openfast.GroupValue
getBigDecimal, getBigDecimal, getBool, getByte, getByte, getBytes, getBytes, getDouble, getDouble, getGroup, getGroup, getGroup, getInt, getInt, getLong, getLong, getScalar, getScalar, getSequence, getSequence, getShort, getShort, getString, getString, getValue, getValue, isDefined, isDefined, iterator, setBitVector, setBool, setByteVector, setByteVector, setDecimal, setDecimal, setDecimal, setDecimal, setFieldValue, setFieldValue, setFieldValue, setFieldValue, setInteger, setInteger, setLong, setLong, setString, setString, setString, toString
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Constructor Detail

Message

public Message(MessageTemplate template,
               FieldValue[] fieldValues)

Message

public Message(MessageTemplate template)
Method Detail

equals

public boolean equals(java.lang.Object obj)
Overrides:
equals in class GroupValue

equals

public boolean equals(Message message)

hashCode

public int hashCode()
Overrides:
hashCode in class GroupValue

getFieldCount

public int getFieldCount()
Overrides:
getFieldCount in class GroupValue

getTemplate

public MessageTemplate getTemplate()

copy

public FieldValue copy()
Specified by:
copy in interface FieldValue
Overrides:
copy in class GroupValue


Copyright © 2006-2008 The LaSalle Technology Group, LLC. All Rights Reserved.