Public Member Functions | |
ReconnectionRegistryPOATie (ReconnectionRegistryOperations delegate) | |
ReconnectionRegistryPOATie (ReconnectionRegistryOperations delegate, POA poa) | |
NotifyExt.ReconnectionRegistry | _this () |
NotifyExt.ReconnectionRegistry | _this (org.omg.CORBA.ORB orb) |
ReconnectionRegistryOperations | _delegate () |
void | _delegate (ReconnectionRegistryOperations delegate) |
POA | _default_POA () |
int | register_callback (NotifyExt.ReconnectionCallback reconection) |
boolean | is_alive () |
void | unregister_callback (int id) |
Private Attributes | |
ReconnectionRegistryOperations | _delegate |
POA | _poa |
Generated from IDL interface "ReconnectionRegistry"
NotifyExt::ReconnectionRegistryPOATie::ReconnectionRegistryPOATie | ( | ReconnectionRegistryOperations | delegate | ) | [inline] |
References _delegate().
NotifyExt::ReconnectionRegistryPOATie::ReconnectionRegistryPOATie | ( | ReconnectionRegistryOperations | delegate, | |
POA | poa | |||
) | [inline] |
References _delegate(), and _poa.
POA NotifyExt::ReconnectionRegistryPOATie::_default_POA | ( | ) | [inline] |
References _poa.
void NotifyExt::ReconnectionRegistryPOATie::_delegate | ( | ReconnectionRegistryOperations | delegate | ) | [inline] |
References _delegate().
Referenced by _delegate(), is_alive(), ReconnectionRegistryPOATie(), register_callback(), and unregister_callback().
NotifyExt.ReconnectionRegistry NotifyExt::ReconnectionRegistryPOATie::_this | ( | org.omg.CORBA.ORB | orb | ) | [inline] |
Reimplemented from NotifyExt::ReconnectionRegistryPOA.
NotifyExt.ReconnectionRegistry NotifyExt::ReconnectionRegistryPOATie::_this | ( | ) | [inline] |
Reimplemented from NotifyExt::ReconnectionRegistryPOA.
boolean NotifyExt::ReconnectionRegistryPOATie::is_alive | ( | ) | [inline] |
Implements NotifyExt::ReconnectionRegistryOperations.
References _delegate(), and NotifyExt::ReconnectionRegistryOperations::is_alive().
int NotifyExt::ReconnectionRegistryPOATie::register_callback | ( | NotifyExt.ReconnectionCallback | reconection | ) | [inline] |
Implements NotifyExt::ReconnectionRegistryOperations.
References _delegate(), and NotifyExt::ReconnectionRegistryOperations::register_callback().
void NotifyExt::ReconnectionRegistryPOATie::unregister_callback | ( | int | id | ) | [inline] |
Implements NotifyExt::ReconnectionRegistryOperations.
References _delegate(), and NotifyExt::ReconnectionRegistryOperations::unregister_callback().
POA NotifyExt::ReconnectionRegistryPOATie::_poa [private] |
Referenced by _default_POA(), and ReconnectionRegistryPOATie().