Constructor and Description |
---|
MAmxTreeImpl() |
MAmxTreeImpl(java.lang.Object msg) |
Modifier and Type | Method and Description |
---|---|
void |
append(MNode p_node) |
void |
append(java.lang.String p_name,
boolean p_data) |
void |
append(java.lang.String p_name,
byte p_data) |
void |
append(java.lang.String p_name,
double p_data) |
void |
append(java.lang.String p_name,
float p_data) |
void |
append(java.lang.String p_name,
int p_data) |
void |
append(java.lang.String p_name,
long p_data) |
void |
append(java.lang.String p_name,
java.lang.Object p_value) |
void |
append(java.lang.String p_name,
short p_data) |
void |
clear() |
boolean |
containsNode(java.lang.String p_name) |
void |
finalize() |
java.lang.Object |
getAmxProperty(java.lang.String p_propName)
internal use only - do not document
|
MGUID |
getAssignMsgGUID() |
java.lang.Object |
getData() |
int |
getFieldCount() |
java.lang.String |
getFieldName(int p_index) |
java.lang.String |
getIdAsString() |
java.lang.Object |
getJmsProperty(java.lang.String p_propName) |
java.lang.String |
getName() |
MNode |
getNode(java.lang.String p_name) |
java.util.Enumeration |
getNodes() |
MNode |
getProperty(java.lang.String sPropertyName) |
short |
getRepresentationEncoding() |
short |
getRepresentationFormat() |
short |
getRepresentationType() |
short |
getRepresentationVersion() |
java.lang.String |
getTextBody() |
MTrackingInfo |
getTrackingInfo() |
java.lang.Object |
getUnderlyingMsg() |
java.lang.Object |
getValue(java.lang.String p_name) |
boolean |
hasTrackingInfo() |
java.util.Enumeration |
newPropertyEnumerator() |
void |
setAssignMsgGUID(MGUID p_guid) |
void |
setProperty(java.lang.String propertyName,
boolean propertyValue) |
void |
setProperty(java.lang.String propertyName,
byte propertyValue) |
void |
setProperty(java.lang.String propertyName,
double propertyValue) |
void |
setProperty(java.lang.String propertyName,
float propertyValue) |
void |
setProperty(java.lang.String propertyName,
int propertyValue) |
void |
setProperty(java.lang.String propertyName,
long propertyValue) |
void |
setProperty(java.lang.String p_propName,
MNode p_node) |
void |
setProperty(java.lang.String propertyName,
short propertyValue) |
void |
setProperty(java.lang.String propertyName,
java.lang.String propertyValue) |
void |
setRepresentationEncoding(short p_encoding) |
void |
setRepresentationFormat(short p_format) |
void |
setRepresentationType(short p_type) |
void |
setRepresentationVersion(short p_version) |
void |
setTextBody(java.lang.String sFieldName) |
void |
setTrackingInfo(MTrackingInfo trackingInfo) |
AmxMessage |
to_tibAmxMsg() |
com.tibco.tibrv.TibrvMsg |
to_tibrvMsg() |
java.lang.String |
toString() |
void |
use_tibamxMsg(AmxMessage inMsg) |
void |
use_tibrvMsg(com.tibco.tibrv.TibrvMsg msg) |
public MAmxTreeImpl()
public MAmxTreeImpl(java.lang.Object msg)
public void setTextBody(java.lang.String sFieldName) throws MException
setTextBody
in interface MTreeImpl
MException
public java.lang.String getTextBody() throws MException
getTextBody
in interface MTreeImpl
MException
public void setTrackingInfo(MTrackingInfo trackingInfo)
setTrackingInfo
in interface MTreeImpl
public MTrackingInfo getTrackingInfo()
getTrackingInfo
in interface MTreeImpl
public MNode getProperty(java.lang.String sPropertyName)
getProperty
in interface MTreeImpl
public java.lang.Object getAmxProperty(java.lang.String p_propName)
public void setProperty(java.lang.String propertyName, boolean propertyValue)
setProperty
in interface MTreeImpl
public void setProperty(java.lang.String propertyName, byte propertyValue)
setProperty
in interface MTreeImpl
public void setProperty(java.lang.String propertyName, double propertyValue)
setProperty
in interface MTreeImpl
public void setProperty(java.lang.String propertyName, float propertyValue)
setProperty
in interface MTreeImpl
public void setProperty(java.lang.String propertyName, int propertyValue)
setProperty
in interface MTreeImpl
public void setProperty(java.lang.String propertyName, long propertyValue)
setProperty
in interface MTreeImpl
public void setProperty(java.lang.String propertyName, short propertyValue)
setProperty
in interface MTreeImpl
public void setProperty(java.lang.String propertyName, java.lang.String propertyValue)
setProperty
in interface MTreeImpl
public java.lang.String toString()
public java.util.Enumeration newPropertyEnumerator()
newPropertyEnumerator
in interface MTreeImpl
public void append(MNode p_node) throws MException
append
in interface MTreeImpl
MException
public void append(java.lang.String p_name, java.lang.Object p_value) throws MException
append
in interface MTreeImpl
MException
public void append(java.lang.String p_name, boolean p_data) throws MException
append
in interface MTreeImpl
MException
public void append(java.lang.String p_name, byte p_data) throws MException
append
in interface MTreeImpl
MException
public void append(java.lang.String p_name, short p_data) throws MException
append
in interface MTreeImpl
MException
public void append(java.lang.String p_name, int p_data) throws MException
append
in interface MTreeImpl
MException
public void append(java.lang.String p_name, long p_data) throws MException
append
in interface MTreeImpl
MException
public void append(java.lang.String p_name, float p_data) throws MException
append
in interface MTreeImpl
MException
public void append(java.lang.String p_name, double p_data) throws MException
append
in interface MTreeImpl
MException
public java.lang.Object getValue(java.lang.String p_name)
public boolean containsNode(java.lang.String p_name)
containsNode
in interface MTreeImpl
public java.lang.Object getUnderlyingMsg()
getUnderlyingMsg
in interface MTreeImpl
public void setRepresentationEncoding(short p_encoding)
setRepresentationEncoding
in interface MTreeImpl
public short getRepresentationEncoding()
getRepresentationEncoding
in interface MTreeImpl
public void setRepresentationType(short p_type)
setRepresentationType
in interface MTreeImpl
public short getRepresentationType()
getRepresentationType
in interface MTreeImpl
public void setRepresentationFormat(short p_format)
setRepresentationFormat
in interface MTreeImpl
public short getRepresentationFormat()
getRepresentationFormat
in interface MTreeImpl
public void setRepresentationVersion(short p_version)
setRepresentationVersion
in interface MTreeImpl
public short getRepresentationVersion()
getRepresentationVersion
in interface MTreeImpl
public void setProperty(java.lang.String p_propName, MNode p_node)
setProperty
in interface MTreeImpl
public void finalize() throws java.lang.Throwable
public boolean hasTrackingInfo()
hasTrackingInfo
in interface MTreeImpl
public AmxMessage to_tibAmxMsg()
public void setAssignMsgGUID(MGUID p_guid)
setAssignMsgGUID
in interface MTreeImpl
public MGUID getAssignMsgGUID()
getAssignMsgGUID
in interface MTreeImpl
public java.lang.String getIdAsString()
getIdAsString
in interface MNodeImpl
public int getFieldCount()
getFieldCount
in interface MTreeImpl
public java.lang.String getFieldName(int p_index)
getFieldName
in interface MTreeImpl
public void use_tibrvMsg(com.tibco.tibrv.TibrvMsg msg)
use_tibrvMsg
in interface MTreeImpl
public com.tibco.tibrv.TibrvMsg to_tibrvMsg()
to_tibrvMsg
in interface MTreeImpl
public void use_tibamxMsg(AmxMessage inMsg)
use_tibamxMsg
in interface MTreeImpl
public java.lang.Object getJmsProperty(java.lang.String p_propName)
getJmsProperty
in interface MTreeImpl