Package | Description |
---|---|
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 | Field and Description |
---|---|
ObjectReferenceTemplate[] |
ObjectReferenceTemplateSeqHolder.value |
ObjectReferenceTemplate |
ObjectReferenceTemplateHolder.value |
Modifier and Type | Method and Description |
---|---|
ObjectReferenceTemplate |
IORInfoOperations.adapter_template()
Return the object reference template of the object adapter
that was just created and is running IOR interceptors.
|
static ObjectReferenceTemplate |
ObjectReferenceTemplateHelper.extract(Any a) |
static ObjectReferenceTemplate[] |
ObjectReferenceTemplateSeqHelper.extract(Any a) |
static ObjectReferenceTemplate |
ObjectReferenceTemplateHelper.read(InputStream istream) |
static ObjectReferenceTemplate[] |
ObjectReferenceTemplateSeqHelper.read(InputStream istream) |
Modifier and Type | Method and Description |
---|---|
void |
IORInterceptor_3_0Operations.adapter_state_changed(ObjectReferenceTemplate[] templates,
short state)
Called whenever the state of an object adapter changes, and
the state change is not caused by an adapter manager.
|
static void |
ObjectReferenceTemplateHelper.insert(Any a,
ObjectReferenceTemplate that) |
static void |
ObjectReferenceTemplateSeqHelper.insert(Any a,
ObjectReferenceTemplate[] that) |
static void |
ObjectReferenceTemplateHelper.write(OutputStream ostream,
ObjectReferenceTemplate value) |
static void |
ObjectReferenceTemplateSeqHelper.write(OutputStream ostream,
ObjectReferenceTemplate[] value) |
Constructor and Description |
---|
ObjectReferenceTemplateHolder(ObjectReferenceTemplate initialValue) |
ObjectReferenceTemplateSeqHolder(ObjectReferenceTemplate[] initialValue) |
Submit a bug or feature
For further API reference and developer documentation, see Java SE Documentation. That documentation contains more detailed, developer-targeted descriptions, with conceptual overviews, definitions of terms, workarounds, and working code examples.
Copyright © 1993, 2019, Oracle and/or its affiliates. All rights reserved. Use is subject to license terms. Also see the documentation redistribution policy.