com.infoengine.messaging
Class MsgService.MOMKey

java.lang.Object
  extended bycom.infoengine.messaging.MsgService.MOMKey
Enclosing class:
MsgService

class MsgService.MOMKey
extends Object

object that uniquely identifies an element in a MOMHash


Field Summary
private  String name
           
private  String pass
           
private  String user
           
private  String where
           
 
Constructor Summary
MsgService.MOMKey(String user, String pass)
           
MsgService.MOMKey(String user, String pass, String name)
           
MsgService.MOMKey(String user, String pass, String name, String where)
           
 
Method Summary
 boolean equals(Object o)
           
 String getName()
           
 String getPass()
           
 String getUser()
           
 String getWhere()
           
private  boolean same(String s1, String s2)
           
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

name

private String name

where

private String where

user

private String user

pass

private String pass
Constructor Detail

MsgService.MOMKey

public MsgService.MOMKey(String user,
                         String pass)

MsgService.MOMKey

public MsgService.MOMKey(String user,
                         String pass,
                         String name)

MsgService.MOMKey

public MsgService.MOMKey(String user,
                         String pass,
                         String name,
                         String where)
Method Detail

getName

public String getName()

getUser

public String getUser()

getPass

public String getPass()

getWhere

public String getWhere()

same

private boolean same(String s1,
                     String s2)

equals

public boolean equals(Object o)

toString

public String toString()