Class: AssLauncher::Enterprise::Ole::WpConnection

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

Overview

IWorkingProcessConnection

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 working process described in uri

Parameters:



95
96
97
98
99
# File 'lib/ass_launcher/enterprise/ole.rb', line 95

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