TAO_PortableServer  2.1.5
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
Classes | Functions | Variables
POAManagerFactory.pidl File Reference

Pre-compiled IDL source for the PortableServer module. More...

#include "tao/Policy.pidl"

Classes

exception  ManagerAlreadyExists
 

Functions

POAManager create_POAManager (in string id, in CORBA::PolicyList policies) raises (ManagerAlreadyExists, CORBA::PolicyError)
 
POAManagerSeq list ()
 
POAManager find (in string id)
 

Variables

module PortableServer
 
local interface POAManagerFactory
 

Detailed Description

Pre-compiled IDL source for the PortableServer module.

Id:
POAManagerFactory.pidl 79124 2007-07-31 12:39:37Z johnnyw

$ACE_ROOT/bin/tao_idl \ -Gp -Gd -Sci -I$TAO_ROOT \ -Wb,export_macro=TAO_PortableServer_Export \ -Wb,export_include="tao/PortableServer/portableserver_export.h" \ -Wb,pre_include="ace/pre.h" \ -Wb,post_include="ace/post.h" \ POAManagerFactory.pidl

Function Documentation

POAManager create_POAManager ( in string  id,
in CORBA::PolicyList  policies 
) raises (ManagerAlreadyExists, CORBA::PolicyError)
POAManager find ( in string  id)
POAManagerSeq list ( )

Variable Documentation

local interface POAManagerFactory
Initial value:
{
typedef sequence<POAManager> POAManagerSeq
module PortableServer
Initial value:
{
local interface POAManager