Joram ${version}

org.objectweb.joram.shared.messages
Class MessageSoftRef

java.lang.Object
  extended byorg.objectweb.joram.shared.messages.Message
      extended byorg.objectweb.joram.shared.messages.MessageSoftRef
All Implemented Interfaces:
java.lang.Cloneable, java.io.Serializable

public class MessageSoftRef
extends Message
implements java.lang.Cloneable, java.io.Serializable

See Also:
Serialized Form

Field Summary
 
Fields inherited from class org.objectweb.joram.shared.messages.Message
acksCounter, body, deletedDest, deliveryCount, denied, durableAcksCounter, expired, messagePersistent, noBody, notWriteable, order, pin, toBeUpdated, undeliverable
 
Constructor Summary
MessageSoftRef()
          Constructs a MessageSoftRef instance.
 
Method Summary
protected  MessageBody getMessageBody()
           
 void save(java.lang.String id)
           
 void setMessageBody(MessageBody msgBody)
           
 void setPin(boolean pin)
           
 java.lang.String toString()
           
 
Methods inherited from class org.objectweb.joram.shared.messages.Message
clearBody, clearProperties, clone, create, delete, getBodyBytes, getBodyMap, getBodyText, getBooleanProperty, getByteProperty, getBytes, getCorrelationId, getDestinationId, getDoubleProperty, getExpiration, getFloatProperty, getIdentifier, getIntProperty, getLongProperty, getMap, getObject, getObjectProperty, getOptionalHeader, getPersistent, getPriority, getPropertyNames, getReplyToId, getSaveName, getShortProperty, getStream, getStringProperty, getText, getTimestamp, getType, isPin, isValid, propertyExists, replyToType, setBodyBytes, setBodyMap, setBodyText, setBooleanProperty, setByteProperty, setBytes, setCorrelationId, setDestination, setDoubleProperty, setExpiration, setFloatProperty, setIdentifier, setIntProperty, setLongProperty, setMap, setObject, setObjectProperty, setOptionalHeader, setPersistent, setPriority, setReadOnly, setReplyTo, setSaveName, setShortProperty, setStream, setStringProperty, setText, setTimestamp, soapCode, soapDecode, toType
 
Methods inherited from class java.lang.Object
equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

MessageSoftRef

public MessageSoftRef()
Constructs a MessageSoftRef instance.

Method Detail

setPin

public void setPin(boolean pin)
Overrides:
setPin in class Message

getMessageBody

protected MessageBody getMessageBody()
Overrides:
getMessageBody in class Message

setMessageBody

public void setMessageBody(MessageBody msgBody)
Overrides:
setMessageBody in class Message

save

public void save(java.lang.String id)
Overrides:
save in class Message

toString

public java.lang.String toString()
Overrides:
toString in class Message

Joram ${version}

Copyright © 2005 Scalagent - All rights reserved