Package zyneo.sms.gateway.adaptor.rmi.client

Provides the client interface for the Java-RMI adaptor.

See:
          Description

Interface Summary
Factory This is the primary RMI-interface for the RMI-adaptor.
ReceiveSocket This interface defines the interface used by clients to the RMI-adaptor when receiving messages.
SendSocket This interface defines the interface used by clients to the RMI-adaptor when sending SMS-messages.
 

Package zyneo.sms.gateway.adaptor.rmi.client Description

Provides the client interface for the Java-RMI adaptor.

Package Specification

This package contains the RMI-interfaces used when sending and receiving messages using the Java-RMI adaptor.

The Factory interface is obtained by using the RMI-registry, this interface is then used to create instances of SendSocket and ReceiveSocket. This Sockets are then used for the actual transmission and reception of messages and status reports.



Copyright © 2002 Zyneo. All Rights Reserved.