org.jboss.jms.server.remoting
Class MessagingMarshallable
java.lang.Object
org.jboss.jms.server.remoting.MessagingMarshallable
- All Implemented Interfaces:
- java.io.Serializable
- public class MessagingMarshallable
- extends java.lang.Object
- implements java.io.Serializable
A MessagingMarshallableSupport.
- Version:
- $Revision: 905 $
$Id: MessagingMarshallable.java 905 2006-04-27 17:38:22Z ovidiu $
- Author:
- Tim Fox
- See Also:
- Serialized Form
Field Summary |
protected java.lang.Object |
load
|
protected byte |
version
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
version
protected byte version
load
protected java.lang.Object load
MessagingMarshallable
public MessagingMarshallable(byte version,
java.lang.Object load)
getLoad
public java.lang.Object getLoad()
getVersion
public byte getVersion()
toString
public java.lang.String toString()
Copyright © 2006 JBoss Inc. All Rights Reserved.