Overview
Package
Class
Use
Tree
Deprecated
Index
Help
Appia Documentation
PREV NEXT
FRAMES
NO FRAMES
All Classes
Hierarchy For All Packages
Package Hierarchies:
net.sf.appia.core
,
net.sf.appia.core.events
,
net.sf.appia.core.events.channel
,
net.sf.appia.core.memoryManager
,
net.sf.appia.core.message
,
net.sf.appia.demo
,
net.sf.appia.demo.jgcs.opengroup
,
net.sf.appia.demo.jmx
,
net.sf.appia.demo.xml
,
net.sf.appia.gossip
,
net.sf.appia.jgcs
,
net.sf.appia.jgcs.protocols.remote
,
net.sf.appia.jgcs.protocols.services
,
net.sf.appia.jgcs.protocols.top
,
net.sf.appia.management
,
net.sf.appia.management.jmx
,
net.sf.appia.protocols.causalWaiting
,
net.sf.appia.protocols.common
,
net.sf.appia.protocols.drop
,
net.sf.appia.protocols.fifo
,
net.sf.appia.protocols.fifounreliable
,
net.sf.appia.protocols.frag
,
net.sf.appia.protocols.gossipServer
,
net.sf.appia.protocols.group
,
net.sf.appia.protocols.group.bottom
,
net.sf.appia.protocols.group.events
,
net.sf.appia.protocols.group.heal
,
net.sf.appia.protocols.group.inter
,
net.sf.appia.protocols.group.intra
,
net.sf.appia.protocols.group.leave
,
net.sf.appia.protocols.group.phiSuspect
,
net.sf.appia.protocols.group.primary
,
net.sf.appia.protocols.group.remote
,
net.sf.appia.protocols.group.stable
,
net.sf.appia.protocols.group.suspect
,
net.sf.appia.protocols.group.sync
,
net.sf.appia.protocols.group.utils
,
net.sf.appia.protocols.group.vsyncmultiplexer
,
net.sf.appia.protocols.loopBack
,
net.sf.appia.protocols.measures.throughput
,
net.sf.appia.protocols.nakfifo
,
net.sf.appia.protocols.nakfifo.multicast
,
net.sf.appia.protocols.sslcomplete
,
net.sf.appia.protocols.tcpcomplete
,
net.sf.appia.protocols.test.messageintegrity
,
net.sf.appia.protocols.total.common
,
net.sf.appia.protocols.total.sequencer
,
net.sf.appia.protocols.total.seto
,
net.sf.appia.protocols.total.switching
,
net.sf.appia.protocols.total.token
,
net.sf.appia.protocols.udpsimple
,
net.sf.appia.protocols.uniform
,
net.sf.appia.protocols.utils
,
net.sf.appia.test.appl
,
net.sf.appia.test.perf
,
net.sf.appia.test.perf.vsyncvalid
,
net.sf.appia.test.xml
,
net.sf.appia.test.xml.ecco
,
net.sf.appia.xml
,
net.sf.appia.xml.interfaces
,
net.sf.appia.xml.templates
,
net.sf.appia.xml.utils
Class Hierarchy
java.lang.Object
net.sf.appia.core.
AbstractAppiaRunnable
(implements java.lang.Runnable)
net.sf.appia.jgcs.
jGCSAppiaRunnable
net.sf.jgcs.AbstractControlSession (implements net.sf.jgcs.ControlSession)
net.sf.jgcs.membership.AbstractMembershipSession (implements net.sf.jgcs.membership.MembershipSession)
net.sf.jgcs.membership.AbstractBlockSession (implements net.sf.jgcs.membership.BlockSession)
net.sf.appia.jgcs.
AppiaControlSession
net.sf.jgcs.AbstractDataSession (implements net.sf.jgcs.DataSession)
net.sf.appia.jgcs.
AppiaDataSession
net.sf.jgcs.utils.AbstractMarshallableSocketAddress (implements net.sf.jgcs.utils.Marshallable)
net.sf.appia.jgcs.
AppiaMarshallable
net.sf.jgcs.AbstractProtocol (implements net.sf.jgcs.Protocol)
net.sf.appia.jgcs.
AppiaProtocol
net.sf.appia.protocols.tcpcomplete.
AcceptReader
(implements java.lang.Runnable)
net.sf.appia.core.
Appia
net.sf.appia.protocols.group.
AppiaBitSet
net.sf.appia.jgcs.
AppiaGroup
(implements net.sf.jgcs.GroupConfiguration)
net.sf.appia.core.events.
AppiaMulticast
net.sf.appia.jgcs.
AppiaProtocolFactory
(implements net.sf.jgcs.ProtocolFactory)
net.sf.appia.jgcs.
AppiaService
(implements net.sf.jgcs.Service)
net.sf.appia.jgcs.
AppiaServiceList
net.sf.appia.protocols.common.
AppiaThreadFactory
(implements java.util.concurrent.ThreadFactory)
net.sf.appia.jgcs.
AppiaUtils
net.sf.appia.xml.
AppiaXML
net.sf.appia.demo.
Appl
net.sf.appia.test.appl.
ApplMessageHeader
(implements net.sf.appia.core.message.
SerializableObject
)
net.sf.appia.protocols.group.
ArrayOptimized
net.sf.appia.protocols.tcpcomplete.
Benchmark
net.sf.appia.protocols.total.sequencer.
Buffer
net.sf.appia.core.
Channel
net.sf.appia.core.
ChannelCursor
net.sf.appia.core.
ChannelEventRoute
net.sf.appia.xml.utils.
ChannelInfo
net.sf.appia.xml.templates.
ChannelTemplate
net.sf.appia.demo.jgcs.opengroup.
ClientOpenGroupTest
(implements net.sf.jgcs.ExceptionListener, net.sf.jgcs.MessageListener)
java.awt.Component (implements java.awt.image.ImageObserver, java.awt.MenuContainer, java.io.Serializable)
java.awt.Container
javax.swing.JComponent (implements java.io.Serializable)
javax.swing.JPanel (implements javax.accessibility.Accessible)
net.sf.appia.test.xml.
WhiteBoard
(implements java.awt.event.ActionListener, java.awt.event.KeyListener, java.awt.event.MouseListener, java.awt.event.MouseMotionListener)
java.awt.Window (implements javax.accessibility.Accessible)
java.awt.Frame (implements java.awt.MenuContainer)
javax.swing.JFrame (implements javax.accessibility.Accessible, javax.swing.RootPaneContainer, javax.swing.WindowConstants)
net.sf.appia.test.xml.
ConnectorGraphics
net.sf.appia.test.xml.
MessengerGraphics
net.sf.appia.xml.
Configuration
net.sf.appia.management.jmx.
ConnectionServerFactory
net.sf.appia.test.xml.
ConnectorInterface
net.sf.appia.demo.jgcs.opengroup.
Constants
org.xml.sax.helpers.DefaultHandler (implements org.xml.sax.ContentHandler, org.xml.sax.DTDHandler, org.xml.sax.EntityResolver, org.xml.sax.ErrorHandler)
net.sf.appia.xml.
XMLFileHandler
net.sf.appia.core.message.
DefaultMessageFactory
(implements net.sf.appia.core.message.
MessageFactory
)
java.util.Dictionary<K,V>
java.util.Hashtable<K,V> (implements java.lang.Cloneable, java.util.Map<K,V>, java.io.Serializable)
net.sf.appia.xml.utils.
ChannelProperties
java.util.Properties
net.sf.appia.xml.utils.
SessionProperties
net.sf.appia.core.
Direction
net.sf.appia.demo.xml.
Ecco
net.sf.appia.protocols.group.
Endpt
(implements java.io.Externalizable)
net.sf.appia.core.
Event
net.sf.appia.test.appl.
ApplAsyncEvent
net.sf.appia.core.events.channel.
ChannelEvent
net.sf.appia.core.events.channel.
ChannelClose
net.sf.appia.core.events.channel.
ChannelInit
net.sf.appia.core.events.channel.
Debug
net.sf.appia.core.events.channel.
EchoEvent
net.sf.appia.core.events.channel.
ExternalEvent
net.sf.appia.core.events.channel.
PeriodicTimer
(implements java.lang.Cloneable)
net.sf.appia.protocols.fifo.
FifoTimer
net.sf.appia.protocols.frag.
FragTimer
net.sf.appia.protocols.gossipServer.
GossipServerTimer
net.sf.appia.protocols.nakfifo.
NakFifoTimer
net.sf.appia.jgcs.protocols.remote.
RetrieveAddressTimer
net.sf.appia.protocols.group.phiSuspect.
SuspectTimer
net.sf.appia.protocols.group.suspect.
SuspectTimer
net.sf.appia.protocols.tcpcomplete.
TcpTimer
net.sf.appia.protocols.measures.throughput.
ThroughputDebugTimer
net.sf.appia.protocols.total.seto.
UniformTimer
net.sf.appia.protocols.uniform.
UniformTimer
net.sf.appia.core.events.channel.
Timer
net.sf.appia.test.appl.
ApplTimer
net.sf.appia.jgcs.protocols.top.
JGCSLeaveTimer
net.sf.appia.protocols.group.inter.
MergeTimer
net.sf.appia.protocols.total.switching.
NullEventTimer
net.sf.appia.test.perf.
PerfTimer
net.sf.appia.protocols.total.seto.
SETOTimer
net.sf.appia.protocols.total.token.
TokenTimer
net.sf.appia.protocols.tcpcomplete.
CloseTcpSocket
net.sf.appia.protocols.group.primary.
EchoProbeEvent
net.sf.appia.protocols.fifo.
FIFOConfigEvent
net.sf.appia.protocols.group.events.
GroupEvent
(implements java.lang.Cloneable)
net.sf.appia.protocols.group.sync.
BlockOk
net.sf.appia.protocols.group.suspect.
Fail
(implements java.lang.Cloneable)
net.sf.appia.protocols.group.intra.
NewView
net.sf.appia.protocols.group.bottom.
OtherViews
net.sf.appia.protocols.group.intra.
PreView
net.sf.appia.protocols.group.intra.
View
net.sf.appia.protocols.group.intra.
BlockedView
net.sf.appia.protocols.group.intra.
ViewChange
net.sf.appia.protocols.group.events.
GroupInit
net.sf.appia.jgcs.protocols.top.
JGCSJoinEvent
net.sf.appia.jgcs.protocols.top.
JGCSLeaveEvent
net.sf.appia.jgcs.protocols.top.
JGCSReleaseBlock
net.sf.appia.protocols.frag.
MaxPDUSizeEvent
net.sf.appia.jgcs.
MessageSender
net.sf.appia.protocols.udpsimple.
MulticastInitEvent
net.sf.appia.protocols.common.
NetworkUndeliveredEvent
net.sf.appia.protocols.common.
SendableNotDeliveredEvent
net.sf.appia.protocols.common.
FIFOUndeliveredEvent
net.sf.appia.protocols.udpsimple.
SendableNotDeliveredEvent
net.sf.appia.protocols.tcpcomplete.
TcpUndeliveredEvent
net.sf.appia.protocols.sslcomplete.
SslUndeliveredEvent
net.sf.appia.protocols.common.
RegisterSocketEvent
net.sf.appia.protocols.sslcomplete.
SslRegisterSocketEvent
net.sf.appia.core.events.
SendableEvent
(implements java.lang.Cloneable)
net.sf.appia.protocols.fifo.
AckEvent
net.sf.appia.protocols.nakfifo.multicast.
ConfirmEvent
net.sf.appia.protocols.group.leave.
ExitEvent
net.sf.appia.protocols.frag.
FragEvent
(implements java.lang.Cloneable)
net.sf.appia.protocols.group.heal.
GossipOutEvent
net.sf.appia.protocols.group.remote.
RemoteViewEvent
net.sf.appia.protocols.group.events.
GroupSendableEvent
net.sf.appia.protocols.total.seto.
AckViewEvent
net.sf.appia.protocols.group.suspect.
Alive
net.sf.appia.test.appl.
ApplCastEvent
net.sf.appia.test.appl.
ApplSendEvent
(implements net.sf.appia.protocols.group.events.
Send
)
net.sf.appia.protocols.group.sync.
Block
(implements net.sf.appia.protocols.group.events.
Send
)
net.sf.appia.test.xml.
ClearWhiteBoardEvent
net.sf.appia.protocols.group.heal.
ConcurrentViewEvent
(implements net.sf.appia.protocols.group.events.
Send
)
net.sf.appia.protocols.group.primary.
DeliverViewEvent
(implements net.sf.appia.protocols.group.events.
Send
)
net.sf.appia.test.xml.
DrawEvent
net.sf.appia.protocols.gossipServer.
GossipGroupEvent
net.sf.appia.test.xml.
ImageEvent
net.sf.appia.protocols.group.intra.
InstallView
net.sf.appia.jgcs.protocols.top.
JGCSGroupEvent
net.sf.appia.jgcs.protocols.top.
JGCSSendEvent
(implements net.sf.appia.protocols.group.events.
Send
)
net.sf.appia.protocols.group.primary.
KickEvent
(implements net.sf.appia.protocols.group.events.
Send
)
net.sf.appia.protocols.group.leave.
LeaveEvent
net.sf.appia.test.xml.
MouseButtonEvent
net.sf.appia.protocols.total.switching.
NullEvent
net.sf.appia.test.perf.
PerfCastEvent
net.sf.appia.test.perf.
PerfSendEvent
(implements net.sf.appia.protocols.group.events.
Send
)
net.sf.appia.protocols.group.primary.
ProbeEvent
net.sf.appia.protocols.group.stable.
Retransmission
(implements net.sf.appia.protocols.group.events.
Send
)
net.sf.appia.protocols.group.stable.
Retransmit
(implements net.sf.appia.protocols.group.events.
Send
)
net.sf.appia.protocols.total.seto.
SeqOrderEvent
net.sf.appia.protocols.group.stable.
StableGossip
net.sf.appia.protocols.group.suspect.
Suspect
net.sf.appia.protocols.total.switching.
SwitchEvent
net.sf.appia.protocols.group.sync.
Sync
(implements net.sf.appia.protocols.group.events.
Send
)
net.sf.appia.test.xml.
TextEvent
net.sf.appia.protocols.total.token.
TokenEvent
net.sf.appia.protocols.total.sequencer.
TotalOrderEvent
net.sf.appia.protocols.total.seto.
UniformInfoEvent
net.sf.appia.protocols.uniform.
UniformInfoEvent
net.sf.appia.protocols.group.heal.
HelloEvent
net.sf.appia.protocols.nakfifo.
IgnoreEvent
net.sf.appia.jgcs.protocols.top.
JGCSSendableEvent
net.sf.appia.protocols.group.inter.
MergeEvent
net.sf.appia.test.xml.ecco.
MyEccoEvent
net.sf.appia.protocols.nakfifo.
NackEvent
net.sf.appia.protocols.nakfifo.
PingEvent
net.sf.appia.protocols.nakfifo.multicast.
UpdateEvent
net.sf.appia.protocols.common.
ServiceEvent
net.sf.appia.protocols.total.common.
RegularServiceEvent
net.sf.appia.protocols.total.common.
SETOServiceEvent
net.sf.appia.protocols.total.common.
UniformServiceEvent
net.sf.appia.protocols.group.suspect.
SuspectedMemberEvent
net.sf.appia.test.xml.
TimerEvent
net.sf.appia.protocols.group.
EventBuffer
net.sf.appia.protocols.causalWaiting.
EventContainer
net.sf.appia.protocols.total.switching.
EventContainer
net.sf.appia.core.
EventQualifier
net.sf.appia.core.
EventScheduler
net.sf.appia.xml.utils.
ExecuteXML
net.sf.appia.gossip.
GossipServer
net.sf.appia.protocols.group.
Group
(implements java.io.Externalizable)
net.sf.appia.test.xml.
Hash
(implements java.io.Serializable)
net.sf.appia.protocols.fifo.
Header
net.sf.appia.protocols.utils.
HostUtils
net.sf.appia.protocols.total.sequencer.
InfoMessage
net.sf.appia.demo.jmx.
JMXClient
net.sf.appia.management.jmx.
JMXConfiguration
net.sf.appia.core.
Layer
net.sf.appia.test.appl.
ApplLayer
net.sf.appia.protocols.causalWaiting.
CausalWaitingLayer
net.sf.appia.jgcs.protocols.services.
DefaultServiceLayer
net.sf.appia.test.perf.vsyncvalid.
DropFailLayer
net.sf.appia.protocols.drop.
DropLayer
net.sf.appia.test.xml.ecco.
EccoLayer
net.sf.appia.protocols.fifo.
FifoLayer
(implements net.sf.appia.core.events.
AppiaMulticastSupport
)
net.sf.appia.protocols.fifounreliable.
FifoUnreliableLayer
net.sf.appia.protocols.frag.
FragLayer
net.sf.appia.protocols.group.heal.
GossipOutLayer
net.sf.appia.protocols.group.remote.
RemoteGossipOutLayer
net.sf.appia.protocols.gossipServer.
GossipServerLayer
net.sf.appia.protocols.group.bottom.
GroupBottomLayer
net.sf.appia.protocols.group.heal.
HealLayer
net.sf.appia.test.xml.
IntegrityLayer
net.sf.appia.protocols.group.inter.
InterLayer
net.sf.appia.protocols.group.intra.
IntraLayer
net.sf.appia.protocols.group.leave.
LeaveLayer
net.sf.appia.protocols.loopBack.
LoopBackLayer
net.sf.appia.protocols.test.messageintegrity.
MessageIntegrityCheckerLayer
net.sf.appia.test.xml.
MessengerLayer
net.sf.appia.protocols.nakfifo.
NakFifoLayer
(implements net.sf.appia.core.events.
AppiaMulticastSupport
)
net.sf.appia.protocols.nakfifo.multicast.
NakFifoMulticastLayer
net.sf.appia.test.perf.
PerfLayer
net.sf.appia.test.xml.
PeriodicSendLayer
net.sf.appia.protocols.group.phiSuspect.
PhiSuspectLayer
net.sf.appia.protocols.group.primary.
PrimaryViewLayer
net.sf.appia.jgcs.protocols.remote.
RemoteAddressLayer
net.sf.appia.protocols.group.remote.
RemoteViewLayer
net.sf.appia.protocols.total.seto.
SETOLayer
net.sf.appia.jgcs.protocols.top.
SimpleTOPLayer
net.sf.appia.protocols.group.stable.
StableLayer
net.sf.appia.protocols.group.suspect.
SuspectLayer
net.sf.appia.protocols.total.switching.
SwitchingLayer
net.sf.appia.protocols.tcpcomplete.
TcpCompleteLayer
(implements net.sf.appia.core.events.
AppiaMulticastSupport
)
net.sf.appia.protocols.sslcomplete.
SslCompleteLayer
net.sf.appia.protocols.measures.throughput.
ThroughputLayer
net.sf.appia.jgcs.protocols.top.
TOPLayer
net.sf.appia.protocols.total.sequencer.
TotalSequencerLayer
net.sf.appia.protocols.total.token.
TotalTokenLayer
net.sf.appia.protocols.udpsimple.
UdpSimpleLayer
(implements net.sf.appia.core.events.
AppiaMulticastSupport
)
net.sf.appia.protocols.uniform.
UniformLayer
net.sf.appia.protocols.group.sync.
VSyncLayer
net.sf.appia.protocols.group.vsyncmultiplexer.
VSyncMultiplexerLayer
net.sf.appia.protocols.utils.
ListBuffer
<T> (implements net.sf.appia.protocols.utils.
Buffer
<T>)
net.sf.appia.demo.xml.
LoadConfig
net.sf.appia.protocols.group.
LocalState
net.sf.appia.protocols.tcpcomplete.
Measures
net.sf.appia.core.memoryManager.
MemoryManager
net.sf.appia.core.message.
Message
(implements java.lang.Cloneable)
net.sf.appia.jgcs.
AppiaMessage
(implements java.lang.Cloneable, net.sf.jgcs.Message)
net.sf.appia.core.message.
Message.Block
net.sf.appia.protocols.uniform.
MessageContainer
net.sf.appia.jgcs.
MessageFactoryImpl
(implements net.sf.appia.core.message.
MessageFactory
)
net.sf.appia.protocols.nakfifo.
MessageUtils
net.sf.appia.demo.xml.
Messenger
net.sf.appia.test.xml.
MessengerInterface
net.sf.appia.core.message.
MsgBuffer
net.sf.appia.core.message.
MsgWalk
net.sf.appia.test.xml.ecco.
MyShell
(implements java.lang.Runnable)
net.sf.appia.protocols.nakfifo.
Nacked
javax.management.NotificationBroadcasterSupport (implements javax.management.NotificationEmitter)
net.sf.appia.management.jmx.
ChannelManager
(implements javax.management.DynamicMBean, net.sf.appia.management.
SensorSessionListener
)
java.io.OutputStream (implements java.io.Closeable, java.io.Flushable)
net.sf.appia.core.message.
Message.AuxOutputStream
net.sf.appia.protocols.utils.
ParseUtils
net.sf.appia.protocols.group.utils.
ParseUtils
net.sf.appia.protocols.nakfifo.
Peer
net.sf.appia.protocols.fifo.
PeerInfo
net.sf.appia.protocols.fifounreliable.
PeerInfo
net.sf.appia.demo.
Perf
net.sf.appia.core.
QoS
net.sf.appia.core.
QoSEventRoute
net.sf.appia.protocols.tcpcomplete.
SenderQueue
<T>
net.sf.appia.test.xml.
SerializableImage
(implements java.io.Serializable)
net.sf.appia.demo.jgcs.opengroup.
ServerOpenGroupTest
(implements net.sf.jgcs.membership.BlockListener, net.sf.jgcs.ControlListener, net.sf.jgcs.ExceptionListener, net.sf.jgcs.membership.MembershipListener)
javax.net.ServerSocketFactory
javax.net.ssl.SSLServerSocketFactory
net.sf.appia.protocols.sslcomplete.
CustomSSLServerSocketFactory
net.sf.appia.core.
Session
net.sf.appia.management.
AbstractSensorSession
(implements net.sf.appia.management.
SensorSession
)
net.sf.appia.protocols.group.phiSuspect.
PhiSuspectSession
(implements net.sf.appia.xml.interfaces.
InitializableSession
)
net.sf.appia.protocols.group.suspect.
SuspectSession
(implements net.sf.appia.xml.interfaces.
InitializableSession
, net.sf.appia.management.
ManagedSession
)
net.sf.appia.test.appl.
ApplSession
net.sf.appia.protocols.causalWaiting.
CausalWaitingSession
net.sf.appia.jgcs.protocols.services.
DefaultServiceSession
net.sf.appia.test.perf.vsyncvalid.
DropFailSession
(implements net.sf.appia.xml.interfaces.
InitializableSession
)
net.sf.appia.protocols.drop.
DropSession
net.sf.appia.test.xml.ecco.
EccoSession
(implements net.sf.appia.xml.interfaces.
InitializableSession
)
net.sf.appia.protocols.fifo.
FifoSession
net.sf.appia.protocols.fifounreliable.
FifoUnreliableSession
net.sf.appia.protocols.frag.
FragSession
(implements net.sf.appia.xml.interfaces.
InitializableSession
)
net.sf.appia.protocols.group.heal.
GossipOutSession
(implements net.sf.appia.xml.interfaces.
InitializableSession
)
net.sf.appia.protocols.group.remote.
RemoteGossipOutSession
net.sf.appia.protocols.gossipServer.
GossipServerSession
(implements net.sf.appia.xml.interfaces.
InitializableSession
)
net.sf.appia.protocols.group.bottom.
GroupBottomSession
net.sf.appia.protocols.group.heal.
HealSession
(implements net.sf.appia.xml.interfaces.
InitializableSession
)
net.sf.appia.test.xml.
IntegritySession
(implements net.sf.appia.xml.interfaces.
InitializableSession
)
net.sf.appia.protocols.group.inter.
InterSession
(implements net.sf.appia.xml.interfaces.
InitializableSession
)
net.sf.appia.protocols.group.intra.
IntraSession
net.sf.appia.protocols.group.leave.
LeaveSession
net.sf.appia.protocols.loopBack.
LoopBackSession
net.sf.appia.protocols.test.messageintegrity.
MessageIntegrityCheckerSession
(implements net.sf.appia.xml.interfaces.
InitializableSession
)
net.sf.appia.test.xml.
MessengerSession
net.sf.appia.protocols.nakfifo.multicast.
NakFifoMulticastSession
(implements net.sf.appia.xml.interfaces.
InitializableSession
)
net.sf.appia.protocols.nakfifo.
NakFifoSession
(implements net.sf.appia.xml.interfaces.
InitializableSession
)
net.sf.appia.test.perf.
PerfSession
(implements net.sf.appia.xml.interfaces.
InitializableSession
)
net.sf.appia.test.xml.
PeriodicSendSession
(implements net.sf.appia.xml.interfaces.
InitializableSession
)
net.sf.appia.protocols.group.primary.
PrimaryViewSession
(implements net.sf.appia.xml.interfaces.
InitializableSession
, net.sf.appia.management.
ManagedSession
)
net.sf.appia.jgcs.protocols.remote.
RemoteAddressSession
(implements net.sf.appia.xml.interfaces.
InitializableSession
)
net.sf.appia.protocols.group.remote.
RemoteViewSession
(implements net.sf.appia.xml.interfaces.
InitializableSession
)
net.sf.appia.protocols.total.seto.
SETOSession
(implements net.sf.appia.xml.interfaces.
InitializableSession
)
net.sf.appia.jgcs.protocols.top.
SimpleTOPSession
(implements net.sf.appia.xml.interfaces.
InitializableSession
)
net.sf.appia.protocols.group.stable.
StableSession
net.sf.appia.protocols.total.switching.
SwitchingSession
(implements net.sf.appia.xml.interfaces.
InitializableSession
, net.sf.appia.management.
ManagedSession
)
net.sf.appia.protocols.tcpcomplete.
TcpCompleteSession
(implements net.sf.appia.xml.interfaces.
InitializableSession
, net.sf.appia.management.
ManagedSession
)
net.sf.appia.protocols.sslcomplete.
SslCompleteSession
(implements net.sf.appia.xml.interfaces.
InitializableSession
)
net.sf.appia.protocols.measures.throughput.
ThroughputSession
(implements net.sf.appia.management.
ManagedSession
)
net.sf.appia.jgcs.protocols.top.
TOPSession
(implements net.sf.appia.xml.interfaces.
InitializableSession
)
net.sf.appia.protocols.total.sequencer.
TotalSequencerSession
net.sf.appia.protocols.total.token.
TotalTokenSession
(implements net.sf.appia.xml.interfaces.
InitializableSession
)
net.sf.appia.protocols.udpsimple.
UdpSimpleSession
(implements net.sf.appia.xml.interfaces.
InitializableSession
)
net.sf.appia.protocols.uniform.
UniformSession
net.sf.appia.protocols.group.vsyncmultiplexer.
VSyncMultiplexerSession
net.sf.appia.protocols.group.sync.
VSyncSession
net.sf.appia.xml.templates.
SessionTemplate
net.sf.appia.demo.jmx.
SetPrimaryProcess
net.sf.appia.xml.utils.
SharingState
javax.net.SocketFactory
javax.net.ssl.SSLSocketFactory
net.sf.appia.protocols.sslcomplete.
CustomSSLSocketFactory
net.sf.appia.protocols.tcpcomplete.
SocketInfoContainer
net.sf.appia.protocols.group.stable.
StableInfo
net.sf.appia.protocols.group.stable.
StableStorage
net.sf.appia.protocols.tcpcomplete.
TcpCompleteConfig
net.sf.appia.protocols.tcpcomplete.
TcpReader
(implements java.lang.Runnable)
java.lang.Throwable (implements java.io.Serializable)
java.lang.Error
net.sf.appia.core.
AppiaError
net.sf.appia.protocols.group.
AppiaGroupError
java.lang.VirtualMachineError
java.lang.OutOfMemoryError
net.sf.appia.core.message.
AppiaOutOfMemory
java.lang.Exception
net.sf.appia.core.
AppiaException
net.sf.appia.core.
AppiaCursorException
net.sf.appia.core.
AppiaDuplicatedSessionsException
net.sf.appia.core.
AppiaEventException
net.sf.appia.protocols.group.
AppiaGroupException
net.sf.appia.core.
AppiaInvalidQoSException
net.sf.appia.management.
AppiaManagementException
net.sf.appia.core.memoryManager.
AppiaWrongSizeException
net.sf.appia.xml.
AppiaXMLException
java.lang.RuntimeException
net.sf.appia.core.message.
MessageException
net.sf.appia.core.
TimerManager
(implements java.lang.Runnable, net.sf.appia.core.
TimeProvider
)
net.sf.appia.protocols.total.sequencer.
TotalSequencerConfig
net.sf.appia.protocols.total.sequencer.
TotalSequencerHeader
(implements java.io.Externalizable)
net.sf.appia.protocols.group.
ViewID
(implements java.io.Externalizable)
net.sf.appia.jgcs.
AppiaMembershipID
(implements net.sf.jgcs.membership.MembershipID)
net.sf.appia.protocols.group.
ViewState
(implements java.io.Externalizable)
net.sf.appia.protocols.fifo.
WaitingMessage
Interface Hierarchy
net.sf.appia.core.
AppiaConfig
net.sf.appia.core.events.
AppiaMulticastSupport
net.sf.appia.protocols.utils.
Buffer
<T>
net.sf.appia.management.jmx.
ChannelManagerMBean
net.sf.appia.protocols.drop.
DropConfig
net.sf.appia.protocols.fifo.
FifoConfig
net.sf.appia.protocols.frag.
FragConfig
net.sf.appia.xml.interfaces.
InitializableSession
net.sf.appia.management.
ManagedSession
net.sf.appia.core.message.
MessageFactory
net.sf.appia.protocols.group.events.
Send
net.sf.appia.management.
SensorSession
net.sf.appia.management.
SensorSessionListener
net.sf.appia.core.message.
SerializableObject
net.sf.appia.core.
TimeProvider
net.sf.appia.protocols.group.events.
Uniform
Overview
Package
Class
Use
Tree
Deprecated
Index
Help
Appia Documentation
PREV NEXT
FRAMES
NO FRAMES
All Classes
COPYRIGHT 2006-2009, University of Lisbon and INESC-ID
For updates and related information please see
Appia Home Page
Send questions, sugestions or remarks to the
appia-users mailing list