| Modifier | Constructor and Description |
|---|---|
protected |
ZObject(Ctx ctx,
int tid) |
protected |
ZObject(ZObject parent_) |
| Modifier and Type | Method and Description |
|---|---|
protected IOThread |
choose_io_thread(long affinity_) |
protected void |
destroy_socket(SocketBase socket_) |
protected Ctx.Endpoint |
find_endpoint(String addr_) |
protected Ctx |
get_ctx() |
protected int |
get_tid() |
protected void |
process_activate_read() |
protected void |
process_activate_write(long msgs_read_) |
protected void |
process_attach(IEngine engine) |
protected void |
process_bind(Pipe pipe) |
protected void |
process_command(Command cmd_) |
protected void |
process_hiccup(Object hiccup_pipe) |
protected void |
process_own(Own object) |
protected void |
process_pipe_term_ack() |
protected void |
process_pipe_term() |
protected void |
process_plug() |
protected void |
process_reap(SocketBase socket) |
protected void |
process_reaped() |
protected void |
process_seqnum() |
protected void |
process_stop() |
protected void |
process_term_ack() |
protected void |
process_term_req(Own object) |
protected void |
process_term(int linger) |
protected boolean |
register_endpoint(String addr_,
Ctx.Endpoint endpoint_) |
protected void |
send_activate_read(Pipe destination_) |
protected void |
send_activate_write(Pipe destination_,
long msgs_read_) |
protected void |
send_attach(SessionBase destination_,
IEngine engine_) |
protected void |
send_attach(SessionBase destination_,
IEngine engine_,
boolean inc_seqnum_) |
protected void |
send_bind(Own destination_,
Pipe pipe_) |
protected void |
send_bind(Own destination_,
Pipe pipe_,
boolean inc_seqnum_) |
protected void |
send_done() |
protected void |
send_hiccup(Pipe destination_,
Object pipe_) |
protected void |
send_own(Own destination_,
Own object_) |
protected void |
send_pipe_term_ack(Pipe destination_) |
protected void |
send_pipe_term(Pipe destination_) |
protected void |
send_plug(Own destination_) |
protected void |
send_plug(Own destination_,
boolean inc_seqnum_) |
protected void |
send_reap(SocketBase socket_) |
protected void |
send_reaped() |
protected void |
send_stop() |
protected void |
send_term_ack(Own destination_) |
protected void |
send_term_req(Own destination_,
Own object_) |
protected void |
send_term(Own destination_,
int linger_) |
protected void |
unregister_endpoints(SocketBase socket_) |
protected ZObject(Ctx ctx, int tid)
protected ZObject(ZObject parent_)
protected int get_tid()
protected Ctx get_ctx()
protected void process_command(Command cmd_)
protected boolean register_endpoint(String addr_, Ctx.Endpoint endpoint_)
protected void unregister_endpoints(SocketBase socket_)
protected Ctx.Endpoint find_endpoint(String addr_)
protected void destroy_socket(SocketBase socket_)
protected IOThread choose_io_thread(long affinity_)
protected void send_stop()
protected void send_plug(Own destination_)
protected void send_plug(Own destination_, boolean inc_seqnum_)
protected void send_attach(SessionBase destination_, IEngine engine_)
protected void send_attach(SessionBase destination_, IEngine engine_, boolean inc_seqnum_)
protected void send_activate_read(Pipe destination_)
protected void send_activate_write(Pipe destination_, long msgs_read_)
protected void send_pipe_term(Pipe destination_)
protected void send_pipe_term_ack(Pipe destination_)
protected void send_term(Own destination_, int linger_)
protected void send_term_ack(Own destination_)
protected void send_reap(SocketBase socket_)
protected void send_reaped()
protected void send_done()
protected void process_stop()
protected void process_plug()
protected void process_own(Own object)
protected void process_attach(IEngine engine)
protected void process_bind(Pipe pipe)
protected void process_activate_read()
protected void process_activate_write(long msgs_read_)
protected void process_hiccup(Object hiccup_pipe)
protected void process_pipe_term()
protected void process_pipe_term_ack()
protected void process_term_req(Own object)
protected void process_term(int linger)
protected void process_term_ack()
protected void process_reap(SocketBase socket)
protected void process_reaped()
protected void process_seqnum()
Copyright © 2014. All rights reserved.