import "IOR.pidl";
Public Member Functions | |
boolean | set_property (inout Object ior) raises (Invalid_IOR) |
boolean | set_primary (inout Object ior1, in Object ior2) raises (Duplicate, NotFound) |
Object | get_primary (in Object ior) raises (NotFound) |
boolean | is_primary_set (in Object ior) |
boolean | remove_primary_tag (inout Object iogr) raises (NotFound) |
Definition at line 75 of file IOR.pidl.
|
Returns the ior of the primary from if it has been set. Else returns a NotFound exception |
|
Returns a true or false depending on whether a primary member has been set in |
|
If any of the IOR's within the IOGR has a primary tag, just remove it. Returns zero if no primary was found. |
|
Sets the profile ior1, in the profile ior2 to be a primary. |
|
Operation that would set the required properties in the as needed by the service. |