Package | Description |
---|---|
org.jacorb.orb.portableInterceptor | |
org.jacorb.orb.standardInterceptors | |
org.omg.PortableInterceptor |
Modifier and Type | Interface and Description |
---|---|
interface |
IORInfoExt
This class extends the standard defined interface of the IORInfo
object given to each IORInterceptor during creation of new IORs.
|
Modifier and Type | Class and Description |
---|---|
class |
IORInfoImpl
This class represents the type of info object
that will be passed to the IORInterceptors.
|
Modifier and Type | Method and Description |
---|---|
void |
SSLComponentInterceptor.establish_components(IORInfo info)
Builds an ssl TaggedComponent.
|
void |
CodeSetInfoInterceptor.establish_components(IORInfo info) |
void |
SASComponentInterceptor.establish_components(IORInfo info)
Builds an sas TaggedComponent.
|
void |
CodeSetInfoInterceptor.establish_components(IORInfo info,
int[] tags)
Creates default IOR codeset component.
|
Modifier and Type | Field and Description |
---|---|
IORInfo |
IORInfoHolder.value |
Modifier and Type | Method and Description |
---|---|
static IORInfo |
IORInfoHelper.extract(Any any) |
static IORInfo |
IORInfoHelper.narrow(Object obj) |
static IORInfo |
IORInfoHelper.read(InputStream in) |
static IORInfo |
IORInfoHelper.unchecked_narrow(Object obj) |
Modifier and Type | Method and Description |
---|---|
void |
IORInterceptorOperations.establish_components(IORInfo info) |
static void |
IORInfoHelper.insert(Any any,
IORInfo s) |
static void |
IORInfoHelper.write(OutputStream _out,
IORInfo s) |
Constructor and Description |
---|
IORInfoHolder(IORInfo initial) |