Skip navigation.

CORBA Programming Reference

  Previous Next vertical dots separating previous/next from contents/index/pdf Contents View as PDF   Get Adobe Reader

 


CORBA::ORB::list_initial_services

Synopsis

Determines which objects have references available via the initial references mechanism.

C++ Binding

typedef string ObjectId;
typedef sequence
ObjectId ObjectIdList;
ObjectIdList list_initial_services ();

Argument

ObjectId

The object ID.

list_initial_services ()

Defines the object type.

Description

This operation is used by applications to determine which objects have references available via the initial references mechanism. This operation returns an ObjectIdList, which is a sequence of ObjectIds. ObjectIds are typed as strings.

Each object, which may need to be made available at initialization time, is allocated a string value to represent it. In addition to defining the ID, the type of object being returned must be defined, that is, InterfaceRepository returns an object of type Repository, and NameService returns a CosNamingContext object.

Return Values

Sequence of ObjectIds.

See Also

CORBA::ORB::resolve_initial_references

 

Skip navigation bar  Back to Top Previous Next