ClientChannel.IClientChannelCallback
Overview
Callback that allows to get feedback from the client channel.
Location
- Reference: com.remobjects.sdk.jar
- Package: com.remobjects.sdk
- Nested in: ClientChannel
Required Methods
clientChannelNeedsLogin
Informs that the login procedure must be performed before any remote request can be successfully completed.
method clientChannelNeedsLogin(anException: Exception): Boolean
Boolean clientChannelNeedsLogin(Exception anException)
Parameters:
- anException: Given exception.
requestFailWithException
Informs that an exception was thrown while dispatching the message.
method requestFailWithException(anException: Exception)
void requestFailWithException(Exception anException)
Parameters:
- anException: Given exception.