public class GenericTaggedProfile extends GenericIdentifiable implements TaggedProfile
| Constructor and Description |
|---|
GenericTaggedProfile(int id,
InputStream is) |
GenericTaggedProfile(ORB orb,
int id,
byte[] data) |
| 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.
|
void |
makeImmutable() |
equals, getData, getId, hashCode, toString, writeclone, finalize, getClass, notify, notifyAll, wait, wait, waitgetIdpublic GenericTaggedProfile(int id,
InputStream is)
public GenericTaggedProfile(ORB orb, int id, byte[] data)
public TaggedProfileTemplate getTaggedProfileTemplate()
getTaggedProfileTemplate in interface TaggedProfilepublic ObjectId getObjectId()
getObjectId in interface TaggedProfilepublic ObjectKeyTemplate getObjectKeyTemplate()
getObjectKeyTemplate in interface TaggedProfilepublic ObjectKey getObjectKey()
getObjectKey in interface TaggedProfilepublic boolean isEquivalent(TaggedProfile prof)
TaggedProfileisEquivalent in interface TaggedProfilepublic void makeImmutable()
makeImmutable in interface MakeImmutablepublic boolean isLocal()
TaggedProfileisLocal in interface TaggedProfilepublic TaggedProfile getIOPProfile()
TaggedProfilegetIOPProfile in interface TaggedProfileCopyright © 2018 JBoss by Red Hat. All rights reserved.