Class: AgentUtils::AgentBase

Inherits:
Object
  • Object
show all
Includes:
AgentDispatcher
Defined in:
lib/agentdispatcher.rb

Overview

A simple example agent

Constant Summary

Constants included from AgentDispatcher

AgentDispatcher::AGENTS_ROOT, AgentDispatcher::LOG_PATH, AgentDispatcher::PID_PATH

Instance Method Summary collapse

Methods included from AgentDispatcher

#dispatch, #dispatchString

Instance Method Details

#closeBussinesObject



239
240
# File 'lib/agentdispatcher.rb', line 239

def closeBussines
end

#initBussinesObject



235
236
# File 'lib/agentdispatcher.rb', line 235

def initBussines
end

#onRun(*args) ⇒ Object



242
243
# File 'lib/agentdispatcher.rb', line 242

def onRun *args
end