A registry for Acceptors.
void add_acceptor(in Acceptor Acceptor);
Adds an Acceptor to the registry.
Acceptor
- The Acceptor to add.
void add_profiles(in ObjectKey key, inout IOR ior);
Adds new profiles to an IOR. For each registered
Acceptor a new profile is added by calling the Acceptor's
add_profile
operation.
key
- The object key to use for the new profiles.
ior
- The IOR.
AcceptorSeq get_acceptors();
Returns a sequence of all registered Acceptors.
ObjectKey is_local(in IOR ior);
Checks whether an IOR is for a local object. It calls the
is_local
operation of all registered Acceptors. An
IOR is considered local, if at least one of these calls returns
a non-empty object key.
ior
- The IOR to check for.
Generated by the ORBacus IDL-to-HTML translator (non-commercial)