Uses of Interface
com.ibm.aglet.MessageManager

Packages that use MessageManager
com.ibm.aglet   
com.ibm.aglets   
 

Uses of MessageManager in com.ibm.aglet
 

Methods in com.ibm.aglet that return MessageManager
 MessageManager Aglet.getMessageManager()
          Gets the message manager.
protected abstract  MessageManager AgletStub.getMessageManager()
          Gets the aglet's message manager object.
 

Uses of MessageManager in com.ibm.aglets
 

Methods in com.ibm.aglets that return MessageManager
protected  MessageManager LocalAgletRef.getMessageManager()
           
 

Methods in com.ibm.aglets with parameters of type MessageManager
 AgletThread ResourceManager.newAgletThread(MessageManager mm)
           
 

Constructors in com.ibm.aglets with parameters of type MessageManager
AgletThread(java.lang.ThreadGroup group, MessageManager m)