Java™ Platform
Standard Ed. 6

Uses of Interface
org.omg.PortableInterceptor.ObjectReferenceTemplate

Packages that use ObjectReferenceTemplate
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
 ObjectReferenceTemplate[] ObjectReferenceTemplateSeqHolder.value
           
 ObjectReferenceTemplate ObjectReferenceTemplateHolder.value
           
 

Methods in org.omg.PortableInterceptor that return ObjectReferenceTemplate
 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
 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
ObjectReferenceTemplateHolder(ObjectReferenceTemplate initialValue)
           
ObjectReferenceTemplateSeqHolder(ObjectReferenceTemplate[] initialValue)
           
 


Java™ Platform
Standard Ed. 6

Submit a bug or feature
For further API reference and developer documentation, see Java SE Developer Documentation. That documentation contains more detailed, developer-targeted descriptions, with conceptual overviews, definitions of terms, workarounds, and working code examples.

Copyright 2006 Sun Microsystems, Inc. All rights reserved. Use is subject to license terms. Also see the documentation redistribution policy.