ioraddressinginfo.java

来自「JAVA 所有包」· Java 代码 · 共 34 行

JAVA
34
字号
/* * @(#)IORAddressingInfo.java	1.9 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.impl.protocol.giopmsgheaders;/*** com/sun/corba/se/impl/protocol/giopmsgheaders/IORAddressingInfo.java* Generated by the IDL-to-Java compiler (portable), version "3.0"* from ../../../../../../../src/share/classes/com/sun/corba/se/GiopIDL/g.idl* Sunday, June 4, 2000 5:18:54 PM PDT*/public final class IORAddressingInfo implements org.omg.CORBA.portable.IDLEntity{  public int selected_profile_index = (int)0;  public org.omg.IOP.IOR ior = null;  public IORAddressingInfo ()  {  } // ctor  public IORAddressingInfo (int _selected_profile_index, org.omg.IOP.IOR _ior)  {    selected_profile_index = _selected_profile_index;    ior = _ior;  } // ctor} // class IORAddressingInfo

⌨️ 快捷键说明

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