@ManagedData @Description(value="A TaggedProfile contained in an IOR") @IncludeSubclass(value=IIOPProfile.class) public interface TaggedProfile extends Identifiable, MakeImmutable
| Modifier and Type | Method and Description |
|---|---|
TaggedProfile |
getIOPProfile()
Return the TaggedProfile as a CDR encapsulation in the standard
format.
|
ObjectId |
getObjectId() |
ObjectKey |
getObjectKey() |
ObjectKeyTemplate |
getObjectKeyTemplate() |
TaggedProfileTemplate |
getTaggedProfileTemplate() |
boolean |
isEquivalent(TaggedProfile prof)
Return true is prof is equivalent to this TaggedProfile.
|
boolean |
isLocal()
Return true if this TaggedProfile was created in orb.
|
getIdmakeImmutable@ManagedAttribute @Description(value="Template for this TaggedProfile") TaggedProfileTemplate getTaggedProfileTemplate()
@ManagedAttribute @Description(value="The ObjectId used in the IIOPProfile in this IOR") ObjectId getObjectId()
@ManagedAttribute @Description(value="The template for the ObjectKey in the IIOPProfile in this IOR") ObjectKeyTemplate getObjectKeyTemplate()
ObjectKey getObjectKey()
boolean isEquivalent(TaggedProfile prof)
TaggedProfile getIOPProfile()
boolean isLocal()
Copyright © 2017–2019 Eclipse Foundation. All rights reserved.