⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 iiopprofiletemplate.java

📁 java1.6众多例子参考
💻 JAVA
字号:
/* * @(#)IIOPProfileTemplate.java	1.16 05/11/17  * * Copyright 2006 Sun Microsystems, Inc. All rights reserved. * SUN PROPRIETARY/CONFIDENTIAL. Use is subject to license terms. */package com.sun.corba.se.spi.ior.iiop;import java.util.List ;import java.util.Iterator ;import org.omg.CORBA_2_3.portable.OutputStream ;import com.sun.corba.se.spi.ior.TaggedProfileTemplate ;import com.sun.corba.se.spi.ior.iiop.GIOPVersion ;import com.sun.corba.se.spi.orb.ORB ;/** * IIOPProfileTemplate represents the parts of an IIOPProfile that are independent * of the object identifier.  It is a container of tagged components. */public interface IIOPProfileTemplate extends TaggedProfileTemplate{    /** Return the GIOP version of this profile.    */    public GIOPVersion getGIOPVersion() ;    /** Return the IIOP address from the IIOP profile.  This is called the     * primary address here since other addresses may be contained in     * components.    */    public IIOPAddress getPrimaryAddress()  ;}

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -