com.accendia.iris.server
Interface IClientProxyFactory


public interface IClientProxyFactory

This interface is implemented by the ClientProxyFactory provided by the server. The client context is using the factory to create client proxies and manage invoking connections. The application developer is not using this interface.


Method Summary
 java.lang.Object getClientProxy()
          Returns a client proxy.
 IConnectionContext getConnectionContext()
          Returns the current connection
 IChecksumInterfaces getInterfaces()
          Returns the client interfaces declared by the application.
 

Method Detail

getClientProxy

java.lang.Object getClientProxy()
Returns a client proxy.

Returns:
A client proxy

getConnectionContext

IConnectionContext getConnectionContext()
Returns the current connection

Returns:
The invoking connection

getInterfaces

IChecksumInterfaces getInterfaces()
Returns the client interfaces declared by the application.

Returns:
An array of checksummed client interfaces declared by the application