Package org.omg.PortableInterceptor
Class IORInfoHelper
java.lang.Object
org.omg.PortableInterceptor.IORInfoHelper
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 to
IORInterceptor.establish_components
.- See Also:
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic IORInfo
static String
id()
static void
static IORInfo
static IORInfo
read
(InputStream istream) static TypeCode
type()
static IORInfo
unchecked_narrow
(Object obj) static void
write
(OutputStream ostream, IORInfo value)
-
Field Details
-
_id
-
__typeCode
-
-
Constructor Details
-
IORInfoHelper
public IORInfoHelper()
-
-
Method Details
-
insert
-
extract
-
type
-
id
-
read
-
write
-
narrow
-
unchecked_narrow
-