Class SystemHub
In: daimoku-server/hub.rb
Parent: Object

SystemHub is the shared object used by the Distributed Ruby notification system of Daimoku Game World. The SystemHub is used to help relay messages from the System to the System Agents

Methods

Public Class methods

Initialize the messages

Public Instance methods

Reset the warnings

Fatal status, read by the Agents

Fatalpriority messages are sent by the System to the Agents to inform them of a Fatal event Agents may also send warnings to each other

Info status, read by the Agents

Information messages are sent by the System to the Agents to inform them of System status Agents may also send warnings to each other

Change the Matrix, callable by outside scripts or the Rails Application

Warn status, read by the Agents

Warning messages are sent by the System, to the Agents when an anomaly is detected. Agents may also send warnings to each other

[Validate]