|
Openwings API Documentation (v1.1) | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectnet.openwings.connector.Connector
net.openwings.connector.synchronous.SynchronousConnector
This class contains the proxies for a synchronous connector.
This contains a ProviderProxy and a UserProxy
which are stored as the ReceiverProxy and
SenderProxy of the superclass Connector.
ProviderProxy,
UserProxy,
Connector,
Serialized Form| Field Summary |
| Fields inherited from class net.openwings.connector.Connector |
attributes, receiverProxy, senderProxy |
| Constructor Summary | |
SynchronousConnector()
Default constructor |
|
SynchronousConnector(ProtocolAttributes attributes)
This constructor allows the protocol-specific attributes to be passed |
|
| Method Summary | |
ProviderProxy |
getProviderProxy()
This method returns the receiverProxy of the superclass
Connector as an instance of ProviderProxy |
UserProxy |
getUserProxy()
This method returns the senderProxy of the superclass
Connector as an instance of UserProxy |
| Methods inherited from class net.openwings.connector.Connector |
getProtocolAttributes, getProtocolAttributesClass, getReceiverProxy, getSenderProxy, loadProxies |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
public SynchronousConnector()
public SynchronousConnector(ProtocolAttributes attributes)
attributes - protocol-specific attributes for this connection| Method Detail |
public ProviderProxy getProviderProxy()
receiverProxy of the superclass
Connector as an instance of ProviderProxy
receiverProxy of the superclass
Connector as an instance of ProviderProxyConnector.getReceiverProxy()public UserProxy getUserProxy()
senderProxy of the superclass
Connector as an instance of UserProxy
senderProxy of the superclass
Connector as an instance of UserProxy.Connector.getSenderProxy()
|
Openwings API Documentation (v1.1) | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||