#include <ProcessingModePolicy.h>
Inheritance diagram for TAO_ProcessingModePolicy:
Public Member Functions | |
TAO_ProcessingModePolicy (PortableInterceptor::ProcessingMode mode) | |
Constructor. | |
virtual PortableInterceptor::ProcessingMode | processing_mode () throw (CORBA::SystemException) |
virtual CORBA::PolicyType | policy_type () throw (CORBA::SystemException) |
virtual CORBA::Policy_ptr | copy () throw (CORBA::SystemException) |
virtual void | destroy () throw (CORBA::SystemException) |
Private Attributes | |
PortableInterceptor::ProcessingMode | processing_mode_ |
The attribute. |
This policy is used to specify which kinds of requests (collocated vs. remote) should (or should not) cause a Portable Interceptor to be used.
|
Constructor.
|
|
Implements PortableInterceptor::ProcessingModePolicy. |
|
Implements PortableInterceptor::ProcessingModePolicy. |
|
Implements CORBA::Policy. |
|
Implements PortableInterceptor::ProcessingModePolicy. |
|
The attribute.
|