Uses of Class
com.infoengine.messaging.MsgService.MOMKey

Packages that use MsgService.MOMKey
com.infoengine.messaging   
 

Uses of MsgService.MOMKey in com.infoengine.messaging
 

Fields in com.infoengine.messaging declared as MsgService.MOMKey
(package private)  MsgService.MOMKey MsgService.MOMHashMember.key
           
 

Methods in com.infoengine.messaging with parameters of type MsgService.MOMKey
private  void MsgService.updateHash(MsgService.MOMKey key, MsgListener listener, MsgService.MOMHash hash, boolean put)
          add or remove an item from a Hashtable
 void MsgService.MOMHash.put(MsgService.MOMKey key, Object o)
           
 Object MsgService.MOMHash.get(MsgService.MOMKey key)
           
 void MsgService.MOMHash.remove(MsgService.MOMKey key)