Public Methods | |
TAO_ServerRequestInfo_ImplementationRepository_ServerInformationIterator_next_n (TAO_ServerRequest &_tao_server_request, TAO_Object_Adapter::Servant_Upcall *tao_servant_upcall, POA_ImplementationRepository::ServerInformationIterator *tao_impl, const CORBA::ULong &how_many ACE_ENV_ARG_DECL_WITH_DEFAULTS) | |
virtual Dynamic::ParameterList * | arguments (ACE_ENV_SINGLE_ARG_DECL_WITH_DEFAULTS) throw (CORBA::SystemException) |
Return the list of arguments passed to the current operation. More... | |
virtual Dynamic::ExceptionList * | exceptions (ACE_ENV_SINGLE_ARG_DECL_WITH_DEFAULTS) throw (CORBA::SystemException) |
Return the list of exceptions the current operation is capable of throwing. More... | |
virtual CORBA::Any * | result (ACE_ENV_SINGLE_ARG_DECL_WITH_DEFAULTS) throw (CORBA::SystemException) |
Return the result of the current request. If there is no return value then an Any with tk_void TypeCode is returned. This is method is not valid for oneway operations. More... | |
virtual char * | target_most_derived_interface (ACE_ENV_SINGLE_ARG_DECL_WITH_DEFAULTS) throw (CORBA::SystemException) |
Return the most derived interface of the target object. More... | |
virtual CORBA::Boolean | target_is_a (const char *id ACE_ENV_ARG_DECL_WITH_DEFAULTS) throw (CORBA::SystemException) |
Returns true if the target's type corresponds to the given RepositoryId. More... | |
void | result (CORBA::Boolean result) |
Private Methods | |
TAO_ServerRequestInfo_ImplementationRepository_ServerInformationIterator_next_n (const TAO_ServerRequestInfo_ImplementationRepository_ServerInformationIterator_next_n &) | |
void | operator= (const TAO_ServerRequestInfo_ImplementationRepository_ServerInformationIterator_next_n &) |
Private Attributes | |
POA_ImplementationRepository::ServerInformationIterator * | _tao_impl |
const CORBA::ULong & | how_many_ |
CORBA::Boolean | _result |
|
|
|
|
|
Return the list of arguments passed to the current operation.
Reimplemented from TAO_ServerRequestInfo. |
|
Return the list of exceptions the current operation is capable of throwing.
Reimplemented from TAO_ServerRequestInfo. |
|
|
|
|
|
Return the result of the current request. If there is no return value then an Any with tk_void TypeCode is returned. This is method is not valid for oneway operations.
Reimplemented from TAO_ServerRequestInfo. |
|
Returns true if the target's type corresponds to the given RepositoryId.
Reimplemented from TAO_ServerRequestInfo. |
|
Return the most derived interface of the target object.
Reimplemented from TAO_ServerRequestInfo. |
|
|
|
|
|
|