Uses of Package
org.apache.catalina.tribes

Packages that use org.apache.catalina.tribes
org.apache.catalina.tribes Apache Tribes - The Tomcat Cluster Communication Module 
org.apache.catalina.tribes.group   
org.apache.catalina.tribes.group.interceptors   
org.apache.catalina.tribes.io   
org.apache.catalina.tribes.membership   
org.apache.catalina.tribes.tipis   
org.apache.catalina.tribes.transport   
org.apache.catalina.tribes.transport.bio   
org.apache.catalina.tribes.transport.bio.util   
org.apache.catalina.tribes.transport.nio   
org.apache.catalina.tribes.util   
 

Classes in org.apache.catalina.tribes used by org.apache.catalina.tribes
Channel
          Channel interface
A channel is a representation of a group of nodes all participating in some sort of communication with each other.
The channel is the main API class for Tribes, this is essentially the only class that an application needs to be aware of.
ChannelException
          Channel Exception
A channel exception is thrown when an internal error happens somewhere in the channel.
ChannelException.FaultyMember
          Title: FaultyMember class
ChannelInterceptor
          A ChannelInterceptor is an interceptor that intercepts messages and membership messages in the channel stack.
ChannelInterceptor.InterceptorEvent
           
ChannelListener
          Title: ChannelListener
ChannelMessage
          Message that is passed through the interceptor stack after the data serialized in the Channel object and then passed down to the interceptor and eventually down to the ChannelSender component
ChannelReceiver
          ChannelReceiver Interface
The ChannelReceiver interface is the data receiver component at the bottom layer, the IO layer (for layers see the javadoc for the Channel interface).
ChannelSender
          ChannelReceiver Interface
The ChannelSender interface is the data sender component at the bottom layer, the IO layer (for layers see the javadoc for the Channel interface).
The channel sender must support "silent" members, ie, be able to send a message to a member that is not in the membership, but is part of the destination parameter
ErrorHandler
          The ErrorHandler class is used when sending messages that are sent asynchronously and the application still needs to get confirmation when the message was sent successfully or when a message errored out.
Heartbeat
          Can be implemented by the ChannelListener and Membership listeners to receive heartbeat notifications from the Channel
Member
          The Member interface, defines a member in the group.
MembershipListener
          The MembershipListener interface is used as a callback to the membership service.
MembershipService
          MembershipService Interface
The MembershipService interface is the membership component at the bottom layer, the IO layer (for layers see the javadoc for the Channel interface).
MessageListener
          Title: MessageListener
UniqueId
          Title: Represents a globally unique Id
 

Classes in org.apache.catalina.tribes used by org.apache.catalina.tribes.group
Channel
          Channel interface
A channel is a representation of a group of nodes all participating in some sort of communication with each other.
The channel is the main API class for Tribes, this is essentially the only class that an application needs to be aware of.
ChannelException
          Channel Exception
A channel exception is thrown when an internal error happens somewhere in the channel.
ChannelInterceptor
          A ChannelInterceptor is an interceptor that intercepts messages and membership messages in the channel stack.
ChannelInterceptor.InterceptorEvent
           
ChannelListener
          Title: ChannelListener
ChannelMessage
          Message that is passed through the interceptor stack after the data serialized in the Channel object and then passed down to the interceptor and eventually down to the ChannelSender component
ChannelReceiver
          ChannelReceiver Interface
The ChannelReceiver interface is the data receiver component at the bottom layer, the IO layer (for layers see the javadoc for the Channel interface).
ChannelSender
          ChannelReceiver Interface
The ChannelSender interface is the data sender component at the bottom layer, the IO layer (for layers see the javadoc for the Channel interface).
The channel sender must support "silent" members, ie, be able to send a message to a member that is not in the membership, but is part of the destination parameter
ErrorHandler
          The ErrorHandler class is used when sending messages that are sent asynchronously and the application still needs to get confirmation when the message was sent successfully or when a message errored out.
Heartbeat
          Can be implemented by the ChannelListener and Membership listeners to receive heartbeat notifications from the Channel
ManagedChannel
          Channel interface A managed channel interface gives you access to the components of the channels such as senders, receivers, interceptors etc for configurations purposes
Member
          The Member interface, defines a member in the group.
MembershipListener
          The MembershipListener interface is used as a callback to the membership service.
MembershipService
          MembershipService Interface
The MembershipService interface is the membership component at the bottom layer, the IO layer (for layers see the javadoc for the Channel interface).
MessageListener
          Title: MessageListener
UniqueId
          Title: Represents a globally unique Id
 

Classes in org.apache.catalina.tribes used by org.apache.catalina.tribes.group.interceptors
ChannelException
          Channel Exception
A channel exception is thrown when an internal error happens somewhere in the channel.
ChannelInterceptor
          A ChannelInterceptor is an interceptor that intercepts messages and membership messages in the channel stack.
ChannelInterceptor.InterceptorEvent
           
ChannelMessage
          Message that is passed through the interceptor stack after the data serialized in the Channel object and then passed down to the interceptor and eventually down to the ChannelSender component
Heartbeat
          Can be implemented by the ChannelListener and Membership listeners to receive heartbeat notifications from the Channel
Member
          The Member interface, defines a member in the group.
MembershipListener
          The MembershipListener interface is used as a callback to the membership service.
UniqueId
          Title: Represents a globally unique Id
 

Classes in org.apache.catalina.tribes used by org.apache.catalina.tribes.io
ChannelMessage
          Message that is passed through the interceptor stack after the data serialized in the Channel object and then passed down to the interceptor and eventually down to the ChannelSender component
Member
          The Member interface, defines a member in the group.
 

Classes in org.apache.catalina.tribes used by org.apache.catalina.tribes.membership
ChannelException
          Channel Exception
A channel exception is thrown when an internal error happens somewhere in the channel.
ChannelMessage
          Message that is passed through the interceptor stack after the data serialized in the Channel object and then passed down to the interceptor and eventually down to the ChannelSender component
Member
          The Member interface, defines a member in the group.
MembershipListener
          The MembershipListener interface is used as a callback to the membership service.
MembershipService
          MembershipService Interface
The MembershipService interface is the membership component at the bottom layer, the IO layer (for layers see the javadoc for the Channel interface).
MessageListener
          Title: MessageListener
 

Classes in org.apache.catalina.tribes used by org.apache.catalina.tribes.tipis
Channel
          Channel interface
A channel is a representation of a group of nodes all participating in some sort of communication with each other.
The channel is the main API class for Tribes, this is essentially the only class that an application needs to be aware of.
ChannelException
          Channel Exception
A channel exception is thrown when an internal error happens somewhere in the channel.
ChannelListener
          Title: ChannelListener
Heartbeat
          Can be implemented by the ChannelListener and Membership listeners to receive heartbeat notifications from the Channel
Member
          The Member interface, defines a member in the group.
MembershipListener
          The MembershipListener interface is used as a callback to the membership service.
 

Classes in org.apache.catalina.tribes used by org.apache.catalina.tribes.transport
ChannelException
          Channel Exception
A channel exception is thrown when an internal error happens somewhere in the channel.
ChannelMessage
          Message that is passed through the interceptor stack after the data serialized in the Channel object and then passed down to the interceptor and eventually down to the ChannelSender component
ChannelReceiver
          ChannelReceiver Interface
The ChannelReceiver interface is the data receiver component at the bottom layer, the IO layer (for layers see the javadoc for the Channel interface).
ChannelSender
          ChannelReceiver Interface
The ChannelSender interface is the data sender component at the bottom layer, the IO layer (for layers see the javadoc for the Channel interface).
The channel sender must support "silent" members, ie, be able to send a message to a member that is not in the membership, but is part of the destination parameter
Heartbeat
          Can be implemented by the ChannelListener and Membership listeners to receive heartbeat notifications from the Channel
Member
          The Member interface, defines a member in the group.
MessageListener
          Title: MessageListener
 

Classes in org.apache.catalina.tribes used by org.apache.catalina.tribes.transport.bio
ChannelException
          Channel Exception
A channel exception is thrown when an internal error happens somewhere in the channel.
ChannelMessage
          Message that is passed through the interceptor stack after the data serialized in the Channel object and then passed down to the interceptor and eventually down to the ChannelSender component
ChannelReceiver
          ChannelReceiver Interface
The ChannelReceiver interface is the data receiver component at the bottom layer, the IO layer (for layers see the javadoc for the Channel interface).
Heartbeat
          Can be implemented by the ChannelListener and Membership listeners to receive heartbeat notifications from the Channel
Member
          The Member interface, defines a member in the group.
 

Classes in org.apache.catalina.tribes used by org.apache.catalina.tribes.transport.bio.util
ChannelMessage
          Message that is passed through the interceptor stack after the data serialized in the Channel object and then passed down to the interceptor and eventually down to the ChannelSender component
ErrorHandler
          The ErrorHandler class is used when sending messages that are sent asynchronously and the application still needs to get confirmation when the message was sent successfully or when a message errored out.
Member
          The Member interface, defines a member in the group.
 

Classes in org.apache.catalina.tribes used by org.apache.catalina.tribes.transport.nio
ChannelException
          Channel Exception
A channel exception is thrown when an internal error happens somewhere in the channel.
ChannelMessage
          Message that is passed through the interceptor stack after the data serialized in the Channel object and then passed down to the interceptor and eventually down to the ChannelSender component
ChannelReceiver
          ChannelReceiver Interface
The ChannelReceiver interface is the data receiver component at the bottom layer, the IO layer (for layers see the javadoc for the Channel interface).
Heartbeat
          Can be implemented by the ChannelListener and Membership listeners to receive heartbeat notifications from the Channel
Member
          The Member interface, defines a member in the group.
 

Classes in org.apache.catalina.tribes used by org.apache.catalina.tribes.util
ChannelMessage
          Message that is passed through the interceptor stack after the data serialized in the Channel object and then passed down to the interceptor and eventually down to the ChannelSender component
Member
          The Member interface, defines a member in the group.
UniqueId
          Title: Represents a globally unique Id
 



Copyright © 2003-2010 The Apache Software Foundation. All Rights Reserved.