org.mobicents.jcc.inap.protocol
Class Operation

java.lang.Object
  extended by 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

Field Summary
static int APPLY_CHARGING
           
static int CALL_INFORMATION_REPORT
           
static int CALL_INFORMATION_REQUEST
           
protected  int code
           
static int CONNECT
           
static int CONTINUE
           
static int EVENT_REPORT_BCSM
           
static int INITIAL_DP
           
static int REQUEST_REPORT_BCSM_EVENT
           
 
Constructor Summary
Operation()
          Creates a new instance of Operation
Operation(int code)
           
 
Method Summary
 int getCode()
           
abstract  byte[] toByteArray()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

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
Constructor Detail

Operation

public Operation()
Creates a new instance of Operation


Operation

public Operation(int code)
Method Detail

getCode

public int getCode()

toByteArray

public abstract byte[] toByteArray()


Copyright © 2010. All Rights Reserved.