nl.tbdev.IR
Class IasServer

java.lang.Object
  |
  +--nl.tbdev.IR.ConnectionCallback
        |
        +--nl.tbdev.IR.IasServer
All Implemented Interfaces:
ConnectionCallbackInterface

class IasServer
extends ConnectionCallback

Information Access Store Server implementation. For internal IR use only.


Field Summary
private  IasStore store
           
 
Fields inherited from class nl.tbdev.IR.ConnectionCallback
connection
 
Constructor Summary
IasServer(IasStore iStore)
           
 
Method Summary
 void connectionCallbackConnect(byte[] data)
          called whenever a connection request for this service is received.
 void connectionCallbackData(byte[] data)
          called whenever data is received for this service.
 
Methods inherited from class nl.tbdev.IR.ConnectionCallback
connectionCallbackConfirm, connectionCallbackDisconnect, connectionCallbackLink, setConnection
 
Methods inherited from class java.lang.Object
, clone, equals, finalize, getClass, hashCode, notify, notifyAll, registerNatives, toString, wait, wait, wait
 

Field Detail

store

private IasStore store
Constructor Detail

IasServer

public IasServer(IasStore iStore)
Method Detail

connectionCallbackConnect

public void connectionCallbackConnect(byte[] data)
Description copied from class: ConnectionCallback
called whenever a connection request for this service is received. Default implementation does not accept connections
Overrides:
connectionCallbackConnect in class ConnectionCallback

connectionCallbackData

public void connectionCallbackData(byte[] data)
Description copied from class: ConnectionCallback
called whenever data is received for this service. Default implementation does nothing.
Overrides:
connectionCallbackData in class ConnectionCallback
Following copied from class: nl.tbdev.IR.ConnectionCallback
Parameters:
data - contains the application level data, no IrDA frame headers.