#include <TAOC.h>
Inheritance diagram for TAO::BufferingConstraintPolicy:
Public Types | |
typedef BufferingConstraintPolicy_ptr | _ptr_type |
typedef BufferingConstraintPolicy_var | _var_type |
Public Member Functions | |
virtual ::TAO::BufferingConstraint | buffering_constraint ()=0 throw ( CORBA::SystemException ) |
virtual ::CORBA::Policy_ptr | copy ()=0 throw ( CORBA::SystemException ) |
virtual void | destroy ()=0 throw ( CORBA::SystemException ) |
virtual CORBA::Boolean | _is_a (const char *type_id) |
Determine if we are of the type specified by the "logical_type_id". | |
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 | |
BufferingConstraintPolicy_ptr | _duplicate (BufferingConstraintPolicy_ptr obj) |
void | _tao_release (BufferingConstraintPolicy_ptr obj) |
BufferingConstraintPolicy_ptr | _narrow (CORBA::Object_ptr obj) |
BufferingConstraintPolicy_ptr | _unchecked_narrow (CORBA::Object_ptr obj) |
BufferingConstraintPolicy_ptr | _nil (void) |
Return a NULL object. | |
Public Attributes | |
readonly attribute BufferingConstraint | buffering_constraint |
Protected Member Functions | |
BufferingConstraintPolicy (void) | |
virtual | ~BufferingConstraintPolicy (void) |
Private Member Functions | |
BufferingConstraintPolicy (const BufferingConstraintPolicy &) | |
void | operator= (const BufferingConstraintPolicy &) |
|
Implements CORBA::Policy. |
|
Implements CORBA::Policy. |
|
|
|
|
|
|
|
|
|
The repository ID for the most derived class, this is an implementation method and does no remote invocations! Implements CORBA::Policy. |
|
Determine if we are of the type specified by the "logical_type_id".
Implements CORBA::Policy. |
|
Implements CORBA::Policy. |
|
Return a NULL object.
Implements CORBA::Policy. |
|
|
|
Implements CORBA::Policy. |
|
Implemented in TAO_Buffering_Constraint_Policy. |
|
Implements CORBA::Policy. Implemented in TAO_Buffering_Constraint_Policy. |
|
Implements CORBA::Policy. Implemented in TAO_Buffering_Constraint_Policy. |
|
Allows us to forbid marshaling of local interfaces.
Implements CORBA::Policy. |
|
|
|
|