/usr/include/omniORB4/poa.h is in libomniorb4-dev 4.1.6-2.
This file is owned by root:root, with mode 0o644.
The actual contents of the file can be viewed below.
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169 170 171 172 173 174 175 176 177 178 179 180 181 182 183 184 185 186 187 188 189 190 191 192 193 194 195 196 197 198 199 200 201 202 203 204 205 206 207 208 209 210 211 212 213 214 215 216 217 218 219 220 221 222 223 224 225 226 227 228 229 230 231 232 233 234 235 236 237 238 239 240 241 242 243 244 245 246 247 248 249 250 251 252 253 254 255 256 257 258 259 260 261 262 263 264 265 266 267 268 269 270 271 272 273 274 275 276 277 278 279 280 281 282 283 284 285 286 287 288 289 290 291 292 293 294 295 296 297 298 299 300 301 302 303 304 305 306 307 308 309 310 311 312 313 314 315 316 317 318 319 320 321 322 323 324 325 326 327 328 329 330 331 332 333 334 335 336 337 338 339 340 341 342 343 344 345 346 347 348 349 350 351 352 353 354 355 356 357 358 359 360 361 362 363 364 365 366 367 368 369 370 371 372 373 374 375 376 377 378 379 380 381 382 383 384 385 386 387 388 389 390 391 392 393 394 395 396 397 398 399 400 401 402 403 404 405 406 407 408 409 410 411 412 413 414 415 416 417 418 419 420 421 422 423 424 425 426 427 428 429 430 431 432 433 434 435 436 437 438 439 440 441 442 443 444 445 446 447 448 449 450 451 452 453 454 455 456 457 458 459 460 461 462 463 464 465 466 467 468 469 470 471 472 473 474 475 476 477 478 479 480 481 482 483 484 485 486 487 488 489 490 491 492 493 494 495 496 497 498 499 500 501 502 503 504 505 506 507 508 509 510 511 512 513 514 515 516 517 518 519 520 521 522 523 524 525 526 527 528 529 530 531 532 533 534 535 536 537 538 539 540 541 542 543 544 545 546 547 548 549 550 551 552 553 554 555 556 557 558 559 560 561 562 563 564 565 566 567 568 569 570 571 572 573 574 575 576 577 578 579 580 581 582 583 584 585 586 587 588 589 590 591 592 593 594 595 596 597 598 599 600 601 602 603 604 605 606 607 608 609 610 611 612 613 614 615 616 617 618 619 620 621 622 623 624 625 626 627 628 629 630 631 632 633 634 635 636 637 638 639 640 641 642 643 644 645 646 647 648 649 650 651 652 653 654 655 656 657 658 659 660 661 662 663 664 665 666 667 668 669 670 671 672 673 674 675 676 677 678 679 680 681 682 683 684 685 686 687 688 689 690 691 692 693 694 695 696 697 698 699 700 701 702 703 704 705 706 707 708 709 710 711 712 713 714 715 716 717 718 719 720 721 722 723 724 725 726 727 728 729 730 731 732 733 734 735 736 737 738 739 740 741 742 743 744 745 746 747 748 749 750 751 752 753 754 755 756 757 758 759 760 761 762 763 764 765 766 767 768 769 770 771 772 773 774 775 776 777 778 779 780 781 782 783 784 785 786 787 788 789 790 791 792 793 794 795 796 797 798 799 800 801 802 803 804 805 806 807 808 809 810 811 812 813 814 815 816 817 818 819 820 821 822 823 824 825 826 827 828 829 830 831 832 833 834 835 836 | // -*- Mode: C++; -*-
// Package : omniORB
// poa.h Created on: 2/99
// Author : David Riddoch (djr)
//
// Copyright (C) 2004-2009 Apasphere Ltd
// Copyright (C) 1996-1999 AT&T Research Cambridge
//
// This file is part of the omniORB library.
//
// The omniORB library is free software; you can redistribute it and/or
// modify it under the terms of the GNU Library General Public
// License as published by the Free Software Foundation; either
// version 2 of the License, or (at your option) any later version.
//
// This library is distributed in the hope that it will be useful,
// but WITHOUT ANY WARRANTY; without even the implied warranty of
// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
// Library General Public License for more details.
//
// You should have received a copy of the GNU Library General Public
// License along with this library; if not, write to the Free
// Software Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA
// 02111-1307, USA
//
//
// Description:
//
/*
$Log$
Revision 1.4.2.12 2009/04/20 11:08:26 dgrisby
Use class instead of typename to make Sun compiler happy. Thanks
Paul Parlett.
Revision 1.4.2.11 2007/02/26 12:41:00 dgrisby
Fix duplicated POA enum Any operators. Thanks Thomas Richter.
Revision 1.4.2.10 2006/10/23 15:08:31 dgrisby
Suppress GCC warnings about missing base class constructor calls.
Thanks Tamas Kerecsen. Somehow, this patch works on VC++ 6, where
before a similar change failed.
Revision 1.4.2.9 2006/03/22 15:55:14 dgrisby
VC++ 6 doesn't like explicit calls to default base constructors.
Revision 1.4.2.8 2005/11/09 12:22:18 dgrisby
Local interfaces support.
Revision 1.4.2.7 2005/08/02 09:41:13 dgrisby
Bug in Servant_var if assigning to itself.
Revision 1.4.2.6 2005/07/22 17:18:39 dgrisby
Another merge from omni4_0_develop.
Revision 1.4.2.5 2005/01/06 23:08:11 dgrisby
Big merge from omni4_0_develop.
Revision 1.4.2.4 2004/10/13 17:58:18 dgrisby
Abstract interfaces support; values support interfaces; value bug fixes.
Revision 1.4.2.3 2004/07/23 10:29:57 dgrisby
Completely new, much simpler Any implementation.
Revision 1.4.2.2 2004/02/16 10:10:28 dgrisby
More valuetype, including value boxes. C++ mapping updates.
Revision 1.4.2.1 2003/03/23 21:04:06 dgrisby
Start of omniORB 4.1.x development branch.
Revision 1.2.2.12 2001/11/13 14:11:44 dpg1
Tweaks for CORBA 2.5 compliance.
Revision 1.2.2.11 2001/10/19 11:05:25 dpg1
ObjectId to/from wstring
Revision 1.2.2.10 2001/10/17 16:44:01 dpg1
Update DynAny to CORBA 2.5 spec, const Any exception extraction.
Revision 1.2.2.9 2001/08/01 10:08:20 dpg1
Main thread policy.
Revision 1.2.2.8 2001/07/31 16:04:07 sll
Added ORB::create_policy() and associated types and operators.
Revision 1.2.2.7 2001/06/07 16:24:08 dpg1
PortableServer::Current support.
Revision 1.2.2.6 2001/05/29 17:03:48 dpg1
In process identity.
Revision 1.2.2.5 2001/04/18 17:50:43 sll
Big checkin with the brand new internal APIs.
Scoped where appropriate with the omni namespace.
Revision 1.2.2.4 2000/11/09 12:27:50 dpg1
Huge merge from omni3_develop, plus full long long from omni3_1_develop.
Revision 1.2.2.3 2000/11/03 18:58:47 sll
Unbounded sequence of octet got a new type name.
Revision 1.2.2.2 2000/09/27 16:57:14 sll
Replaced marshalling operators for MemBufferedStream and NetBufferedStream
with just one type for cdrStream.
Revision 1.2.2.1 2000/07/17 10:35:35 sll
Merged from omni3_develop the diff between omni3_0_0_pre3 and omni3_0_0.
Revision 1.3 2000/07/13 15:26:04 dpg1
Merge from omni3_develop for 3.0 release.
Revision 1.1.2.7 2000/06/27 16:15:08 sll
New classes: _CORBA_String_element, _CORBA_ObjRef_Element,
_CORBA_ObjRef_tcDesc_arg to support assignment to an element of a
sequence of string and a sequence of object reference.
Revision 1.1.2.6 1999/11/23 10:48:07 djr
Added _ptr_type and _var_type to POA.
Revision 1.1.2.5 1999/10/21 11:29:45 djr
Added _core_attr to declaration of _PD_repoId in exceptions & interfaces.
Revision 1.1.2.4 1999/10/18 17:28:18 djr
Fixes for building MSVC dlls.
Revision 1.1.2.3 1999/10/16 13:22:51 djr
Changes to support compiling on MSVC.
Revision 1.1.2.2 1999/09/28 09:47:57 djr
Corrected declaration of ObjectId_to_string and string_to_ObjectId.
Revision 1.1.2.1 1999/09/24 09:51:49 djr
Moved from omniORB2 + some new files.
*/
#ifndef __OMNIPOA_H__
#define __OMNIPOA_H__
#ifndef __OMNISERVANT_H__
#include <omniORB4/omniServant.h>
#endif
#ifndef __OMNIOBJREF_H__
#include <omniORB4/omniObjRef.h>
#endif
#include <omniORB4/minorCode.h>
OMNI_NAMESPACE_BEGIN(omni)
class IOP_S;
class omniOrbPOA;
OMNI_NAMESPACE_END(omni)
_CORBA_MODULE PortableServer
_CORBA_MODULE_BEG
//////////////////////////////////////////////////////////////////////
//////////////////////// Forward Declarations ////////////////////////
//////////////////////////////////////////////////////////////////////
class POA;
typedef POA* POA_ptr;
typedef POA_ptr POARef;
class POA_Helper {
public:
typedef POA_ptr _ptr_type;
static _ptr_type _nil();
static _CORBA_Boolean is_nil(_ptr_type);
static void release(_ptr_type);
static void duplicate(_ptr_type);
static inline void marshalObjRef(_ptr_type, cdrStream&) {}
static inline _ptr_type unmarshalObjRef(cdrStream&) { return 0; }
};
class ServantBase;
typedef ServantBase* Servant;
//////////////////////////////////////////////////////////////////////
/////////////////////////////// POAList //////////////////////////////
//////////////////////////////////////////////////////////////////////
class POAList_var;
class POAList : public _CORBA_Unbounded_Sequence_ObjRef<POA, _CORBA_ObjRef_Element<POA, POA_Helper>, POA_Helper> {
public:
typedef POAList_var _var_type;
inline POAList() {}
inline POAList(const POAList& s)
: _CORBA_Unbounded_Sequence_ObjRef<POA, _CORBA_ObjRef_Element<POA, POA_Helper>, POA_Helper>(s) {}
inline POAList(_CORBA_ULong _max)
: _CORBA_Unbounded_Sequence_ObjRef<POA, _CORBA_ObjRef_Element<POA, POA_Helper>, POA_Helper>(_max) {}
inline POAList(_CORBA_ULong _max, _CORBA_ULong _len, POA_ptr* _val, _CORBA_Boolean _rel=0)
: _CORBA_Unbounded_Sequence_ObjRef<POA, _CORBA_ObjRef_Element<POA, POA_Helper>, POA_Helper>(_max, _len, _val, _rel) {}
inline POAList& operator = (const POAList& s) {
_CORBA_Unbounded_Sequence_ObjRef<POA, _CORBA_ObjRef_Element<POA, POA_Helper>, POA_Helper>::operator=(s);
return *this;
}
};
class POAList_var {
public:
typedef POAList T;
typedef POAList_var T_var;
inline POAList_var() : pd_seq(0) {}
inline POAList_var(T* s) : pd_seq(s) {}
inline POAList_var(const T_var& s) {
if( s.pd_seq ) pd_seq = new T(*s.pd_seq);
else pd_seq = 0;
}
inline ~POAList_var() { if( pd_seq ) delete pd_seq; }
inline T_var& operator = (T* s) {
if( pd_seq ) delete pd_seq;
pd_seq = s;
return *this;
}
inline T_var& operator = (const T_var& s) {
if( s.pd_seq ) {
if( !pd_seq ) pd_seq = new T;
*pd_seq = *s.pd_seq;
} else if( pd_seq ) {
delete pd_seq;
pd_seq = 0;
}
return *this;
}
inline _CORBA_ObjRef_Element<POA, POA_Helper> operator [] (_CORBA_ULong s) {
return (*pd_seq)[s];
}
inline T* operator -> () { return pd_seq; }
#if defined(__GNUG__) && __GNUG__ == 2 && __GNUC_MINOR__ == 7
inline operator T& () const { return *pd_seq; }
#else
inline operator const T& () const { return *pd_seq; }
inline operator T& () { return *pd_seq; }
#endif
inline const T& in() const { return *pd_seq; }
inline T& inout() { return *pd_seq; }
inline T*& out() {
if( pd_seq ) { delete pd_seq; pd_seq = 0; }
return pd_seq;
}
inline T* _retn() { T* tmp = pd_seq; pd_seq = 0; return tmp; }
private:
T* pd_seq;
};
//////////////////////////////////////////////////////////////////////
////////////////////////////// ObjectId //////////////////////////////
//////////////////////////////////////////////////////////////////////
class ObjectId_var;
class ObjectId : public _CORBA_Unbounded_Sequence_Octet {
public:
typedef ObjectId_var _var_type;
inline ObjectId() {}
inline ObjectId(const ObjectId& seq)
: _CORBA_Unbounded_Sequence_Octet(seq) {}
inline ObjectId(CORBA::ULong max)
: _CORBA_Unbounded_Sequence_Octet(max) {}
inline ObjectId(CORBA::ULong max, CORBA::ULong len, CORBA::Octet* val, CORBA::Boolean rel=0)
: _CORBA_Unbounded_Sequence_Octet(max, len, val, rel) {}
inline ObjectId& operator = (const ObjectId& seq) {
_CORBA_Unbounded_Sequence_Octet::operator=(seq);
return *this;
}
};
class ObjectId_out;
class ObjectId_var {
public:
typedef ObjectId T;
typedef ObjectId_var T_var;
inline ObjectId_var() : pd_seq(0) {}
inline ObjectId_var(T* s) : pd_seq(s) {}
inline ObjectId_var(const T_var& sv) {
if( sv.pd_seq ) {
pd_seq = new T;
*pd_seq = *sv.pd_seq;
} else
pd_seq = 0;
}
inline ~ObjectId_var() { if( pd_seq ) delete pd_seq; }
inline T_var& operator = (T* s) {
if( pd_seq ) delete pd_seq;
pd_seq = s;
return *this;
}
inline T_var& operator = (const T_var& sv) {
if( sv.pd_seq ) {
if( !pd_seq ) pd_seq = new T;
*pd_seq = *sv.pd_seq;
} else if( pd_seq ) {
delete pd_seq;
pd_seq = 0;
}
return *this;
}
inline CORBA::Octet& operator [] (_CORBA_ULong i) { return (*pd_seq)[i]; }
inline T* operator -> () { return pd_seq; }
#if defined(__GNUG__) && __GNUG__ == 2 && __GNUC_MINOR__ == 7
inline operator T& () const { return *pd_seq; }
#else
inline operator const T& () const { return *pd_seq; }
inline operator T& () { return *pd_seq; }
#endif
inline const T& in() const { return *pd_seq; }
inline T& inout() { return *pd_seq; }
inline T*& out() { if (pd_seq) { delete pd_seq; pd_seq = 0; } return pd_seq; }
inline T* _retn() { T* tmp = pd_seq; pd_seq = 0; return tmp; }
friend class ObjectId_out;
private:
T* pd_seq;
};
class ObjectId_out {
public:
typedef ObjectId T;
typedef ObjectId_var T_var;
inline ObjectId_out(T*& s) : _data(s) { _data = 0; }
inline ObjectId_out(T_var& sv)
: _data(sv.pd_seq) { sv = (T*) 0; }
inline ObjectId_out(const ObjectId_out& s) : _data(s._data) { }
inline ObjectId_out& operator=(const ObjectId_out& s) { _data = s._data; return *this; }
inline ObjectId_out& operator=(T* s) { _data = s; return *this; }
inline operator T*&() { return _data; }
inline T*& ptr() { return _data; }
inline T* operator->() { return _data; }
inline CORBA::Octet& operator [] (_CORBA_ULong i) { return (*_data)[i]; }
T*& _data;
private:
ObjectId_out();
ObjectId_out operator=( const T_var&);
};
//////////////////////////////////////////////////////////////////////
////////////////////////// Policy Interfaces /////////////////////////
//////////////////////////////////////////////////////////////////////
_CORBA_MODULE_VARINT const CORBA::ULong
THREAD_POLICY_ID _init_in_decl_( = 16 );
_CORBA_MODULE_VARINT const CORBA::ULong
LIFESPAN_POLICY_ID _init_in_decl_( = 17 );
_CORBA_MODULE_VARINT const CORBA::ULong
ID_UNIQUENESS_POLICY_ID _init_in_decl_( = 18 );
_CORBA_MODULE_VARINT const CORBA::ULong
ID_ASSIGNMENT_POLICY_ID _init_in_decl_( = 19 );
_CORBA_MODULE_VARINT const CORBA::ULong
IMPLICIT_ACTIVATION_POLICY_ID _init_in_decl_( = 20 );
_CORBA_MODULE_VARINT const CORBA::ULong
SERVANT_RETENTION_POLICY_ID _init_in_decl_( = 21 );
_CORBA_MODULE_VARINT const CORBA::ULong
REQUEST_PROCESSING_POLICY_ID _init_in_decl_( = 22 );
#include <omniORB4/poa_enums_defs.hh>
OMNIORB_DECLARE_POLICY_OBJECT(ThreadPolicy, THREAD_POLICY_ID)
OMNIORB_DECLARE_POLICY_OBJECT(LifespanPolicy, LIFESPAN_POLICY_ID)
OMNIORB_DECLARE_POLICY_OBJECT(IdUniquenessPolicy, ID_UNIQUENESS_POLICY_ID)
OMNIORB_DECLARE_POLICY_OBJECT(IdAssignmentPolicy, ID_ASSIGNMENT_POLICY_ID)
OMNIORB_DECLARE_POLICY_OBJECT(ImplicitActivationPolicy,
IMPLICIT_ACTIVATION_POLICY_ID)
OMNIORB_DECLARE_POLICY_OBJECT(ServantRetentionPolicy,
SERVANT_RETENTION_POLICY_ID)
OMNIORB_DECLARE_POLICY_OBJECT(RequestProcessingPolicy,
REQUEST_PROCESSING_POLICY_ID)
//////////////////////////////////////////////////////////////////////
///////////////////////////// POAManager /////////////////////////////
//////////////////////////////////////////////////////////////////////
class POAManager;
typedef POAManager* POAManager_ptr;
typedef POAManager_ptr POAManagerRef;
class POAManager : public CORBA::Object {
public:
OMNIORB_DECLARE_USER_EXCEPTION(AdapterInactive, _core_attr)
virtual void activate() = 0;
virtual void hold_requests(CORBA::Boolean wait_for_completion) = 0;
virtual void discard_requests(CORBA::Boolean wait_for_completion) = 0;
virtual void deactivate(CORBA::Boolean etherealize_objects,
CORBA::Boolean wait_for_completion) = 0;
enum State { HOLDING, ACTIVE, DISCARDING, INACTIVE };
virtual State get_state() = 0;
// CORBA Object members
static POAManager_ptr _duplicate(POAManager_ptr);
static POAManager_ptr _narrow(CORBA::Object_ptr);
static POAManager_ptr _nil();
// omniORB internal.
static _core_attr const char* _PD_repoId;
protected:
inline POAManager(int is_nil = 0) {
if (is_nil)
_PR_setobj((omniObjRef*)0);
else
_PR_setobj((omniObjRef*)1);
}
virtual ~POAManager();
private:
POAManager(const POAManager&);
POAManager& operator=(const POAManager&);
};
typedef _CORBA_PseudoObj_Var<POAManager> POAManager_var;
//////////////////////////////////////////////////////////////////////
///////////////////////////////// POA ////////////////////////////////
//////////////////////////////////////////////////////////////////////
class AdapterActivator;
class ServantManager;
class POA : public CORBA::Object {
public:
typedef POA* _ptr_type;
typedef _CORBA_PseudoObj_Var<POA> _var_type;
// Exceptions
OMNIORB_DECLARE_USER_EXCEPTION(AdapterAlreadyExists, _core_attr)
OMNIORB_DECLARE_USER_EXCEPTION(AdapterInactive, _core_attr)
OMNIORB_DECLARE_USER_EXCEPTION(AdapterNonExistent, _core_attr)
OMNIORB_DECLARE_USER_EXCEPTION(NoServant, _core_attr)
OMNIORB_DECLARE_USER_EXCEPTION(ObjectAlreadyActive, _core_attr)
OMNIORB_DECLARE_USER_EXCEPTION(ObjectNotActive, _core_attr)
OMNIORB_DECLARE_USER_EXCEPTION(ServantAlreadyActive, _core_attr)
OMNIORB_DECLARE_USER_EXCEPTION(ServantNotActive, _core_attr)
OMNIORB_DECLARE_USER_EXCEPTION(WrongAdapter, _core_attr)
OMNIORB_DECLARE_USER_EXCEPTION(WrongPolicy, _core_attr)
class InvalidPolicy : public CORBA::UserException {
public:
CORBA::UShort index;
inline InvalidPolicy() {
pd_insertToAnyFn = insertToAnyFn;
pd_insertToAnyFnNCP = insertToAnyFnNCP;
}
InvalidPolicy(const InvalidPolicy&);
InvalidPolicy(CORBA::UShort i_index);
InvalidPolicy& operator=(const InvalidPolicy&);
virtual ~InvalidPolicy();
virtual void _raise() const;
static InvalidPolicy* _downcast(CORBA::Exception*);
static const InvalidPolicy* _downcast(const CORBA::Exception*);
static inline InvalidPolicy* _narrow(CORBA::Exception* e) {
return _downcast(e);
}
void operator>>=(cdrStream&) const;
void operator<<=(cdrStream&);
static _core_attr insertExceptionToAny insertToAnyFn;
static _core_attr insertExceptionToAnyNCP insertToAnyFnNCP;
static _core_attr const char* _PD_repoId;
private:
virtual CORBA::Exception* _NP_duplicate() const;
virtual const char* _NP_typeId() const;
virtual const char* _NP_repoId(int*) const;
virtual void _NP_marshal(cdrStream&) const;
};
static _dyn_attr const CORBA::TypeCode_ptr _tc_InvalidPolicy;
// POA creation and destruction
virtual POA_ptr create_POA(const char* adapter_name,
POAManager_ptr a_POAManager,
const CORBA::PolicyList& policies) = 0;
virtual POA_ptr find_POA(const char* adapter_name,
CORBA::Boolean activate_it) = 0;
virtual void destroy(CORBA::Boolean etherealize_objects,
CORBA::Boolean wait_for_completion) = 0;
// Factories for Policy objects
virtual ThreadPolicy_ptr
create_thread_policy(ThreadPolicyValue v);
virtual LifespanPolicy_ptr
create_lifespan_policy(LifespanPolicyValue v);
virtual IdUniquenessPolicy_ptr
create_id_uniqueness_policy(IdUniquenessPolicyValue v);
virtual IdAssignmentPolicy_ptr
create_id_assignment_policy(IdAssignmentPolicyValue v);
virtual ImplicitActivationPolicy_ptr
create_implicit_activation_policy(ImplicitActivationPolicyValue v);
virtual ServantRetentionPolicy_ptr
create_servant_retention_policy(ServantRetentionPolicyValue v);
virtual RequestProcessingPolicy_ptr
create_request_processing_policy(RequestProcessingPolicyValue v);
// POA attributes
virtual char* the_name() = 0;
virtual POA_ptr the_parent() = 0;
virtual POAList* the_children() = 0;
virtual POAManager_ptr the_POAManager() = 0;
virtual AdapterActivator* the_activator() = 0;
virtual void the_activator(AdapterActivator* aa) = 0;
// Servant Manager registration
virtual ServantManager* get_servant_manager() = 0;
virtual void set_servant_manager(ServantManager* imgr) = 0;
// Operations for the USE_DEFAULT_SERVANT policy
virtual Servant get_servant() = 0;
virtual void set_servant(Servant p_servant) = 0;
// Object activation and deactivation
virtual ObjectId* activate_object(Servant p_servant) = 0;
virtual void activate_object_with_id(const ObjectId& id,
Servant p_servant) = 0;
virtual void deactivate_object(const ObjectId& oid) = 0;
// Reference creation operations
virtual CORBA::Object_ptr create_reference(const char* intf) = 0;
virtual CORBA::Object_ptr create_reference_with_id(const ObjectId& oid,
const char* intf) = 0;
// Identity mapping operations
virtual ObjectId* servant_to_id(Servant p_servant) = 0;
virtual CORBA::Object_ptr servant_to_reference(Servant p_servant) = 0;
virtual Servant reference_to_servant(CORBA::Object_ptr reference) = 0;
virtual ObjectId* reference_to_id(CORBA::Object_ptr reference) = 0;
virtual Servant id_to_servant(const ObjectId& oid) = 0;
virtual CORBA::Object_ptr id_to_reference(const ObjectId& oid) = 0;
virtual CORBA::OctetSeq* id() = 0;
//////////////////////////
// CORBA Object members //
//////////////////////////
static POA_ptr _duplicate(POA_ptr);
static POA_ptr _narrow(CORBA::Object_ptr);
static POA_ptr _nil();
// omniORB internal.
static _core_attr const char* _PD_repoId;
static POA_ptr _the_root_poa();
protected:
inline POA(int nil) {
if (nil)
_PR_setobj((omniObjRef*)0);
else
_PR_setobj((omniObjRef*)1);
}
virtual ~POA();
private:
POA(const POA&);
POA& operator=(const POA&);
};
typedef POA::_var_type POA_var;
typedef _CORBA_PseudoObj_Member<POA, POA_var> POA_member;
//////////////////////////////////////////////////////////////////////
/////////////////////////////// Current //////////////////////////////
//////////////////////////////////////////////////////////////////////
class Current;
typedef class Current* Current_ptr;
typedef Current_ptr CurrentRef;
class Current : public CORBA::Current {
public:
typedef Current* _ptr_type;
typedef _CORBA_PseudoObj_Var<Current> _var_type;
OMNIORB_DECLARE_USER_EXCEPTION(NoContext, _core_attr)
virtual POA_ptr get_POA() = 0;
virtual ObjectId* get_object_id() = 0;
virtual CORBA::Object_ptr get_reference() = 0;
virtual Servant get_servant() = 0;
// CORBA Object members
static Current_ptr _duplicate(Current_ptr);
static Current_ptr _narrow(CORBA::Object_ptr);
static Current_ptr _nil();
// omniORB internal.
static _core_attr const char* _PD_repoId;
protected:
inline Current(int is_nil = 0) : CORBA::Current(is_nil) {}
virtual ~Current();
private:
Current(const Current&);
Current& operator=(const Current&);
};
typedef Current::_var_type Current_var;
typedef _CORBA_PseudoObj_Member<Current, Current_var> Current_member;
//////////////////////////////////////////////////////////////////////
///////////////////////////// ServantBase ////////////////////////////
//////////////////////////////////////////////////////////////////////
class ServantBase : public virtual omniServant {
public:
virtual ~ServantBase();
virtual POA_ptr _default_POA();
// May be overriden by user-defined servants to specify a
// default POA for a particular servant.
// Returns the root POA by default.
virtual CORBA::_objref_InterfaceDef* _get_interface();
// May be overriden by user-defined servants. Should
// return a reference to a CORBA::InterfaceDef object
// representing the most-derived interface of this object.
// The default version attempts to lookup the interface
// in the interface repository returned by
// CORBA::ORB::resolve_initial_references().
//virtual CORBA::Boolean _is_a(const char* logical_type_id);
//virtual CORBA::Boolean _non_existent();
// These are provided by omniServant. May be overridden
// by application defined servants.
virtual void _add_ref();
virtual void _remove_ref();
virtual CORBA::ULong _refcount_value();
protected:
inline ServantBase() : _pd_refCount(1) {}
inline ServantBase(const ServantBase& _v) :
omniServant (_v), _pd_refCount (1) {}
inline ServantBase& operator = (const ServantBase&) { return *this; }
void* _do_this(const char* repoId);
private:
virtual omniObjRef* _do_get_interface();
virtual void* _downcast();
// Overrides omniServant.
int _pd_refCount;
};
//////////////////////////////////////////////////////////////////////
///////////////////////// RefCountServantBase ////////////////////////
//////////////////////////////////////////////////////////////////////
struct RefCountServantBase {};
// Deprecated.
//////////////////////////////////////////////////////////////////////
///////////////////////// ValueRefCountBase //////////////////////////
//////////////////////////////////////////////////////////////////////
class ValueRefCountBase
: public virtual CORBA::ValueBase,
public virtual ServantBase
{
public:
ValueRefCountBase() {}
virtual void _add_ref();
virtual void _remove_ref();
virtual CORBA::ULong _refcount_value();
protected:
virtual ~ValueRefCountBase();
ValueRefCountBase(const ValueRefCountBase&);
private:
ValueRefCountBase& operator= (const ValueRefCountBase&);
// Not implemented
};
//////////////////////////////////////////////////////////////////////
/////////////////////////// Servant_var //////////////////////////////
//////////////////////////////////////////////////////////////////////
template <class T>
class Servant_var {
public:
inline Servant_var() : pd_data(0) {}
inline Servant_var(T* p) : pd_data(p) {}
inline Servant_var(const Servant_var& v) : pd_data(v.pd_data)
{ if (pd_data) pd_data->_add_ref(); }
inline ~Servant_var() { if (pd_data) pd_data->_remove_ref(); }
inline Servant_var& operator= (T* p) {
if (pd_data != p) {
if (pd_data) pd_data->_remove_ref();
pd_data = p;
}
return *this;
}
inline Servant_var& operator= (const Servant_var& v) {
if (v.pd_data != pd_data) {
if (pd_data) pd_data->_remove_ref();
if ((pd_data = v.pd_data)) pd_data->_add_ref();
}
return *this;
}
inline operator T* () const { return pd_data; }
inline T* operator -> () const { return pd_data; }
inline T* in() const { return pd_data; }
inline T*& inout() { return pd_data; }
inline T*& out() {
if( pd_data ) { pd_data->_remove_ref(); pd_data = 0; }
return pd_data;
}
inline T* _retn() { T* tmp = pd_data; pd_data = 0; return tmp; }
private:
T* pd_data;
};
//////////////////////////////////////////////////////////////////////
/////////////////////////// ServantBase_var //////////////////////////
//////////////////////////////////////////////////////////////////////
typedef Servant_var<ServantBase> ServantBase_var;
//////////////////////////////////////////////////////////////////////
//////////////////////// DynamicImplementation ///////////////////////
//////////////////////////////////////////////////////////////////////
class DynamicImplementation : public virtual ServantBase {
public:
virtual ~DynamicImplementation();
CORBA::Object_ptr _this();
virtual void invoke(CORBA::ServerRequest_ptr request) = 0;
virtual char* _primary_interface(const ObjectId& oid, POA_ptr poa) = 0;
//virtual CORBA::_objref_InterfaceDef* _get_interface();
virtual CORBA::Boolean _is_a(const char* logical_type_id);
// These default implementations use _primary_interface(),
// but may be overridden by subclasses.
// omniORB internal.
virtual _CORBA_Boolean _dispatch(omniCallHandle&);
private:
virtual omniObjRef* _do_get_interface();
};
//////////////////////////////////////////////////////////////////////
//////////////////////// C++ Mapping Specific ////////////////////////
//////////////////////////////////////////////////////////////////////
_CORBA_MODULE_FN char* ObjectId_to_string(const ObjectId& id);
_CORBA_MODULE_FN _CORBA_WChar* ObjectId_to_wstring(const ObjectId& id);
_CORBA_MODULE_FN ObjectId* string_to_ObjectId(const char* s);
_CORBA_MODULE_FN ObjectId* wstring_to_ObjectId(const _CORBA_WChar* s);
#include <omniORB4/poa_defs.h>
// This brings in the declarations for:
// AdapterActivator
// ServantManager
// ServantActivator
// ServantLocator
_CORBA_MODULE_END // PortableServer
#include <omniORB4/poa_enums_operators.hh>
#include <omniORB4/poa_poa.h>
// This brings in the skeletons for:
// AdapterActivator
// ServantActivator
// ServantLocator
#endif // __OMNIPOA_H__
|