mam.messaging
Class DoLoginMessage

mam.messaging.AgentMessage
  |
  +--mam.messaging.DoLoginMessage

public class DoLoginMessage
extends AgentMessage

Description


Field Summary
 Stringm_attrPassword
           
 Stringm_attrUserName
           

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
DoLoginMessage(RoutingTag source, RoutingTag destination, String userName, String password)
           
DoLoginMessage(RoutingTag source, RoutingTag destination, MamId responseTo, String userName, String password)
           

Method Summary
 StringgetPassword()
           
 StringgetUserName()
           
 voidsetPassword(String password)
           
 voidsetUserName(String userName)
           
 StringtoString()
           

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

Field Detail

m_attrPassword

public String m_attrPassword

m_attrUserName

public String m_attrUserName
Constructor Detail

DoLoginMessage

public DoLoginMessage(RoutingTag source, RoutingTag destination, String userName, String password)

DoLoginMessage

public DoLoginMessage(RoutingTag source, RoutingTag destination, MamId responseTo, String userName, String password)
Method Detail

getPassword

public String getPassword()

getUserName

public String getUserName()

setPassword

public void setPassword(String password)

setUserName

public void setUserName(String userName)

toString

public String toString()