Java™ Platform
Standard Ed. 6

Uses of Interface
org.omg.PortableInterceptor.IORInterceptor_3_0

Packages that use IORInterceptor_3_0
org.omg.PortableInterceptor Provides a mechanism to register ORB hooks through which ORB services can intercept the normal flow of execution of the ORB. 
 

Uses of IORInterceptor_3_0 in org.omg.PortableInterceptor
 

Fields in org.omg.PortableInterceptor declared as IORInterceptor_3_0
 IORInterceptor_3_0 IORInterceptor_3_0Holder.value
           
 

Methods in org.omg.PortableInterceptor that return IORInterceptor_3_0
static IORInterceptor_3_0 IORInterceptor_3_0Helper.extract(Any a)
           
static IORInterceptor_3_0 IORInterceptor_3_0Helper.narrow(Object obj)
           
static IORInterceptor_3_0 IORInterceptor_3_0Helper.read(InputStream istream)
           
static IORInterceptor_3_0 IORInterceptor_3_0Helper.unchecked_narrow(Object obj)
           
 

Methods in org.omg.PortableInterceptor with parameters of type IORInterceptor_3_0
static void IORInterceptor_3_0Helper.insert(Any a, IORInterceptor_3_0 that)
           
static void IORInterceptor_3_0Helper.write(OutputStream ostream, IORInterceptor_3_0 value)
           
 

Constructors in org.omg.PortableInterceptor with parameters of type IORInterceptor_3_0
IORInterceptor_3_0Holder(IORInterceptor_3_0 initialValue)
           
 


Java™ Platform
Standard Ed. 6

Submit a bug or feature
For further API reference and developer documentation, see Java SE Developer Documentation. That documentation contains more detailed, developer-targeted descriptions, with conceptual overviews, definitions of terms, workarounds, and working code examples.

Copyright 2006 Sun Microsystems, Inc. All rights reserved. Use is subject to license terms. Also see the documentation redistribution policy.