CIAO
1.0.8
|
import "Container_BaseC.h";
Public Member Functions | |
InstallationFailure (void) | |
InstallationFailure (const InstallationFailure &) | |
~InstallationFailure (void) | |
InstallationFailure & | operator= (const InstallationFailure &) |
virtual ::CORBA::Exception * | _tao_duplicate (void) const |
virtual void | _raise (void) const |
virtual void | _tao_encode (TAO_OutputCDR &cdr) const |
virtual void | _tao_decode (TAO_InputCDR &cdr) |
InstallationFailure (Components::FailureReason _tao_reason) | |
Static Public Member Functions | |
static InstallationFailure * | _downcast (::CORBA::Exception *) |
static const InstallationFailure * | _downcast (::CORBA::Exception const *) |
::CORBA::Exception * | _alloc (void) |
Public Attributes | |
Components::FailureReason | reason |
Private Attributes | |
FailureReason | reason |
Components::Deployment::InstallationFailure::InstallationFailure | ( | void | ) |
Components::Deployment::InstallationFailure::InstallationFailure | ( | const InstallationFailure & | ) |
Components::Deployment::InstallationFailure::~InstallationFailure | ( | void | ) |
Components::Deployment::InstallationFailure::InstallationFailure | ( | Components::FailureReason | _tao_reason | ) |
CORBA::Exception * Components::Deployment::InstallationFailure::_alloc | ( | void | ) | [static] |
Components::Deployment::InstallationFailure * Components::Deployment::InstallationFailure::_downcast | ( | ::CORBA::Exception * | _tao_excp | ) | [static] |
const Components::Deployment::InstallationFailure * Components::Deployment::InstallationFailure::_downcast | ( | ::CORBA::Exception const * | _tao_excp | ) | [static] |
void Components::Deployment::InstallationFailure::_raise | ( | void | ) | const [virtual] |
Implements CORBA::UserException.
void Components::Deployment::InstallationFailure::_tao_decode | ( | TAO_InputCDR & | cdr | ) | [virtual] |
Implements CORBA::Exception.
CORBA::Exception * Components::Deployment::InstallationFailure::_tao_duplicate | ( | void | ) | const [virtual] |
Implements CORBA::Exception.
void Components::Deployment::InstallationFailure::_tao_encode | ( | TAO_OutputCDR & | cdr | ) | const [virtual] |
Implements CORBA::Exception.
InstallationFailure& Components::Deployment::InstallationFailure::operator= | ( | const InstallationFailure & | ) |