Define Remote Object Interfaces
Using IDL, define interfaces in terms of the operations that clients can invoke on the remote objects
interface cMSO : ObjectMIO {
boolean get_attr(in Token my_token,
in SOID so_id,
in OID oid,
out AttrType attr)
raises (InvalidSOID);