パッケージ org.piax.gtrans.ov.flood
クラス FloodingNode<D extends Destination,K extends Key>
- すべての実装されたインタフェース:
FloodingNodeIf<D>,RPCIf
public class FloodingNode<D extends Destination,K extends Key> extends RPCInvoker<FloodingNodeIf<D>,Endpoint> implements FloodingNodeIf<D>
An implementation of flooding node object.
-
ネストされたクラスの概要
-
フィールドの概要
クラスから継承されたフィールド org.piax.gtrans.RPCInvoker
channelPool, isActive, objId, POOL_CHANNEL, POOL_CHANNEL_SIZE, trans, transId, USE_CHANNEL_FOR_ONEWAY -
コンストラクタの概要
コンストラクタ コンストラクタ 説明 FloodingNode(SimpleFlooding<D,K> mother, TransportId transId, ChannelTransport<?> trans) -
メソッドの概要
修飾子とタイプ メソッド 説明 List<RemoteValue<?>>request(List<Endpoint> visited, Destination dst, NestedMessage nmsg)クラスから継承されたメソッド org.piax.gtrans.RPCInvoker
changeRPCTimeout, changeTransport, checkActive, createObjId, fin, getEndpoint, getRPCObject, getSrcPeerId, getStub, getStub, getStub, getStub, getStub, getStub, getStub, getStub, getStub, getStub, getTransport, invokeInReceive, isOnline, newMethodCall, offline, online, rcall, rcall, rcall, rcall, rcall, rcall, rcall, rcall, receiveOneway, receiveSync, registerRPCObject, sendInvoke, sendOnewayInvoke, unregisterRPCObject
-
コンストラクタの詳細
-
FloodingNode
public FloodingNode(SimpleFlooding<D,K> mother, TransportId transId, ChannelTransport<?> trans) throws IdConflictException, IOException
-
-
メソッドの詳細
-
request
- 定義:
requestインタフェース内FloodingNodeIf<D extends Destination>
-