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

/openjdk7/corba/src/share/classes/com/sun/corba/se/impl/ior/iiop/
H A DIIOPProfileTemplateImpl.java61 public class IIOPProfileTemplateImpl extends TaggedProfileTemplateBase class in inherits:TaggedProfileTemplateBase,IIOPProfileTemplate
70 if (!(obj instanceof IIOPProfileTemplateImpl))
73 IIOPProfileTemplateImpl other = (IIOPProfileTemplateImpl)obj ;
99 public IIOPProfileTemplateImpl( ORB orb, GIOPVersion version, IIOPAddress primary ) method in class:IIOPProfileTemplateImpl
110 public IIOPProfileTemplateImpl( InputStream istr ) method in class:IIOPProfileTemplateImpl
146 /** Write out this IIOPProfileTemplateImpl only.
164 if (!(temp instanceof IIOPProfileTemplateImpl))
167 IIOPProfileTemplateImpl tempimp = (IIOPProfileTemplateImpl)tem
[all...]

Completed in 655 milliseconds