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