org.apache.activemq.command
Class JournalTrace

java.lang.Object
  extended by org.apache.activemq.command.JournalTrace
All Implemented Interfaces:
DataStructure

public class JournalTrace
extends Object
implements DataStructure

Version:
$Revision: 1.6 $

Field Summary
static byte DATA_STRUCTURE_TYPE
           
 
Constructor Summary
JournalTrace()
           
JournalTrace(String message)
           
 
Method Summary
 byte getDataStructureType()
           
 String getMessage()
           
 boolean isMarshallAware()
           
 void setMessage(String message)
           
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

DATA_STRUCTURE_TYPE

public static final byte DATA_STRUCTURE_TYPE
See Also:
Constant Field Values
Constructor Detail

JournalTrace

public JournalTrace()

JournalTrace

public JournalTrace(String message)
Method Detail

getDataStructureType

public byte getDataStructureType()
Specified by:
getDataStructureType in interface DataStructure
Returns:
The type of the data structure

getMessage

public String getMessage()

setMessage

public void setMessage(String message)

isMarshallAware

public boolean isMarshallAware()
Specified by:
isMarshallAware in interface DataStructure

toString

public String toString()
Overrides:
toString in class Object


Copyright © 2005-2010 The Apache Software Foundation. All Rights Reserved.