tango.net.cluster.model.ICluster

License:

BSD style: see license.txt

Version:

July 2004: Initial release

Author:

Kris
interface ICluster #
The contract exposed by each QOS implementation. This is the heart of the cluster package, designed with multiple implementations in mind. It should be reasonably straightforward to construct specific implementations upon a database, pub/sub system, or other substrates.
IChannel createChannel(char[] channel) #
Create a channel instance. Every cluster operation has a channel provided as an argument
ILogger log() #
Return the Logger associated with this cluster