org.mobicents.protocols.mgcp.stack
Class ReceivedTransactionID

java.lang.Object
  extended by org.mobicents.protocols.mgcp.stack.ReceivedTransactionID
All Implemented Interfaces:
Serializable

public class ReceivedTransactionID
extends Object
implements Serializable

The ID of a received MGCP transaction.

Author:
eduardomartins
See Also:
Serialized Form

Field Summary
protected  InetAddress remoteAddress
           
protected  int remotePort
           
protected  int transactionHandle
           
 
Constructor Summary
protected ReceivedTransactionID(int transactionHandle, InetAddress remoteAddress, int remotePort)
           
 
Method Summary
 boolean equals(Object obj)
           
 int hashCode()
           
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

transactionHandle

protected final int transactionHandle

remoteAddress

protected final InetAddress remoteAddress

remotePort

protected final int remotePort
Constructor Detail

ReceivedTransactionID

protected ReceivedTransactionID(int transactionHandle,
                                InetAddress remoteAddress,
                                int remotePort)
Method Detail

equals

public boolean equals(Object obj)
Overrides:
equals in class Object

hashCode

public int hashCode()
Overrides:
hashCode in class Object


Copyright © 2012 TeleStax, Inc.. All Rights Reserved.