Uses of Class
lime.EngagementMsg

Packages that use EngagementMsg
lime   
 

Uses of EngagementMsg in lime
 

Subclasses of EngagementMsg in lime
(package private)  class AgentsEngMsg
          Held within the TransactionOpDescriptor.
(package private)  class DataEngMsg
          A data message sent during engagement.
(package private)  class HostsEngMsg
           
 

Fields in lime declared as EngagementMsg
private  EngagementMsg TransactionOpDescriptor.em
          Data for an engagement
 

Methods in lime that return EngagementMsg
 EngagementMsg TransactionOpDescriptor.getEngagementMessage()
          Returns the engagement message.
 

Methods in lime with parameters of type EngagementMsg
 void TransactionOpDescriptor.setEngagementMessage(EngagementMsg em)
          Sets the engagement message within this class.
 

Constructors in lime with parameters of type EngagementMsg
TransactionOpDescriptor(short type, short transType, TransactionID tid, LimeServerID source, LimeServerID sender, AgentID agent, EngagementMsg em)
          Creates a with the specified source and sender.
TransactionOpDescriptor(short type, short transType, TransactionID tid, AgentID agent, EngagementMsg em)
          Creates a TransactionOpDescriptor.