org.mobicents.mgcp.stack
Class ReceivedTransactionID
java.lang.Object
org.mobicents.mgcp.stack.ReceivedTransactionID
- All Implemented Interfaces:
- java.io.Serializable
public class ReceivedTransactionID
- extends java.lang.Object
- implements java.io.Serializable
The ID of a received MGCP transaction.
- Author:
- eduardomartins
- See Also:
- Serialized Form
|
Constructor Summary |
protected |
ReceivedTransactionID(int transactionHandle,
java.lang.String remoteAddress,
int remotePort)
|
| Methods inherited from class java.lang.Object |
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait |
transactionHandle
protected final int transactionHandle
remoteAddress
protected final java.lang.String remoteAddress
remotePort
protected final int remotePort
ReceivedTransactionID
protected ReceivedTransactionID(int transactionHandle,
java.lang.String remoteAddress,
int remotePort)
equals
public boolean equals(java.lang.Object obj)
- Overrides:
equals in class java.lang.Object
hashCode
public int hashCode()
- Overrides:
hashCode in class java.lang.Object
Copyright © 2008. All Rights Reserved.