Module Spread
In: spread.c

This module provides Ruby bindings for the client API of the Spread Group Communication Toolkit.

 Copyright (2001) George Schlossnagle, All Rights Reserved
 Copyright (2005) Neil Conway

 This software is released under the Perl Artistic License and is
 free to use for any purpose.

 This product uses software developed by Spread Concepts LLC for
 use in the Spread toolkit. For more information about Spread see
 http://www.spread.org

Methods

version  

Classes and Modules

Class Spread::Connection
Class Spread::DataMessage
Class Spread::Error
Class Spread::MembershipMessage
Class Spread::Message
Class Spread::SelfLeaveMessage
Class Spread::TransitionMessage

Constants

UNRELIABLE_MESS = INT2FIX(UNRELIABLE_MESS)
RELIABLE_MESS = INT2FIX(RELIABLE_MESS)
FIFO_MESS = INT2FIX(FIFO_MESS)
CAUSAL_MESS = INT2FIX(CAUSAL_MESS)
AGREED_MESS = INT2FIX(AGREED_MESS)
SAFE_MESS = INT2FIX(SAFE_MESS)
REGULAR_MESS = INT2FIX(REGULAR_MESS)

Public Instance methods

The version of the Spread client libraries being used.

[Validate]