tigase.server.xmppserver
Class CID

java.lang.Object
  extended by tigase.server.xmppserver.CID

public class CID
extends Object

Created: Jan 7, 2010 12:51:33 PM

Version:
$Rev$
Author:
Artur Hefczyc

Constructor Summary
CID(String cid)
          Constructs ...
CID(String localHost, String remoteHost)
          Constructs ...
 
Method Summary
 boolean equals(Object o)
          Method description
 String getLocalHost()
          Method description
 String getRemoteHost()
          Method description
 int hashCode()
          Method description
 String toString()
          Method description
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Constructor Detail

CID

public CID(String cid)
Constructs ...

Parameters:
cid -

CID

public CID(String localHost,
           String remoteHost)
Constructs ...

Parameters:
localHost -
remoteHost -
Method Detail

equals

public boolean equals(Object o)
Method description

Overrides:
equals in class Object
Parameters:
o -
Returns:

getLocalHost

public String getLocalHost()
Method description

Returns:

getRemoteHost

public String getRemoteHost()
Method description

Returns:

hashCode

public int hashCode()
Method description

Overrides:
hashCode in class Object
Returns:

toString

public String toString()
Method description

Overrides:
toString in class Object
Returns:


Copyright © 2013 Tigase. All rights reserved.