#include <InterceptorC.h>
Inheritance diagram for PortableInterceptor::Interceptor:
Public Types | |
typedef Interceptor_ptr | _ptr_type |
typedef Interceptor_var | _var_type |
Public Member Functions | |
void | destroy () |
virtual char * | name (ACE_ENV_SINGLE_ARG_DECL_WITH_DEFAULTS)=0 throw ( CORBA::SystemException ) |
virtual void | destroy (ACE_ENV_SINGLE_ARG_DECL_WITH_DEFAULTS)=0 throw ( CORBA::SystemException ) |
virtual CORBA::Boolean | _is_a (const char *type_id ACE_ENV_ARG_DECL_WITH_DEFAULTS) |
virtual const char * | _interface_repository_id (void) const |
virtual CORBA::Boolean | marshal (TAO_OutputCDR &cdr) |
Allows us to forbid marshaling of local interfaces. | |
Static Public Member Functions | |
Interceptor_ptr | _duplicate (Interceptor_ptr obj) |
void | _tao_release (Interceptor_ptr obj) |
Interceptor_ptr | _narrow (CORBA::Object_ptr obj ACE_ENV_ARG_DECL_WITH_DEFAULTS) |
No-op it is just here to simplify some templates. | |
Interceptor_ptr | _unchecked_narrow (CORBA::Object_ptr obj ACE_ENV_ARG_DECL_WITH_DEFAULTS) |
Interceptor_ptr | _nil (void) |
Return a NULL object. | |
void | _tao_any_destructor (void *) |
Used in the implementation of CORBA::Any. | |
Public Attributes | |
readonly attribute string | name |
Protected Member Functions | |
Interceptor (void) | |
virtual | ~Interceptor (void) |
Private Member Functions | |
Interceptor (const Interceptor &) | |
void | operator= (const Interceptor &) |
|
Reimplemented from CORBA::Object. Implemented in PortableInterceptor::ClientRequestInterceptor, and PortableInterceptor::ServerRequestInterceptor. |
|
Reimplemented from CORBA::Object. Implemented in PortableInterceptor::ClientRequestInterceptor, and PortableInterceptor::ServerRequestInterceptor. |
|
|
|
|
|
|
|
|
|
The repository ID for the most derived class, this is an implementation method and does no remote invocations! Reimplemented from CORBA::Object. Implemented in PortableInterceptor::ClientRequestInterceptor, and PortableInterceptor::ServerRequestInterceptor. |
|
Implemented in PortableInterceptor::ClientRequestInterceptor, and PortableInterceptor::ServerRequestInterceptor. |
|
No-op it is just here to simplify some templates.
Reimplemented from CORBA::Object. Implemented in PortableInterceptor::ClientRequestInterceptor, and PortableInterceptor::ServerRequestInterceptor. |
|
Return a NULL object.
Reimplemented from CORBA::Object. Implemented in PortableInterceptor::ClientRequestInterceptor, and PortableInterceptor::ServerRequestInterceptor. |
|
Used in the implementation of CORBA::Any.
Reimplemented from CORBA::Object. Implemented in PortableInterceptor::ClientRequestInterceptor, and PortableInterceptor::ServerRequestInterceptor. |
|
|
|
Implemented in PortableInterceptor::ClientRequestInterceptor, and PortableInterceptor::ServerRequestInterceptor. |
|
|
|
|
|
Allows us to forbid marshaling of local interfaces.
Reimplemented from CORBA::Object. Implemented in PortableInterceptor::ClientRequestInterceptor, and PortableInterceptor::ServerRequestInterceptor. |
|
|
|
|
|
|