ostc_ApplicationServer(int argc, char ** argv);
Constructs an ObjectStore Component Server with the parameters specified on the command line. 
  ostc_ApplicationServer(
      oscs_String * plugin_names,
      oscs_Uint32 num_plugins,
      oscs_String service_name,
      oscs_Int32 port,
      ostc::transaction_type txntype
);
Constructs an ObjectStore Component Server with the required parameters specified as constructor arguments. 
 ostc_ApplicationServer::start()
void start();