|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use SEHRConnection | |
org.ifeth.sehr.client.api | |
org.ifeth.sehr.client.api.driver |
Uses of SEHRConnection in org.ifeth.sehr.client.api |
Methods in org.ifeth.sehr.client.api that return SEHRConnection | |
SEHRConnection |
SEHRRemote.getSEHRconnection(int idx)
Returns the SEHRconnection layer of the remote object for a given index |
Methods in org.ifeth.sehr.client.api with parameters of type SEHRConnection | |
void |
SEHRRemote.connectionOpen(SEHRConnection c)
|
void |
SEHRRemote.connectionClosed(SEHRConnection c)
|
void |
SEHRRemote.connectionChanged(SEHRConnection c)
|
Uses of SEHRConnection in org.ifeth.sehr.client.api.driver |
Methods in org.ifeth.sehr.client.api.driver that return SEHRConnection | |
SEHRConnection |
ConnectionDriver.getConnectionLayer(int idx)
|
Methods in org.ifeth.sehr.client.api.driver with parameters of type SEHRConnection | |
void |
ConnectionListener.connectionOpen(SEHRConnection c)
Notifies the listener that a connection is new or open. |
void |
ConnectionListener.connectionClosed(SEHRConnection c)
Notifies the listener that a connection is closed and going to be discarded. |
void |
ConnectionListener.connectionChanged(SEHRConnection c)
Notifies the listener that a connection status has changed, e.g. from 'used' to 'unused'. |
void |
ConnectionDriver.notifyListeners(SEHRConnection c,
int status)
Notifies all listeners that a connection is open or closed. |
int |
ConnectionDriver.newConnection(SEHRConnection c)
Called by driver objects when a new connection is made. |
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |