|
Openwings API Documentation (v1.1) | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
This class contains the methods that are to be implemented by a service's
receiver proxy. These methods provide a standard interface for
initializing, connecting, disconnecting, event handling, and
communicating through an arbitrary transport protocol with a
SenderProxy. This interface also provides
a standardization that can be used by generators for specific protocols to
generate a receiver proxy for a given interface.
| Method Summary | |
void |
connect()
This method connects the ReceiverProxy
to the network. |
void |
disconnect()
This method disconnects the ReceiverProxy
from the network. |
void |
setServiceImpl(java.lang.Object serviceImpl)
This method is used to set the service implementation of the ReceiverProxy |
| Method Detail |
public void setServiceImpl(java.lang.Object serviceImpl)
throws java.rmi.RemoteException
ReceiverProxy
serviceImpl - the service implementation for the
ReceiverProxy
java.rmi.RemoteException - if an exception occurs.
This should never happen.
public void connect()
throws java.rmi.RemoteException
ReceiverProxy
to the network. This call will make the service available to eligible
SenderProxies.
java.rmi.RemoteException - if an exception occurs when attempting
to connect.
public void disconnect()
throws java.rmi.RemoteException
ReceiverProxy
from the network. This call will make the service unavailable to
SenderProxies.
java.rmi.RemoteException - if an exception occurs when attempting
to disconnect.
|
Openwings API Documentation (v1.1) | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||