|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Event | |
org.javagroups | |
org.javagroups.blocks | |
org.javagroups.debug | |
org.javagroups.protocols | |
org.javagroups.protocols.pbcast | |
org.javagroups.stack | |
org.javagroups.util |
Uses of Event in org.javagroups |
Methods in org.javagroups with parameters of type Event | |
void |
Channel.down(Event evt)
Access to event mechanism of channels. |
void |
JChannel.up(Event evt)
Callback method Called by the ProtocolStack when a message is received. |
void |
JChannel.down(Event evt)
Sends a message through the protocol stack if the stack is available |
void |
UpHandler.up(Event evt)
|
Uses of Event in org.javagroups.blocks |
Methods in org.javagroups.blocks with parameters of type Event | |
void |
RequestCorrelator.receive(Event evt)
Callback. |
Uses of Event in org.javagroups.debug |
Methods in org.javagroups.debug with parameters of type Event | |
boolean |
ProtocolView.up(Event evt,
int num_evts)
|
boolean |
ProtocolView.passUp(Event evt)
|
boolean |
ProtocolView.down(Event evt,
int num_evts)
|
boolean |
ProtocolView.passDown(Event evt)
|
Uses of Event in org.javagroups.protocols |
Methods in org.javagroups.protocols with parameters of type Event | |
void |
PERF.up(Event evt)
|
void |
PERF.down(Event evt)
|
void |
FD_PROB.up(Event evt)
|
void |
FD_PROB.down(Event evt)
|
boolean |
DEADLOCK.handleUpEvent(Event evt)
Callback. |
boolean |
DEADLOCK.handleDownEvent(Event evt)
Callback. |
void |
VERIFY_SUSPECT.down(Event evt)
|
void |
VERIFY_SUSPECT.up(Event evt)
|
void |
SHUFFLE.up(Event evt)
Adds upcoming messages to the messages List<\code> where the |
void |
SHUFFLE.down(Event evt)
|
void |
FD.up(Event evt)
|
void |
FD.down(Event evt)
|
void |
DUMMY.up(Event evt)
|
void |
DUMMY.down(Event evt)
|
void |
CAUSAL.down(Event evt)
Processes Event going down in the stack |
void |
CAUSAL.up(Event evt)
Processes Event going up through the stack |
void |
TCP.up(Event evt)
|
void |
TCP.down(Event evt)
Sent to destination(s) using the ConnectionTable class. |
boolean |
GmsImpl.handleUpEvent(Event evt)
|
boolean |
GmsImpl.handleDownEvent(Event evt)
|
void |
STATE_TRANSFER.up(Event evt)
|
void |
STATE_TRANSFER.down(Event evt)
|
void |
EXAMPLE.up(Event evt)
|
void |
EXAMPLE.down(Event evt)
|
void |
SIZE.up(Event evt)
|
void |
SIZE.down(Event evt)
|
void |
DELAY.up(Event evt)
|
void |
DELAY.down(Event evt)
|
void |
UDP.up(Event evt)
handle the UP event. |
void |
UDP.down(Event evt)
Caller by the layer above this layer. |
void |
MERGE.up(Event evt)
|
void |
MERGE.down(Event evt)
|
void |
WANPIPE.up(Event evt)
|
void |
WANPIPE.down(Event evt)
Sent to destination(s) using the WAN pipe. |
void |
VIEW_ENFORCER.up(Event evt)
|
void |
WANPING.up(Event evt)
|
void |
WANPING.down(Event evt)
|
boolean |
TOTAL_TOKEN.handleUpEvent(Event evt)
|
boolean |
TOTAL_TOKEN.handleDownEvent(Event evt)
|
void |
HDRS.up(Event evt)
|
void |
HDRS.down(Event evt)
|
void |
LOOPBACK.up(Event evt)
|
void |
LOOPBACK.down(Event evt)
Caller by the layer above this layer. |
boolean |
ClientGmsImpl.handleUpEvent(Event evt)
|
void |
FRAG.down(Event evt)
Fragment a packet if larger than frag_size (add a header). |
void |
FRAG.up(Event evt)
If event is a message, if it is fragmented, re-assemble fragments into big message and pass up the stack. |
void |
TUNNEL.up(Event evt)
|
void |
TUNNEL.down(Event evt)
Caller by the layer above this layer. |
void |
PARTITIONER.up(Event evt)
Discards Messages with the wrong partition number and sets local partition number if it receives a COMMAND Header |
void |
PARTITIONER.down(Event evt)
Adds to Messages a Header with the local partitin number and if receives a SET_PARTITIONS Event sends a new Message with a PartitionerHeader set to COMMAND that carries the Hashtable |
void |
PRINTMETHODS.up(Event evt)
|
void |
PRINTMETHODS.down(Event evt)
|
void |
FLOWCONTROL.up(Event evt)
Checs if up messages are from myaddr and in the case sends down queued messages or decremnts sentMsgs if there are no queued messages |
void |
FLOWCONTROL.down(Event evt)
Checs if it can send the message, else puts the message in the queue. |
void |
UNICAST.up(Event evt)
|
void |
UNICAST.down(Event evt)
|
void |
TOTAL_OLD.up(Event evt)
handles an Event coming up the Protocol Stack |
void |
TOTAL_OLD.down(Event evt)
handles an Event coming down the Protocol Stack |
boolean |
MessageProtocolEXAMPLE.handleUpEvent(Event evt)
Callback. |
boolean |
MessageProtocolEXAMPLE.handleDownEvent(Event evt)
Callback. |
void |
TCPGOSSIP.up(Event evt)
|
void |
TCPGOSSIP.down(Event evt)
|
boolean |
FLUSH.handleUpEvent(Event evt)
Callback. |
boolean |
FLUSH.handleDownEvent(Event evt)
Callback. |
void |
FLUSH.receiveDownEvent(Event evt)
The default handling adds the event to the down-queue where events are handled in order of addition by a thread. |
void |
FD_SIMPLE.up(Event evt)
|
void |
FD_SIMPLE.down(Event evt)
|
void |
SMACK.up(Event evt)
|
void |
SMACK.down(Event evt)
|
boolean |
STABLE.handleUpEvent(Event evt)
Callback. |
boolean |
STABLE.handleDownEvent(Event evt)
Callback. |
void |
TOTAL.up(Event event)
|
void |
TOTAL.down(Event event)
|
boolean |
GMS.handleUpEvent(Event evt)
Callback. |
boolean |
GMS.handleDownEvent(Event evt)
Callback. |
void |
GMS.receiveDownEvent(Event evt)
|
void |
MERGE2.up(Event evt)
|
void |
MERGE2.down(Event evt)
|
void |
FD_SOCK.up(Event evt)
|
void |
FD_SOCK.down(Event evt)
|
void |
NAKACK.up(Event evt)
Callback. |
void |
NAKACK.down(Event evt)
Callback. |
void |
AUTOCONF.up(Event evt)
|
void |
AUTOCONF.down(Event evt)
|
void |
PIGGYBACK.up(Event evt)
|
void |
PIGGYBACK.down(Event evt)
|
void |
DISCARD.up(Event evt)
|
void |
DISCARD.down(Event evt)
|
void |
LOSS.down(Event evt)
|
void |
TRACE.up(Event evt)
|
void |
TRACE.down(Event evt)
|
void |
QUEUE.up(Event evt)
Queues or passes up events. |
void |
QUEUE.down(Event evt)
|
boolean |
QUEUE.Observer.addingToUpVector(Event evt,
int num_events)
Called before event is added. |
boolean |
QUEUE.Observer.addingToDownVector(Event evt,
int num_events)
Called before event is added. |
void |
PING.up(Event evt)
An event was received from the layer below. |
void |
PING.down(Event evt)
An event is to be sent down the stack. |
protected void |
JMS.handleDownEvent(Event evt)
Handle down event, if it is not a Event.MSG type. |
void |
JMS.down(Event evt)
Called by the protocol above this. |
void |
JMS.up(Event evt)
handle the UP event. |
void |
TCPPING.up(Event evt)
|
void |
TCPPING.down(Event evt)
|
void |
PRINTOBJS.up(Event evt)
|
void |
PRINTOBJS.down(Event evt)
|
boolean |
RpcProtocolEXAMPLE.handleUpEvent(Event evt)
Callback. |
boolean |
RpcProtocolEXAMPLE.handleDownEvent(Event evt)
Callback. |
void |
FD_PID.up(Event evt)
|
void |
FD_PID.down(Event evt)
|
void |
ENCRYPT.up(Event evt)
|
void |
ENCRYPT.down(Event evt)
|
Uses of Event in org.javagroups.protocols.pbcast |
Methods in org.javagroups.protocols.pbcast with parameters of type Event | |
boolean |
GmsImpl.handleUpEvent(Event evt)
|
boolean |
GmsImpl.handleDownEvent(Event evt)
|
void |
PBCAST.up(Event evt)
|
void |
PBCAST.down(Event evt)
|
void |
FD.up(Event evt)
|
void |
FD.down(Event evt)
|
void |
NAKACK.down(Event evt)
Callback. |
void |
NAKACK.up(Event evt)
Callback. |
void |
STABLE.up(Event evt)
|
void |
STABLE.down(Event evt)
|
void |
STATE_TRANSFER.up(Event evt)
|
void |
STATE_TRANSFER.down(Event evt)
|
boolean |
ClientGmsImpl.handleUpEvent(Event evt)
|
void |
GMS.up(Event evt)
|
void |
GMS.receiveUpEvent(Event evt)
This method is overridden to avoid hanging on getDigest(): when a JOIN is received, the coordinator needs to retrieve the digest from the PBCAST layer. |
void |
GMS.down(Event evt)
|
boolean |
CoordGmsImpl.handleDownEvent(Event evt)
|
Uses of Event in org.javagroups.stack |
Methods in org.javagroups.stack with parameters of type Event | |
protected void |
Protocol.receiveUpEvent(Event evt)
Internal method, should not be called by clients. |
protected void |
Protocol.receiveDownEvent(Event evt)
Internal method, should not be called by clients. |
void |
Protocol.passUp(Event evt)
Causes the event to be forwarded to the next layer up in the hierarchy. |
void |
Protocol.passDown(Event evt)
Causes the event to be forwarded to the next layer down in the hierarchy.Typically called by the implementation of Down (when done). |
void |
Protocol.up(Event evt)
An event was received from the layer below. |
void |
Protocol.down(Event evt)
An event is to be sent down the stack. |
void |
MessageProtocol.up(Event evt)
Handle an event coming from the layer above |
void |
MessageProtocol.down(Event evt)
This message is not originated by this layer, therefore we can just pass it down without having to go through the request correlator. |
protected boolean |
MessageProtocol.handleUpEvent(Event evt)
Handle up event. |
protected boolean |
MessageProtocol.handleDownEvent(Event evt)
Handle down event. |
boolean |
RpcProtocol.handleUpEvent(Event evt)
Handle up event. |
boolean |
RpcProtocol.handleDownEvent(Event evt)
Handle down event. |
void |
ProtocolStack.up(Event evt)
|
void |
ProtocolStack.down(Event evt)
|
protected void |
ProtocolStack.receiveUpEvent(Event evt)
|
boolean |
ProtocolObserver.up(Event evt,
int num_evts)
Called when an event is about to be dispatched to the protocol (before it is dispatched). |
boolean |
ProtocolObserver.passUp(Event evt)
Called when an event is about to be passed up to the next higher protocol. |
boolean |
ProtocolObserver.down(Event evt,
int num_evts)
Called when an event is about to be dispatched to the protocol (before it is dispatched). |
boolean |
ProtocolObserver.passDown(Event evt)
Called when an event is about to be passed down to the next lower protocol. |
Uses of Event in org.javagroups.util |
Methods in org.javagroups.util with parameters of type Event | |
static java.lang.String |
Util.printEvent(Event evt)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |