org.mobicents.jcc.inap.protocol.parms
Class LegID
java.lang.Object
org.mobicents.jcc.inap.protocol.parms.LegID
- All Implemented Interfaces:
- java.io.Serializable
public class LegID
- extends java.lang.Object
- implements java.io.Serializable
- Author:
- Oleg Kulikov
- See Also:
- Serialized Form
|
Constructor Summary |
LegID(byte[] bin)
|
LegID(int sideID,
int legID)
Creates a new instance of LegID |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
RECEIVING_SIDE_ID
public static final int RECEIVING_SIDE_ID
- See Also:
- Constant Field Values
SENDING_SIDE_ID
public static final int SENDING_SIDE_ID
- See Also:
- Constant Field Values
FIRST_LEG
public static final int FIRST_LEG
- See Also:
- Constant Field Values
SECOND_LEG
public static final int SECOND_LEG
- See Also:
- Constant Field Values
LegID
public LegID(int sideID,
int legID)
- Creates a new instance of LegID
LegID
public LegID(byte[] bin)
throws java.io.IOException
- Throws:
java.io.IOException
getSideID
public int getSideID()
getLegID
public int getLegID()
toByteArray
public byte[] toByteArray()
toString
public java.lang.String toString()
- Overrides:
toString in class java.lang.Object
Copyright © 2010. All Rights Reserved.