Package org.omg.PortableInterceptor
Class ORBInitInfoHelper
java.lang.Object
org.omg.PortableInterceptor.ORBInitInfoHelper
Passed to each
ORBInitializer
, allowing it to
to register interceptors and perform other duties while the ORB is
initializing.
The ORBInitInfo
object is only valid during
ORB.init
. If a service keeps a reference to its
ORBInitInfo
object and tries to use it after
ORB.init
returns, the object no longer exists and an
OBJECT_NOT_EXIST
exception shall be thrown.
- See Also:
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic ORBInitInfo
static String
id()
static void
insert
(Any a, ORBInitInfo that) static ORBInitInfo
static ORBInitInfo
read
(InputStream istream) static TypeCode
type()
static ORBInitInfo
unchecked_narrow
(Object obj) static void
write
(OutputStream ostream, ORBInitInfo value)
-
Field Details
-
_id
-
__typeCode
-
-
Constructor Details
-
ORBInitInfoHelper
public ORBInitInfoHelper()
-
-
Method Details
-
insert
-
extract
-
type
-
id
-
read
-
write
-
narrow
-
unchecked_narrow
-