Package | Description |
---|---|
com.sun.corba.se.impl.interceptors | |
org.omg.PortableInterceptor |
Provides a mechanism to register ORB hooks through which ORB services
can intercept the normal flow of execution of the ORB.
|
org.omg.PortableInterceptor.ORBInitInfoPackage |
This package contains the exceptions and typedefs from the ORBInitInfo
local interface of the PortableInterceptor module specified in the OMG
Portable Interceptor specification,
http://cgi.omg.org/cgi-bin/doc?ptc/2000-08-06, section 21.7.2.
|
Modifier and Type | Method and Description |
---|---|
void |
ORBInitInfoImpl.register_initial_reference(String id,
Object obj)
See orbos/99-12-02, Chapter 11, Dynamic Initial References on page
11-81.
|
Object |
ORBInitInfoImpl.resolve_initial_references(String id)
This operation is only valid during post_init.
|
Modifier and Type | Method and Description |
---|---|
void |
ORBInitInfoOperations.register_initial_reference(String id,
Object obj)
Identical to
ORB.register_initial_reference . |
Object |
ORBInitInfoOperations.resolve_initial_references(String id)
Identical to
ORB.resolve_initial_references . |
Modifier and Type | Field and Description |
---|---|
InvalidName |
InvalidNameHolder.value |
Modifier and Type | Method and Description |
---|---|
static InvalidName |
InvalidNameHelper.extract(Any a) |
static InvalidName |
InvalidNameHelper.read(InputStream istream) |
Modifier and Type | Method and Description |
---|---|
static void |
InvalidNameHelper.insert(Any a,
InvalidName that) |
static void |
InvalidNameHelper.write(OutputStream ostream,
InvalidName value) |
Constructor and Description |
---|
InvalidNameHolder(InvalidName initialValue) |
Copyright © 2021 JBoss by Red Hat. All rights reserved.