.. java:import:: java.util UUID ComponentProxy ============== .. java:package:: se.sics.kompics :noindex: .. java:type:: public interface ComponentProxy :author: Lars Kroll Methods ------- answer ^^^^^^ .. java:method:: public

void answer(Direct.Request event) :outertype: ComponentProxy answer ^^^^^^ .. java:method:: public

void answer(Direct.Request req, Direct.Response resp) :outertype: ComponentProxy connect ^^^^^^^ .. java:method:: @Deprecated public

Channel

connect(Positive

positive, Negative

negative) :outertype: ComponentProxy connect ^^^^^^^ .. java:method:: @Deprecated public

Channel

connect(Negative

negative, Positive

positive) :outertype: ComponentProxy connect ^^^^^^^ .. java:method:: @Deprecated public

Channel

connect(Positive

positive, Negative

negative, ChannelSelector filter) :outertype: ComponentProxy connect ^^^^^^^ .. java:method:: @Deprecated public

Channel

connect(Negative

negative, Positive

positive, ChannelSelector filter) :outertype: ComponentProxy connect ^^^^^^^ .. java:method:: public

Channel

connect(Positive

positive, Negative

negative, ChannelFactory factory) :outertype: ComponentProxy connect ^^^^^^^ .. java:method:: public

Channel

connect(Positive

positive, Negative

negative, ChannelSelector selector, ChannelFactory factory) :outertype: ComponentProxy create ^^^^^^ .. java:method:: public Component create(Class definition, Init initEvent) :outertype: ComponentProxy create ^^^^^^ .. java:method:: public Component create(Class definition, Init.None initEvent) :outertype: ComponentProxy destroy ^^^^^^^ .. java:method:: public void destroy(Component component) :outertype: ComponentProxy disconnect ^^^^^^^^^^ .. java:method:: @Deprecated public

void disconnect(Negative

negative, Positive

positive) :outertype: ComponentProxy disconnect ^^^^^^^^^^ .. java:method:: @Deprecated public

void disconnect(Positive

positive, Negative

negative) :outertype: ComponentProxy disconnect ^^^^^^^^^^ .. java:method:: public

void disconnect(Channel

c) :outertype: ComponentProxy getControlPort ^^^^^^^^^^^^^^ .. java:method:: public Negative getControlPort() :outertype: ComponentProxy getNegative ^^^^^^^^^^^ .. java:method:: public

Negative

getNegative(Class

portType) :outertype: ComponentProxy getPositive ^^^^^^^^^^^ .. java:method:: public

Positive

getPositive(Class

portType) :outertype: ComponentProxy id ^^ .. java:method:: public UUID id() :outertype: ComponentProxy provides ^^^^^^^^ .. java:method:: public

Negative

provides(Class

portType) :outertype: ComponentProxy requires ^^^^^^^^ .. java:method:: public

Positive

requires(Class

portType) :outertype: ComponentProxy subscribe ^^^^^^^^^ .. java:method:: public void subscribe(Handler handler, Port

port) :outertype: ComponentProxy subscribe ^^^^^^^^^ .. java:method:: public void subscribe(MatchedHandler handler, Port port) :outertype: ComponentProxy trigger ^^^^^^^ .. java:method:: public

void trigger(KompicsEvent e, Port

p) :outertype: ComponentProxy unsubscribe ^^^^^^^^^^^ .. java:method:: public void unsubscribe(MatchedHandler handler, Port port) :outertype: ComponentProxy unsubscribe ^^^^^^^^^^^ .. java:method:: public void unsubscribe(Handler handler, Port

port) :outertype: ComponentProxy