Uses of Interface
org.omg.PortableInterceptor.ObjectReferenceTemplate
-
Packages that use ObjectReferenceTemplate 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. -
-
Uses of ObjectReferenceTemplate in org.omg.PortableInterceptor
Fields in org.omg.PortableInterceptor declared as ObjectReferenceTemplate Modifier and Type Field and Description ObjectReferenceTemplate[]
ObjectReferenceTemplateSeqHolder. value
ObjectReferenceTemplate
ObjectReferenceTemplateHolder. value
Methods in org.omg.PortableInterceptor that return ObjectReferenceTemplate 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[]
ObjectReferenceTemplateSeqHelper. extract(Any a)
static ObjectReferenceTemplate
ObjectReferenceTemplateHelper. extract(Any a)
static ObjectReferenceTemplate[]
ObjectReferenceTemplateSeqHelper. read(InputStream istream)
static ObjectReferenceTemplate
ObjectReferenceTemplateHelper. read(InputStream istream)
Methods in org.omg.PortableInterceptor with parameters of type ObjectReferenceTemplate 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)
Constructors in org.omg.PortableInterceptor with parameters of type ObjectReferenceTemplate 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, 2022, Oracle and/or its affiliates. All rights reserved. Use is subject to license terms. Also see the documentation redistribution policy.