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.
-
call_state()
-
-
get(byte)
- Get an entry from the hash table based on time-slot number
-
get(String)
- Get an entry from the hash table based on callid
-
put(cs_class)
- Put an entry into the hash tables
-
remove(String)
- Remove an entry from the hash table.
call_state
public call_state()
put
public static synchronized void put(cs_class cs)
- Put an entry into the hash tables
get
public static synchronized cs_class get(String callid)
- Get an entry from the hash table based on callid
get
public static synchronized cs_class get(byte ts)
- Get an entry from the hash table based on time-slot number
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