|
Appia Documentation | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectnet.sf.appia.core.Layer
net.sf.appia.protocols.loopBack.LoopBackLayer
public class LoopBackLayer
LoopBackLayer is the Layer that sends back a copy of the GroupSendableEvents received from the upper Layers. This is intedende to simulate Broadcast funcionality and it's useful for implementing Atomic Broadcast protocols.
This Layer should be placed above the group communication layers and doesn't provide uniform guarantees. This protocol accepts the following events:
GroupSendableEvent
,
ChannelInit
Field Summary |
---|
Fields inherited from class net.sf.appia.core.Layer |
---|
evAccept, evProvide, evRequire |
Constructor Summary | |
---|---|
LoopBackLayer()
A simple constructor. |
Method Summary | |
---|---|
Session |
createSession()
Standard session instantiation |
Methods inherited from class net.sf.appia.core.Layer |
---|
channelDispose, getAcceptedEvents, getProvidedEvents, getRequiredEvents |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public LoopBackLayer()
Method Detail |
---|
public Session createSession()
createSession
in class Layer
|
Appia Documentation | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |