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 ORBInitInfostatic Stringid()static voidinsert(Any a, ORBInitInfo that) static ORBInitInfostatic ORBInitInforead(InputStream istream) static TypeCodetype()static ORBInitInfounchecked_narrow(Object obj) static voidwrite(OutputStream ostream, ORBInitInfo value)
-
Field Details
-
_id
-
__typeCode
-
-
Constructor Details
-
ORBInitInfoHelper
public ORBInitInfoHelper()
-
-
Method Details
-
insert
-
extract
-
type
-
id
-
read
-
write
-
narrow
-
unchecked_narrow
-