Class: AssLauncher::Enterprise::Ole::AgentConnection

Inherits:
IbConnection
  • Object
show all
Defined in:
lib/ass_launcher/enterprise/ole.rb

Overview

Wrapper for IServerAgentConnection

Instance Method Summary collapse

Methods inherited from IbConnection

#__close__, #__closed__?, #__configure_com_connector__, #__opened__?, #initialize

Constructor Details

This class inherits a constructor from AssLauncher::Enterprise::Ole::IbConnection

Dynamic Method Handling

This class handles dynamic methods through the method_missing method in the class AssLauncher::Enterprise::Ole::IbConnection

Instance Method Details

#__open__(uri) ⇒ Object

Connection with 1C Server agent described in uri

Parameters:



106
107
108
109
110
# File 'lib/ass_launcher/enterprise/ole.rb', line 106

def __open__(uri)
  return true if __opened__?
  __init_ole__(__ole_binary__.ole.connectagent(uri.to_s))
  true
end