nl.tbdev.IR
Class LmMux

java.lang.Object
  |
  +--nl.tbdev.IR.LmMux

class LmMux
extends java.lang.Object

Implementation of the LM-Mux service.


Field Summary
(package private)  java.util.Hashtable services
           
 
Constructor Summary
LmMux()
           
 
Method Summary
 LmpCallbackInterface getConnection(byte lsap)
           
 java.util.Enumeration getRegistered()
           
 void register(byte lsap, LmpCallbackInterface connection)
           
 
Methods inherited from class java.lang.Object
, clone, equals, finalize, getClass, hashCode, notify, notifyAll, registerNatives, toString, wait, wait, wait
 

Field Detail

services

java.util.Hashtable services
Constructor Detail

LmMux

public LmMux()
Method Detail

register

public void register(byte lsap,
                     LmpCallbackInterface connection)

getConnection

public LmpCallbackInterface getConnection(byte lsap)

getRegistered

public java.util.Enumeration getRegistered()