11 #ifndef HPP_CORBASERVER_TOOLS_IDL 12 #define HPP_CORBASERVER_TOOLS_IDL 24 boolean loadServerPlugin (in
string context_, in
string pluginName) raises (
Error);
32 boolean createContext (in
string context_) raises (
Error);
39 boolean deleteContext (in
string context_) raises (
Error);
42 Object getServer (in
string context_, in
string pluginName, in
string objectname) raises (
Error);
46 void deleteServant (in
string id) raises (
Error);
48 void deleteAllServants () raises (
Error);
Implement CORBA interface `‘Obstacle’'.
Definition: basic-server.hh:35
Corba exception travelling through the Corba channel.
Definition: common.idl:26
Definition: common-idl.hh:78