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, write
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
getId
public GenericTaggedProfile(int id, InputStream is)
public GenericTaggedProfile(ORB orb, int id, byte[] data)
public TaggedProfileTemplate getTaggedProfileTemplate()
getTaggedProfileTemplate
in interface TaggedProfile
public ObjectId getObjectId()
getObjectId
in interface TaggedProfile
public ObjectKeyTemplate getObjectKeyTemplate()
getObjectKeyTemplate
in interface TaggedProfile
public ObjectKey getObjectKey()
getObjectKey
in interface TaggedProfile
public boolean isEquivalent(TaggedProfile prof)
TaggedProfile
isEquivalent
in interface TaggedProfile
public void makeImmutable()
makeImmutable
in interface MakeImmutable
public boolean isLocal()
TaggedProfile
isLocal
in interface TaggedProfile
public TaggedProfile getIOPProfile()
TaggedProfile
getIOPProfile
in interface TaggedProfile
Copyright © 2021 JBoss by Red Hat. All rights reserved.