| Package | Description |
|---|---|
| com.sun.corba.se.impl.interceptors | |
| com.sun.corba.se.spi.protocol | |
| org.omg.PortableInterceptor |
Provides a mechanism to register ORB hooks through which ORB services
can intercept the normal flow of execution of the ORB.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ORBInitInfoImpl.register_policy_factory(int type,
PolicyFactory policy_factory)
Register a PolicyFactory for the given PolicyType.
|
void |
PINoOpHandlerImpl.registerPolicyFactory(int type,
PolicyFactory factory) |
void |
PIHandlerImpl.registerPolicyFactory(int type,
PolicyFactory factory)
This method registers the Policy Factory in the policyFactoryTable,
which is a HashMap.
|
| Modifier and Type | Method and Description |
|---|---|
void |
PIHandler.registerPolicyFactory(int type,
PolicyFactory factory) |
| Modifier and Type | Field and Description |
|---|---|
PolicyFactory |
PolicyFactoryHolder.value |
| Modifier and Type | Method and Description |
|---|---|
static PolicyFactory |
PolicyFactoryHelper.extract(Any a) |
static PolicyFactory |
PolicyFactoryHelper.narrow(Object obj) |
static PolicyFactory |
PolicyFactoryHelper.read(InputStream istream) |
static PolicyFactory |
PolicyFactoryHelper.unchecked_narrow(Object obj) |
| Modifier and Type | Method and Description |
|---|---|
static void |
PolicyFactoryHelper.insert(Any a,
PolicyFactory that) |
void |
ORBInitInfoOperations.register_policy_factory(int type,
PolicyFactory policy_factory)
Registers a
PolicyFactory for the given
PolicyType. |
static void |
PolicyFactoryHelper.write(OutputStream ostream,
PolicyFactory value) |
| Constructor and Description |
|---|
PolicyFactoryHolder(PolicyFactory initialValue) |
Copyright © 2019 JBoss by Red Hat. All rights reserved.