Class: AgentUtils::AgentBase
- Inherits:
-
Object
- Object
- AgentUtils::AgentBase
show all
- Includes:
- AgentDispatcher
- Defined in:
- lib/agentdispatcher.rb
Overview
Constant Summary
AgentDispatcher::AGENTS_ROOT, AgentDispatcher::LOG_PATH, AgentDispatcher::PID_PATH
Instance Method Summary
collapse
#dispatch, #dispatchString
Instance Method Details
#closeBussines ⇒ Object
239
240
|
# File 'lib/agentdispatcher.rb', line 239
def closeBussines
end
|
#initBussines ⇒ Object
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
|