oe_CosEventComm_PullerS
connect_pull_consumer(OE_THIS, Pull_consumer) -> term()
connect_pull_consumer(OE_THIS, OE_Options, Pull_consumer) -> term()
pull(OE_THIS, OE_Options) -> term()
try_pull(OE_THIS) -> term()
try_pull(OE_THIS, OE_Options) -> term()
disconnect_pull_supplier(OE_THIS) -> term()
disconnect_pull_supplier(OE_THIS, OE_Options) -> term()
send(OE_THIS, Event) -> term()
send(OE_THIS, OE_Options, Event) -> term()
send_sync(OE_THIS, Event) -> term()
send_sync(OE_THIS, OE_Options, Event) -> term()
oe_get_interface() -> term()
oe_create_link() -> term()
oe_create_link(Env) -> term()
oe_create(Env, RegName) -> term()
oe_create_link(Env, RegName) -> term()
terminate(Reason, State) -> term()
handle_call(X1, OE_From, OE_State) -> term()
handle_cast(X1, OE_State) -> term()
handle_info(Info, State) -> term()
code_change(OldVsn, State, Extra) -> term()