org.mobicents.csapi.jr.slee.gms
Class TpMailboxIdentifier

java.lang.Object
  extended by org.mobicents.csapi.jr.slee.gms.TpMailboxIdentifier
All Implemented Interfaces:
java.io.Serializable

public final class TpMailboxIdentifier
extends java.lang.Object
implements java.io.Serializable

Defines the Sequence of Data Elements that identify a mailbox.

See Also:
Serialized Form

Constructor Summary
TpMailboxIdentifier(int _mailbox, int _sessionID)
          Creates a new TpMailboxIdentifier instance.
 
Method Summary
 boolean equals(java.lang.Object o)
          Indicates whether some other object is 'equal to' this one.
 int getMailbox()
          This method returns a mailbox.
 int getSessionID()
          This method returns a sessionID.
 int hashCode()
          Returns a hashcode value for the object.
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TpMailboxIdentifier

public TpMailboxIdentifier(int _mailbox,
                           int _sessionID)
Creates a new TpMailboxIdentifier instance.

Parameters:
_mailbox -
_sessionID -
Method Detail

getMailbox

public int getMailbox()
This method returns a mailbox.

Returns:
a org.mobicents.csapi.jr.slee.gms.IpMailbox value

getSessionID

public int getSessionID()
This method returns a sessionID.

Returns:
a int value

equals

public boolean equals(java.lang.Object o)
Indicates whether some other object is 'equal to' this one.

Overrides:
equals in class java.lang.Object

hashCode

public int hashCode()
Returns a hashcode value for the object.

Overrides:
hashCode in class java.lang.Object


Copyright © 2009. All Rights Reserved.