Channel ======= .. java:package:: se.sics.kompics :noindex: .. java:type:: public interface Channel

The \ ``Channel``\ class. :author: Cosmin Arad , Jim Dowling , Lars Kroll Fields ------ ONE_WAY_NEG ^^^^^^^^^^^ .. java:field:: public static ChannelFactory ONE_WAY_NEG :outertype: Channel Factory for unidirectional channels from positive to negative. ONE_WAY_POS ^^^^^^^^^^^ .. java:field:: public static ChannelFactory ONE_WAY_POS :outertype: Channel Factory for unidirectional channels from negative to positive. TWO_WAY ^^^^^^^ .. java:field:: public static ChannelFactory TWO_WAY :outertype: Channel Factory for bidirectional channels. Methods ------- disconnect ^^^^^^^^^^ .. java:method:: public void disconnect() :outertype: Channel getPortType ^^^^^^^^^^^ .. java:method:: public P getPortType() :outertype: Channel Gets the port type. :return: the port type