Uses of Class
com.ibm.maf.MessageEx

Packages that use MessageEx
com.ibm.aglets   
com.ibm.maf   
com.ibm.maf.atp   
com.ibm.maf.rmi   
 

Uses of MessageEx in com.ibm.aglets
 

Methods in com.ibm.aglets that throw MessageEx
 byte[] MAFAgentSystem_AgletsImpl.receive_message(Name agent_name, byte[] raw_msg)
          Messaging
 

Uses of MessageEx in com.ibm.maf
 

Methods in com.ibm.maf that return MessageEx
static MessageEx MessageEx.read(java.io.DataInput in)
           
 

Methods in com.ibm.maf that throw MessageEx
abstract  byte[] MAFAgentSystem.receive_message(Name agent_name, byte[] msg)
          Messaging
 

Uses of MessageEx in com.ibm.maf.atp
 

Methods in com.ibm.maf.atp that throw MessageEx
 byte[] MAFAgentSystem_ATPClient.receive_message(Name agent_name, byte[] msg)
          Messaging
 

Uses of MessageEx in com.ibm.maf.rmi
 

Methods in com.ibm.maf.rmi that throw MessageEx
 byte[] MAFAgentSystem_RMIClient.receive_message(Name agent_name, byte[] msg)