Previous Table of Contents Next


3.8.7 Local Interface


   An interface declaration containing the keyword local in its header, declares a local interface. An interface declaration not containing the keyword local is referred to as an unconstrained interface. An object implementing a local interfaces is referred to as a local object. The following special rules apply to local interfaces:

   For a complete summary of allowable inheritance and supporting relationships among interfaces and valuetypes see Table 3-10 on page 3-32.

    See Section 4.3.14, “LocalObject Operations,? on page 4-23 for CORBA implementation semantics associated with local objects.