org.robokind.demo.robot.replication
Class RoutingDecoderNode.DecoderLink<T>

java.lang.Object
  extended by org.robokind.demo.robot.replication.RoutingDecoderNode.DecoderLink<T>
Enclosing class:
RoutingDecoderNode

public static class RoutingDecoderNode.DecoderLink<T>
extends Object


Constructor Summary
RoutingDecoderNode.DecoderLink(RoutingDecoderNode routingDecoder, String decoderKey, org.jflux.api.core.Adapter<ByteBuffer,T> decoder)
           
 
Method Summary
 void link()
           
 void setDecoder(String decoderKey, org.jflux.api.core.Adapter<ByteBuffer,T> decoder)
           
 void setRoutingDecoder(RoutingDecoderNode routingDecoder)
           
 void unlink()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

RoutingDecoderNode.DecoderLink

public RoutingDecoderNode.DecoderLink(RoutingDecoderNode routingDecoder,
                                      String decoderKey,
                                      org.jflux.api.core.Adapter<ByteBuffer,T> decoder)
Method Detail

setRoutingDecoder

public void setRoutingDecoder(RoutingDecoderNode routingDecoder)

setDecoder

public void setDecoder(String decoderKey,
                       org.jflux.api.core.Adapter<ByteBuffer,T> decoder)

link

public void link()

unlink

public void unlink()


Copyright © 2011-2013. All Rights Reserved.