mam.messaging
Class GetVisualizerNodesMessage

mam.messaging.AgentMessage
  |
  +--mam.messaging.GetVisualizerNodesMessage

public class GetVisualizerNodesMessage
extends AgentMessage

Description


Field Summary
 final static StringHTML_VISUALIZER_TYPE
           
 final static StringJAVA_VISUALIZER_TYPE
           
 private Stringm_visType
           

Fields inherited from class mam.messaging.AgentMessage
DEFAULT_TAG_NAME, DEFAULT_TIME_TO_LIVE, DESTINATION_TAG_NAME, m_attrCreationDate, m_attrDestination, m_attrId, m_attrOriginFacility, m_attrReplyTo, m_attrResponseTo, m_attrSource, m_attrTimeToLive, SOURCE_TAG_NAME

Constructor Summary
GetVisualizerNodesMessage(RoutingTag source, RoutingTag destination, String visType)
           
GetVisualizerNodesMessage(RoutingTag source, RoutingTag destination, MamId responseTo, String visType)
           

Method Summary
 StringgetVisType()
           
 private voidsetVisType(String visType)
           

Methods inherited from class mam.messaging.AgentMessage
decrementTimeToLive, fromXmlElement, getDestination, getId, getOriginFacility, getRemainingTimeToLive, getReplyTo, getResponseTo, getSource, getType, setDestination, setId, setLocal, setOriginFacility, setReplyTo, setResponseTo, setSource, toString, toXmlElement, toXmlElement

Field Detail

HTML_VISUALIZER_TYPE

public final static String HTML_VISUALIZER_TYPE

JAVA_VISUALIZER_TYPE

public final static String JAVA_VISUALIZER_TYPE

m_visType

private String m_visType
Constructor Detail

GetVisualizerNodesMessage

public GetVisualizerNodesMessage(RoutingTag source, RoutingTag destination, String visType)

GetVisualizerNodesMessage

public GetVisualizerNodesMessage(RoutingTag source, RoutingTag destination, MamId responseTo, String visType)
Method Detail

getVisType

public String getVisType()

setVisType

private void setVisType(String visType)