class GradSoft::ServiceOptions

class for standart options set for CORBA Service.

Inheritance:


Public Methods

[more] ServiceOptions(const char* optPrefix="--", const char* pkgPrefix="" )
[more]virtual ~ServiceOptions()
[more]void putServiceName(const char* name)
put standart option for object with name <name>, ie: --ior-file-<name> argument -- put ior for object <name> to file <argument>
[more]bool bindServiceObject(CORBA::ORB_ptr orb, CORBA::Object_ptr object, PortableServer::Servant p_servant, const char* name, bool rebind=false)
bind service object: all actual actions of service options are evaluated, ie.


Documentation

class for standart options set for CORBA Service. define options: --with-naming - bind service object via naming service. --ior-stdout - output ior of binding objects to stdout and for each object with name name define: --ior-file-<name> argument -- put ior for object <name> to file <argument>
o ServiceOptions(const char* optPrefix="--", const char* pkgPrefix="" )

ovirtual ~ServiceOptions()

ovoid putServiceName(const char* name)
put standart option for object with name <name>, ie: --ior-file-<name> argument -- put ior for object <name> to file <argument>

obool bindServiceObject(CORBA::ORB_ptr orb, CORBA::Object_ptr object, PortableServer::Servant p_servant, const char* name, bool rebind=false)
bind service object: all actual actions of service options are evaluated, ie. : 1. if --wiht-naming is set, than bind option to naming service. 2. if --ior-file-name is set, outpur iof of object to option argument 3. if --ior-stdout is set, output to stdoout. 4. if ORB propierty mechanizm for settiong URL-style iors is exists, use it.


This class has no child classes.

Alphabetic index HTML hierarchy of classes or Java



This page was generated with the help of DOC++.