TcpClientAsyncWorker
Overview
Location
- Reference: com.remobjects.sdk.jar
- Package: com.remobjects.sdk
- Ancestry: Thread | AsyncRequest | TcpClientAsyncWorker
constructor (declared in AsyncRequest)
Creates empty AsyncRequest.
constructor
TcpClientAsyncWorker()
constructor (Runnable) (declared in AsyncRequest)
constructor(arg1: Runnable)
TcpClientAsyncWorker(Runnable arg1)
Parameters:
- arg1:
constructor (Runnable, String) (declared in AsyncRequest)
constructor(arg1: Runnable; arg2: String)
TcpClientAsyncWorker(Runnable arg1, String arg2)
Parameters:
- arg1:
- arg2:
constructor (String) (declared in AsyncRequest)
constructor(arg1: String)
TcpClientAsyncWorker(String arg1)
Parameters:
- arg1:
constructor (ThreadGroup, Runnable) (declared in AsyncRequest)
constructor(arg1: ThreadGroup; arg2: Runnable)
TcpClientAsyncWorker(ThreadGroup arg1, Runnable arg2)
Parameters:
- arg1:
- arg2:
constructor (ThreadGroup, Runnable, String) (declared in AsyncRequest)
constructor(arg1: ThreadGroup; arg2: Runnable; arg3: String)
TcpClientAsyncWorker(ThreadGroup arg1, Runnable arg2, String arg3)
Parameters:
- arg1:
- arg2:
- arg3:
constructor (ThreadGroup, Runnable, String, Int64) (declared in AsyncRequest)
constructor(arg1: ThreadGroup; arg2: Runnable; arg3: String; arg4: Int64)
TcpClientAsyncWorker(ThreadGroup arg1, Runnable arg2, String arg3, Int64 arg4)
Parameters:
- arg1:
- arg2:
- arg3:
- arg4:
constructor (ThreadGroup, String) (declared in AsyncRequest)
constructor(arg1: ThreadGroup; arg2: String)
TcpClientAsyncWorker(ThreadGroup arg1, String arg2)
Parameters:
- arg1:
- arg2:
constructor (TcpClientChannel, Message)
constructor(channel: TcpClientChannel; message: Message)
TcpClientAsyncWorker(TcpClientChannel channel, Message message)
Parameters:
- channel:
- message:
getInterfaceName (declared in AsyncRequest)
Returns interface name of response message.
method getInterfaceName: String
String getInterfaceName()
getMessageName (declared in AsyncRequest)
Returns message name of response message.
method getMessageName: String
String getMessageName()
ProcessMessage (declared in AsyncRequest)
RequestChannel (declared in AsyncRequest)
property RequestChannel: ClientChannel read write;
ClientChannel RequestChannel { __get; __set; }
run (declared in AsyncRequest)
Starts a request.
method run
void run()
setCallback (declared in AsyncRequest)
method setCallback(callback: IAsyncRequestCallback)
void setCallback(IAsyncRequestCallback callback)
Parameters:
- callback:
triggerOnCompleted protected (declared in AsyncRequest)
method triggerOnCompleted(request: AsyncRequest)
void triggerOnCompleted(AsyncRequest request)
Parameters:
- request:
triggerOnFailed protected (declared in AsyncRequest)
method triggerOnFailed(request: AsyncRequest; exception: Exception)
void triggerOnFailed(AsyncRequest request, Exception exception)
Parameters:
- request:
- exception:
ProcessMessage (declared in AsyncRequest)
RequestChannel (declared in AsyncRequest)
property RequestChannel: ClientChannel read write;
ClientChannel RequestChannel { __get; __set; }
constructor (declared in AsyncRequest)
Creates empty AsyncRequest.
constructor
TcpClientAsyncWorker()
constructor (Runnable) (declared in AsyncRequest)
constructor(arg1: Runnable)
TcpClientAsyncWorker(Runnable arg1)
Parameters:
- arg1:
constructor (Runnable, String) (declared in AsyncRequest)
constructor(arg1: Runnable; arg2: String)
TcpClientAsyncWorker(Runnable arg1, String arg2)
Parameters:
- arg1:
- arg2:
constructor (String) (declared in AsyncRequest)
constructor(arg1: String)
TcpClientAsyncWorker(String arg1)
Parameters:
- arg1:
constructor (ThreadGroup, Runnable) (declared in AsyncRequest)
constructor(arg1: ThreadGroup; arg2: Runnable)
TcpClientAsyncWorker(ThreadGroup arg1, Runnable arg2)
Parameters:
- arg1:
- arg2:
constructor (ThreadGroup, Runnable, String) (declared in AsyncRequest)
constructor(arg1: ThreadGroup; arg2: Runnable; arg3: String)
TcpClientAsyncWorker(ThreadGroup arg1, Runnable arg2, String arg3)
Parameters:
- arg1:
- arg2:
- arg3:
constructor (ThreadGroup, Runnable, String, Int64) (declared in AsyncRequest)
constructor(arg1: ThreadGroup; arg2: Runnable; arg3: String; arg4: Int64)
TcpClientAsyncWorker(ThreadGroup arg1, Runnable arg2, String arg3, Int64 arg4)
Parameters:
- arg1:
- arg2:
- arg3:
- arg4:
constructor (ThreadGroup, String) (declared in AsyncRequest)
constructor(arg1: ThreadGroup; arg2: String)
TcpClientAsyncWorker(ThreadGroup arg1, String arg2)
Parameters:
- arg1:
- arg2:
constructor (TcpClientChannel, Message)
constructor(channel: TcpClientChannel; message: Message)
TcpClientAsyncWorker(TcpClientChannel channel, Message message)
Parameters:
- channel:
- message:
getInterfaceName (declared in AsyncRequest)
Returns interface name of response message.
method getInterfaceName: String
String getInterfaceName()
getMessageName (declared in AsyncRequest)
Returns message name of response message.
method getMessageName: String
String getMessageName()
run (declared in AsyncRequest)
Starts a request.
method run
void run()
setCallback (declared in AsyncRequest)
method setCallback(callback: IAsyncRequestCallback)
void setCallback(IAsyncRequestCallback callback)
Parameters:
- callback:
triggerOnCompleted protected (declared in AsyncRequest)
method triggerOnCompleted(request: AsyncRequest)
void triggerOnCompleted(AsyncRequest request)
Parameters:
- request:
triggerOnFailed protected (declared in AsyncRequest)
method triggerOnFailed(request: AsyncRequest; exception: Exception)
void triggerOnFailed(AsyncRequest request, Exception exception)
Parameters:
- request:
- exception: