Package com.accendia.iris.client

Contains the classes used by the client applications to communicate with the server.

See:
          Description

Interface Summary
IConnectionListener This interface must be implemented by the connection listeners registered with the ServerContext.
IReturnCodes Contains the error codes for a remote invocation.
 

Class Summary
ApplicationDescriptor This class encapsulates remote application metadata.
ServerContext Encapsulates the client socket connection and information about the applications installed on the server: commands, factories and client callback interfaces.
 

Exception Summary
InvocationException Thrown when a remote invocation can not be completed.
LoginFailedException Exception thrown when a ServerContext can not be created.
RemoteObjectNotFoundException Thrown by the ServerContext when the client requests a proxy to a command that does not exist.
 

Error Summary
IncompatibleInterfaceError Thrown when the interfaces shared by the client and server used to implement communication (commands, callback, complex types) have different signatures.
 

Package com.accendia.iris.client Description

Contains the classes used by the client applications to communicate with the server.