Uses of Interface
org.miv.mbox.MBox

Packages that use MBox
org.miv.mbox   
org.miv.mbox.net   
 

Uses of MBox in org.miv.mbox
 

Classes in org.miv.mbox that implement MBox
 class MBoxBase
          MBox default implementation usable as base class.
 class MBoxStandalone
          Implementation of a message box to be used without having to inherit it.
 

Uses of MBox in org.miv.mbox.net
 

Classes in org.miv.mbox.net that implement MBox
 class RemoteMBox
          Representation of a remove message box.
 

Fields in org.miv.mbox.net with type parameters of type MBox
protected  HashMap<String,MBox> Receiver.boxes
          Pairs (key,value) where the key is the listener ID and the value the MBox of the listener.
 

Methods in org.miv.mbox.net that return MBox
 MBox Receiver.getMBox(String name)
          Message box attached to the given message box name, or null if no MBox is registered at this name.
 

Methods in org.miv.mbox.net with parameters of type MBox
 void Receiver.register(String name, MBox box)
          Register a message box.
 



Copyright © 2011. All Rights Reserved.