Package org.simantics.databoard.method

Interface Summary
ConfigurableMethodInterface  
MethodInterface MethodInterface is an interface for invoking methods.
MethodInterface.AsyncResult  
MethodInterface.InvokeListener  
MethodInterface.Method Access to the implementation of a method.
TcpConnection.ConnectionListener  
 

Class Summary
AsyncResultImpl  
Client Proxy InterfaceBinding over a socket.
Handshake  
Interface An interface, a description of methods.
InterfaceDefinition  
MethodInterfaceUtil  
MethodReflectionBinding  
MethodType  
MethodTypeBinding MethodTypeBinding is a binding of MethodType (Request, Response and Error data types) to a Java Class.
MethodTypeDefinition  
Server Server opens a server socket and accepts incoming connections.
TcpConnection Connection is a class that handles request-response communication over a socket.
TcpConnection.Exception_  
TcpConnection.ExecutionError_  
TcpConnection.InvalidMethodError  
TcpConnection.Message  
TcpConnection.RequestHeader  
TcpConnection.ResponseHeader  
TcpConnection.ResponseTooLargeError  
 

Enum Summary
MethodInterface.AsyncRequestStatus  
 

Exception Summary
ConnectionClosedException  
InvokeException A wrapper to an exception that occured when trying to invoke a methods.
MessageOverflowException  
MethodInterface.ExecutionError A wrapper to an error that occured in the execution of the method.
MethodNotSupportedException  
RuntimeInvokeException A wrapper to an exception that occured with the data session.