com.anabas.gxo
Class GMS_ObjectMessage

java.lang.Object
  |
  +--com.anabas.gxo.GMS_Message
        |
        +--com.anabas.gxo.GMS_ObjectMessage
Direct Known Subclasses:
GMS_ObjectMessageImpl

public abstract class GMS_ObjectMessage
extends GMS_Message

Title: Description: Copyright: Copyright (c) 2000 Company:


Fields inherited from class com.anabas.gxo.GMS_Message
BODYTYPE_BYTES, BODYTYPE_MAP, BODYTYPE_OBJECT, BODYTYPE_TEXT, BODYTYPE_XML, MSGTYPE_ACK, MSGTYPE_ADMINISTRATION, MSGTYPE_MAJOR, MSGTYPE_MINOR, PRIORITY_LOW, PRIORITY_NORMAL, PRIORITY_REALTIME
 
Constructor Summary
GMS_ObjectMessage()
           
 
Method Summary
abstract  java.io.Serializable getObject()
           
abstract  void setObject(java.io.Serializable parm1)
           
 
Methods inherited from class com.anabas.gxo.GMS_Message
clearBody, clearProperties, getBodyType, getID, getJMSMessage, getMessageType, getPriority, getProperty, getPropertyNames, getTimeStamp, setPriority, setProperty
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

GMS_ObjectMessage

public GMS_ObjectMessage()
Method Detail

getObject

public abstract java.io.Serializable getObject()
                                        throws GXO_Exception

setObject

public abstract void setObject(java.io.Serializable parm1)
                        throws GXO_Exception