#include <Assembly_Service_Impl.h>
Collaboration diagram for CIAO::Assembly_Service_Impl:
Public Member Functions | |
Assembly_Service_Impl (CORBA::ORB_ptr o, PortableServer::POA_ptr p, Components::Deployment::AssemblyFactory_ptr f) | |
Constructor. | |
virtual | ~Assembly_Service_Impl (void) |
Destructor. | |
virtual PortableServer::POA_ptr | _default_POA (void) |
Protected Attributes | |
CORBA::ORB_var | orb_ |
Keep a pointer to the managing ORB serving this servant. | |
PortableServer::POA_var | poa_ |
Keep a pointer to the managing POA. | |
Components::Deployment::AssemblyFactory_var | factory_ |
Cached AssemblyFactory reference. |
|
Constructor.
|
|
Destructor.
|
|
Get the containing POA. This operation does *not* increase the reference count of the POA. |
|
Cached AssemblyFactory reference.
|
|
Keep a pointer to the managing ORB serving this servant.
|
|
Keep a pointer to the managing POA.
|