Searched defs:TaggedProfile (Results 1 - 1 of 1) sorted by relevance

/openjdk7/corba/src/share/classes/com/sun/corba/se/spi/ior/
H A DTaggedProfile.java30 /** TaggedProfile represents a tagged profile in an IOR.
33 * A TaggedProfile conceptually has three parts: A TaggedProfileTemplate,
36 public interface TaggedProfile extends Identifiable, MakeImmutable interface in inherits:Identifiable,MakeImmutable
46 /** Return true is prof is equivalent to this TaggedProfile.
55 boolean isEquivalent( TaggedProfile prof ) ;
57 /** Return the TaggedProfile as a CDR encapsulation in the standard
60 org.omg.IOP.TaggedProfile getIOPProfile();
62 /** Return true if this TaggedProfile was created in orb.

Completed in 77 milliseconds