#include <PollableC.h>
Inheritance diagram for CORBA::Pollable:
Public Types | |
typedef Pollable_ptr | _ptr_type |
typedef Pollable_var | _var_type |
Public Member Functions | |
boolean | is_ready (in unsigned long timeout) |
PollableSet | create_pollable_set () |
virtual CORBA::Boolean | is_ready (::CORBA::ULong timeout ACE_ENV_ARG_DECL_WITH_DEFAULTS)=0 throw ( CORBA::SystemException ) |
virtual ::CORBA::PollableSet_ptr | create_pollable_set (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 | |
Pollable_ptr | _duplicate (Pollable_ptr obj) |
Pollable_ptr | _narrow (CORBA::Object_ptr obj ACE_ENV_ARG_DECL_WITH_DEFAULTS) |
No-op it is just here to simplify some templates. | |
Pollable_ptr | _unchecked_narrow (CORBA::Object_ptr obj ACE_ENV_ARG_DECL_WITH_DEFAULTS) |
Pollable_ptr | _nil (void) |
Return a NULL object. | |
Protected Member Functions | |
Pollable (void) | |
virtual | ~Pollable (void) |
Private Member Functions | |
Pollable (const Pollable &) | |
void | operator= (const Pollable &) |
|
Reimplemented from CORBA::Object. Implemented in CORBA::DIIPollable. |
|
Reimplemented from CORBA::Object. Implemented in CORBA::DIIPollable. |
|
|
|
|
|
|
|
|
|
The repository ID for the most derived class, this is an implementation method and does no remote invocations! Reimplemented from CORBA::Object. Implemented in CORBA::DIIPollable. |
|
Implemented in CORBA::DIIPollable. |
|
No-op it is just here to simplify some templates.
Reimplemented from CORBA::Object. Implemented in CORBA::DIIPollable. |
|
Return a NULL object.
Reimplemented from CORBA::Object. Implemented in CORBA::DIIPollable. |
|
Implemented in CORBA::DIIPollable. |
|
|
|
|
|
|
|
|
|
Allows us to forbid marshaling of local interfaces.
Reimplemented from CORBA::Object. Implemented in CORBA::DIIPollable. |
|
|