nl.tbdev.IR
Class IasClient

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

class IasClient
extends ConnectionCallback

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


Field Summary
private  java.lang.String attrName
           
private  IasQueryCallbackInterface caller
           
private  java.lang.String className
           
 
Fields inherited from class nl.tbdev.IR.ConnectionCallback
connection
 
Constructor Summary
IasClient()
           
 
Method Summary
 void connectionCallbackConfirm(byte[] data)
          called whenever a connection request succeeds Default implementation does nothing.
 void connectionCallbackData(byte[] data)
          called whenever data is received for this service.
 void connectionCallbackDisconnect()
          called on all LAP disconnects
 void getValueByClass(IasQueryCallbackInterface c, java.lang.String cName, java.lang.String aName)
           
 
Methods inherited from class nl.tbdev.IR.ConnectionCallback
connectionCallbackConnect, connectionCallbackLink, setConnection
 
Methods inherited from class java.lang.Object
, clone, equals, finalize, getClass, hashCode, notify, notifyAll, registerNatives, toString, wait, wait, wait
 

Field Detail

caller

private IasQueryCallbackInterface caller

className

private java.lang.String className

attrName

private java.lang.String attrName
Constructor Detail

IasClient

public IasClient()
Method Detail

getValueByClass

public void getValueByClass(IasQueryCallbackInterface c,
                            java.lang.String cName,
                            java.lang.String aName)

connectionCallbackConfirm

public void connectionCallbackConfirm(byte[] data)
Description copied from class: ConnectionCallback
called whenever a connection request succeeds Default implementation does nothing.
Overrides:
connectionCallbackConfirm in class ConnectionCallback

connectionCallbackDisconnect

public void connectionCallbackDisconnect()
Description copied from class: ConnectionCallback
called on all LAP disconnects
Overrides:
connectionCallbackDisconnect 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.