Methods Summary |
---|
public org.omg.IOP.TaggedProfile | getIOPProfile()Return the TaggedProfile as a CDR encapsulation in the standard
format. This is required for Portable interceptors.
|
public ObjectId | getObjectId()
|
public ObjectKey | getObjectKey()
|
public ObjectKeyTemplate | getObjectKeyTemplate()
|
public TaggedProfileTemplate | getTaggedProfileTemplate()
|
public boolean | isEquivalent(com.sun.corba.se.spi.ior.TaggedProfile prof)Return true is prof is equivalent to this TaggedProfile.
This means that this and prof are indistinguishable for
the purposes of remote invocation. Typically this means that
the profile data is identical and both profiles contain exactly
the same components (if components are applicable).
isEquivalent( prof ) should imply that getObjectId().equals(
prof.getObjectId() ) is true, and so is
getObjectKeyTemplate().equals( prof.getObjectKeyTemplate() ).
|
public boolean | isLocal()Return true if this TaggedProfile was created in orb.
Caches the result.
|