Spec-Zone .ru
спецификации, руководства, описания, API
|
|
Java™ Platform Standard Ed. 7 DRAFT ea-b118 |
|||||||||
PREV NEXT | FRAMES NO FRAMES |
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 ObjectReferenceFactory in org.omg.PortableInterceptor |
---|
Modifier and Type | Interface and Description |
---|---|
interface |
ObjectReferenceTemplate
The object reference template. |
Modifier and Type | Field and Description |
---|---|
ObjectReferenceFactory |
ObjectReferenceFactoryHolder.value
|
Modifier and Type | Method and Description |
---|---|
ObjectReferenceFactory |
IORInfoOperations.current_factory()
On read, returns the current factory that will be used to create object references for the object adapter that was just created and is running IOR interceptors. |
static ObjectReferenceFactory |
ObjectReferenceFactoryHelper.extract(Any a)
|
static ObjectReferenceFactory |
ObjectReferenceFactoryHelper.read(InputStream istream)
|
Modifier and Type | Method and Description |
---|---|
void |
IORInfoOperations.current_factory(ObjectReferenceFactory newCurrent_factory)
On read, returns the current factory that will be used to create object references for the object adapter that was just created and is running IOR interceptors. |
static void |
ObjectReferenceFactoryHelper.insert(Any a,
ObjectReferenceFactory that)
|
static void |
ObjectReferenceFactoryHelper.write(OutputStream ostream,
ObjectReferenceFactory value)
|
Constructor and Description |
---|
ObjectReferenceFactoryHolder(ObjectReferenceFactory initialValue)
|
|
Java™ Platform Standard Ed. 7 DRAFT ea-b118 |
|||||||||
PREV NEXT | FRAMES NO FRAMES |
Copyright © 1993, 2010, Oracle Corporation. All rights reserved.