org.mobicents.jcc.inap.protocol
Class Operation
java.lang.Object
org.mobicents.jcc.inap.protocol.Operation
- All Implemented Interfaces:
- java.io.Serializable
- Direct Known Subclasses:
- ApplyCharging, CallInformationReport, CallInformationRequest, Connect, Continue, EventReportBCSM, InitialDP, RequestBCSMState, UnknownOperation
public abstract class Operation
- extends java.lang.Object
- implements java.io.Serializable
- Author:
- Oleg Kulikov
- See Also:
- Serialized Form
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
INITIAL_DP
public static final int INITIAL_DP
- See Also:
- Constant Field Values
APPLY_CHARGING
public static final int APPLY_CHARGING
- See Also:
- Constant Field Values
CALL_INFORMATION_REQUEST
public static final int CALL_INFORMATION_REQUEST
- See Also:
- Constant Field Values
REQUEST_REPORT_BCSM_EVENT
public static final int REQUEST_REPORT_BCSM_EVENT
- See Also:
- Constant Field Values
CALL_INFORMATION_REPORT
public static final int CALL_INFORMATION_REPORT
- See Also:
- Constant Field Values
EVENT_REPORT_BCSM
public static final int EVENT_REPORT_BCSM
- See Also:
- Constant Field Values
CONTINUE
public static final int CONTINUE
- See Also:
- Constant Field Values
CONNECT
public static final int CONNECT
- See Also:
- Constant Field Values
code
protected int code
Operation
public Operation()
- Creates a new instance of Operation
Operation
public Operation(int code)
getCode
public int getCode()
toByteArray
public abstract byte[] toByteArray()
Copyright © 2010. All Rights Reserved.