目录搜索
文字
分享


JavaTM 2 Platform
Standard Ed. 6

org.omg.PortableInterceptor
类 IORInterceptor_3_0Helper

1

2

java.lang.Object

  <img src="../../../resources/inherit.gif" alt="继承者 "><b>org.omg.PortableInterceptor.IORInterceptor_3_0Helper</b>


1

public abstract class <b>IORInterceptor_3_0Helper</b>

extends Object

org/omg/PortableInterceptor/IORInterceptor_3_0Helper.java。由 "3.2" 版的 IDL-to-Java 编译器(可移植)从 ../../../../src/share/classes/org/omg/PortableInterceptor/Interceptors.idl 生成生成时间为 2006 年 6 月 30 日,星期五上午 12:40:09 (GMT-08:00)。


构造方法摘要
IORInterceptor_3_0Helper()
           
 
方法摘要
static IORInterceptor_3_0 extract(Any a)
           
static String id()
           
static void insert(Any a, IORInterceptor_3_0 that)
           
static IORInterceptor_3_0 narrow(Object obj)
           
static IORInterceptor_3_0 read(InputStream istream)
           
static TypeCode type()
           
static IORInterceptor_3_0 unchecked_narrow(Object obj)
           
static void write(OutputStream ostream, IORInterceptor_3_0 value)
           
 
从类 java.lang.Object 继承的方法
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

构造方法详细信息

IORInterceptor_3_0Helper

1

public <b>IORInterceptor_3_0Helper</b>()

方法详细信息

insert

1

2

public static void <b>insert</b>(Any a,

                          IORInterceptor_3_0 that)


extract

1

public static IORInterceptor_3_0 <b>extract</b>(Any a)


type

1

public static TypeCode <b>type</b>()


id

1

public static String <b>id</b>()


read

1

public static IORInterceptor_3_0 <b>read</b>(InputStream istream)


write

1

2

public static void <b>write</b>(OutputStream ostream,

                         IORInterceptor_3_0 value)


narrow

1

public static IORInterceptor_3_0 <b>narrow</b>(Object obj)


unchecked_narrow

1

public static IORInterceptor_3_0 <b>unchecked_narrow</b>(Object obj)


JavaTM 2 Platform
Standard Ed. 6

提交错误或意见
有关更多的 API 参考资料和开发人员文档,请参阅 Java 2 SDK SE 开发人员文档。该文档包含更详细的、面向开发人员的描述,以及总体概述、术语定义、使用技巧和工作代码示例。

版权所有 2004 Sun Microsystems, Inc. 保留所有权利。 请遵守许可证条款。另请参阅文档重新分发政策。