パッケージ org.piax.gtrans
-
インタフェースの概要 インタフェース 説明 Channel<E extends Endpoint> Channel interface for the generic transport.ChannelListener<E extends Endpoint> ChannelListenerの持つメソッドを定義する。ChannelTransport<E extends Endpoint> Transport for continuous message exchange.RequestTransport<D extends Destination> A Transport with Request/ResponseRequestTransportListener<D extends Destination> A Listener for RequestTransport.Transport<D extends Destination> The common interface of the Transport object.TransportListener<D extends Destination> A listener interface for Transport. -
クラスの概要 クラス 説明 FutureQueue<E> A future queue for remote return valueGTransConfigValues Peer 通信ノードとしてのピアを表現するクラス。Peer.TransportTreeNode PeerLocator ピアのlocatorを示す抽象クラスを定義する。ReceivedMessage A class of received message. -
列挙型の概要 列挙 説明 RequestTransport.Response -
例外の概要 例外 説明 IdConflictException Idの衝突の検知を示す例外IllegalRPCAccessException stubからのRPCに際して、メソッドのinterface定義において、RemoteCallable annotationを 省略した場合は、local callだけ許可される。NetworkTimeoutException An exception for network timeoutsNoSuchPeerException 通信時に相手先として指定したピアが存在しないことを示す例外。NoSuchRemoteObjectException 通信時に相手先として指定したピアが存在しないことを示す例外。ProtocolUnsupportedException An exception occurs when a protocol is not supported.