public class JournalTrace extends Object implements DataStructure
Modifier and Type | Field and Description |
---|---|
static byte |
DATA_STRUCTURE_TYPE |
Constructor and Description |
---|
JournalTrace() |
JournalTrace(String message) |
Modifier and Type | Method and Description |
---|---|
byte |
getDataStructureType() |
String |
getMessage() |
boolean |
isMarshallAware() |
void |
setMessage(String message) |
String |
toString() |
public static final byte DATA_STRUCTURE_TYPE
public JournalTrace()
public JournalTrace(String message)
public byte getDataStructureType()
getDataStructureType
in interface DataStructure
public String getMessage()
public void setMessage(String message)
public boolean isMarshallAware()
isMarshallAware
in interface DataStructure
Copyright © 2005–2016 FuseSource, Corp.. All rights reserved.