Package org.omg.PortableInterceptor
Class IORInfoHelper
- java.lang.Object
-
- org.omg.PortableInterceptor.IORInfoHelper
-
public abstract class IORInfoHelper extends java.lang.ObjectProvides 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__typeCodeprivate 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 IORInfoextract(Any a)static java.lang.Stringid()static voidinsert(Any a, IORInfo that)static IORInfonarrow(Object obj)static IORInforead(InputStream istream)static TypeCodetype()static IORInfounchecked_narrow(Object obj)static voidwrite(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)
-
-