DAnCE  ..
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
Public Member Functions | List of all members
DAnCE::Standard_Error Class Reference

#include <Standard_Error.h>

Inheritance diagram for DAnCE::Standard_Error:
Inheritance graph
Collaboration diagram for DAnCE::Standard_Error:
Collaboration graph

Public Member Functions

 Standard_Error (void)
 Constructor. More...
 
virtual ~Standard_Error (void)
 Destructor. More...
 
virtual void post_install (const ::Deployment::DeploymentPlan &plan,::CORBA::ULong index, const ::CORBA::Any &reference, const ::CORBA::Any &exception_thrown)
 
virtual void post_connect (const ::Deployment::DeploymentPlan &plan,::CORBA::ULong connectionRef, const ::CORBA::Any &exceptionThrown)
 
virtual void post_configured (const ::Deployment::DeploymentPlan &plan,::CORBA::ULong instanceRef, const ::CORBA::Any &exception_thrown)
 
virtual void post_activate (const ::Deployment::DeploymentPlan &plan,::CORBA::ULong instanceRef, const ::CORBA::Any &exception_thrown)
 
virtual void post_passivate (const ::Deployment::DeploymentPlan &plan,::CORBA::ULong instanceRef, const ::CORBA::Any &exception_thrown)
 
virtual void post_remove (const ::Deployment::DeploymentPlan &plan,::CORBA::ULong instanceRef, const ::CORBA::Any &exception_thrown)
 
virtual void configure (const Deployment::Properties &)
 
- Public Member Functions inherited from DAnCE::DeploymentInterceptor_Base
 DeploymentInterceptor_Base (void)
 
virtual ~DeploymentInterceptor_Base (void)
 
virtual void configure (const ::Deployment::Properties &config)
 
virtual void preprocess_plan (::Deployment::DeploymentPlan &plan)
 
virtual void pre_install (::Deployment::DeploymentPlan &plan,::CORBA::ULong instanceRef)
 
virtual void post_endpoint_reference (const ::Deployment::DeploymentPlan &plan,::CORBA::ULong connectionRef, const ::CORBA::Any &endpoint_reference, const ::CORBA::Any &exception_thrown)
 
virtual void pre_connect (::Deployment::DeploymentPlan &plan,::CORBA::ULong connection_index,::CORBA::Any &provided_reference)
 
virtual void pre_disconnect (::Deployment::DeploymentPlan &plan,::CORBA::ULong connection_index_)
 
virtual void post_disconnect (const ::Deployment::DeploymentPlan &plan,::CORBA::ULong connectionRef, const ::CORBA::Any &exceptionThrown)
 
virtual void unexpected_event (const ::Deployment::DeploymentPlan &plan,::CORBA::ULong instanceRef, const ::CORBA::Any &exception_thrown, const char *error)
 
- Public Member Functions inherited from DAnCE::DeploymentInterceptor
void configure (in::Deployment::Properties config)
 
void preprocess_plan (inout::Deployment::DeploymentPlan plan) raises (::Deployment::PlanError)
 
void pre_install (inout::Deployment::DeploymentPlan plan, in unsigned long instanceRef) raises (::Deployment::PlanError, ::Deployment::InvalidProperty, ::Deployment::InvalidNodeExecParameter, ::Deployment::InvalidComponentExecParameter)
 
void post_install (in::Deployment::DeploymentPlan plan, in unsigned long instance_index, in any instance_reference, in any exception_thrown) raises (::Deployment::PlanError, ::Deployment::InvalidProperty, ::Deployment::InvalidNodeExecParameter, ::Deployment::InvalidComponentExecParameter)
 
void post_endpoint_reference (in::Deployment::DeploymentPlan plan, in unsigned long connectionRef, in any endpoint_reference, in any exception_thrown) raises (::Deployment::InvalidConnection)
 
void pre_connect (inout::Deployment::DeploymentPlan plan, in unsigned long connection_index, inout any provided_reference) raises (::Deployment::InvalidConnection)
 
void post_connect (in Deployment::DeploymentPlan plan, in unsigned long connectionRef, in any exceptionThrown) raises (::Deployment::InvalidConnection)
 
void pre_disconnect (inout::Deployment::DeploymentPlan plan, in unsigned long connection_index) raises (::Deployment::InvalidConnection)
 
void post_disconnect (in Deployment::DeploymentPlan plan, in unsigned long connectionRef, in any exceptionThrown) raises (::Deployment::InvalidConnection)
 
void post_configured (in::Deployment::DeploymentPlan plan, in unsigned long instanceRef, in any exception_thrown) raises (::Deployment::StartError)
 
void post_activate (in::Deployment::DeploymentPlan plan, in unsigned long instanceRef, in any exception_thrown) raises (::Deployment::StartError)
 
void post_passivate (in::Deployment::DeploymentPlan plan, in unsigned long instanceRef, in any exception_thrown) raises (::Deployment::StopError)
 
void post_remove (in::Deployment::DeploymentPlan plan, in unsigned long instanceRef, in any exception_thrown) raises (::Deployment::StopError)
 
void unexpected_event (in::Deployment::DeploymentPlan plan, in unsigned long instanceRef, in any exception_thrown, in string error)
 Invoked on an unexpected event, not usually during normal deployment activity. More...
 

Additional Inherited Members

- Public Types inherited from CORBA::LocalObject
typedef Object_ptr _ptr_type
 
typedef Object_var _var_type
 
typedef Object_out _out_type
 
- Static Public Member Functions inherited from CORBA::LocalObject
static CORBA::Boolean marshal (const Object_ptr x, TAO_OutputCDR &cdr)
 
static void _tao_any_destructor (void *)
 
static CORBA::Boolean is_nil_i (CORBA::Object_ptr obj)
 
static void tao_object_initialize (Object *)
 
static CORBA::Object_ptr _duplicate (CORBA::Object_ptr obj)
 
static CORBA::Object_ptr _nil (void)
 
static CORBA::Object_ptr _narrow (CORBA::Object_ptr obj)
 
- Protected Member Functions inherited from CORBA::LocalObject
 Object (int dummy=0)
 
TAO::Object_Proxy_Brokerproxy_broker () const
 

Constructor & Destructor Documentation

DAnCE::Standard_Error::Standard_Error ( void  )

Constructor.

DAnCE::Standard_Error::~Standard_Error ( void  )
virtual

Destructor.

Member Function Documentation

void DAnCE::Standard_Error::configure ( const Deployment::Properties )
virtual
void DAnCE::Standard_Error::post_activate ( const ::Deployment::DeploymentPlan plan,
::CORBA::ULong  instanceRef,
const ::CORBA::Any &  exception_thrown 
)
virtual

Reimplemented from DAnCE::DeploymentInterceptor_Base.

void DAnCE::Standard_Error::post_configured ( const ::Deployment::DeploymentPlan plan,
::CORBA::ULong  instanceRef,
const ::CORBA::Any &  exception_thrown 
)
virtual

Reimplemented from DAnCE::DeploymentInterceptor_Base.

void DAnCE::Standard_Error::post_connect ( const ::Deployment::DeploymentPlan plan,
::CORBA::ULong  connectionRef,
const ::CORBA::Any &  exceptionThrown 
)
virtual

Reimplemented from DAnCE::DeploymentInterceptor_Base.

void DAnCE::Standard_Error::post_install ( const ::Deployment::DeploymentPlan plan,
::CORBA::ULong  index,
const ::CORBA::Any &  reference,
const ::CORBA::Any &  exception_thrown 
)
virtual

Reimplemented from DAnCE::DeploymentInterceptor_Base.

void DAnCE::Standard_Error::post_passivate ( const ::Deployment::DeploymentPlan plan,
::CORBA::ULong  instanceRef,
const ::CORBA::Any &  exception_thrown 
)
virtual

Reimplemented from DAnCE::DeploymentInterceptor_Base.

void DAnCE::Standard_Error::post_remove ( const ::Deployment::DeploymentPlan plan,
::CORBA::ULong  instanceRef,
const ::CORBA::Any &  exception_thrown 
)
virtual

Reimplemented from DAnCE::DeploymentInterceptor_Base.


The documentation for this class was generated from the following files: