All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class iceberg.iap.gsm_iap.call_state

java.lang.Object
   |
   +----iceberg.iap.gsm_iap.call_state

public class call_state
extends Object
Class to maintain all call-states in a hash-table (will be persistent ultimately). Sep 4 - Actually, this hash table need not be persistent. This state should be soft state.


Constructor Index

 o call_state()

Method Index

 o get(byte)
Get an entry from the hash table based on time-slot number
 o get(String)
Get an entry from the hash table based on callid
 o put(cs_class)
Put an entry into the hash tables
 o remove(String)
Remove an entry from the hash table.

Constructors

 o call_state
 public call_state()

Methods

 o put
 public static synchronized void put(cs_class cs)
Put an entry into the hash tables

 o get
 public static synchronized cs_class get(String callid)
Get an entry from the hash table based on callid

 o get
 public static synchronized cs_class get(byte ts)
Get an entry from the hash table based on time-slot number

 o remove
 public static synchronized void remove(String callid)
Remove an entry from the hash table. The callid is given


All Packages  Class Hierarchy  This Package  Previous  Next  Index