Package org.omg.PortableInterceptor
Class IORInfoHelper
- java.lang.Object
-
- org.omg.PortableInterceptor.IORInfoHelper
-
public abstract class IORInfoHelper extends java.lang.Object
Provides the server-side ORB service with access to the applicable policies during IOR construction and the ability to add components. The ORB passes an instance of its implementation of this interface as a parameter toIORInterceptor.establish_components
.- See Also:
IORInterceptor
-
-
Field Summary
Fields Modifier and Type Field Description private static TypeCode
__typeCode
private static java.lang.String
_id
-
Constructor Summary
Constructors Constructor Description IORInfoHelper()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static IORInfo
extract(Any a)
static java.lang.String
id()
static void
insert(Any a, IORInfo that)
static IORInfo
narrow(Object obj)
static IORInfo
read(InputStream istream)
static TypeCode
type()
static IORInfo
unchecked_narrow(Object obj)
static void
write(OutputStream ostream, IORInfo value)
-
-
-
Field Detail
-
_id
private static java.lang.String _id
-
__typeCode
private static TypeCode __typeCode
-
-
Method Detail
-
type
public static TypeCode type()
-
id
public static java.lang.String id()
-
read
public static IORInfo read(InputStream istream)
-
write
public static void write(OutputStream ostream, IORInfo value)
-
-