Package | Description |
---|---|
com.sun.corba.se.impl.interceptors | |
com.sun.corba.se.impl.ior | |
com.sun.corba.se.spi.ior |
Provides access to the components and profiles in an IOR without the overhead
of CDR encoding.
|
com.sun.corba.se.spi.oa | |
com.sun.corba.se.spi.PortableActivationIDL | |
com.sun.corba.se.spi.protocol | |
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 | Method and Description |
---|---|
ObjectReferenceTemplate |
IORInfoImpl.adapter_template() |
Modifier and Type | Method and Description |
---|---|
void |
PINoOpHandlerImpl.adapterStateChanged(ObjectReferenceTemplate[] templates,
short newState) |
void |
PIHandlerImpl.adapterStateChanged(ObjectReferenceTemplate[] templates,
short newState) |
Modifier and Type | Class and Description |
---|---|
class |
ObjectReferenceTemplateImpl
This is an implementation of the ObjectReferenceTemplate abstract value
type defined by the portable interceptors IDL.
|
Modifier and Type | Method and Description |
---|---|
static ObjectReferenceTemplate |
IORFactories.makeObjectReferenceTemplate(ORB orb,
IORTemplate iortemp) |
Modifier and Type | Method and Description |
---|---|
static IORFactory |
IORFactories.getIORFactory(ObjectReferenceTemplate ort) |
Modifier and Type | Method and Description |
---|---|
ObjectReferenceTemplate |
ObjectAdapterBase.getAdapterTemplate() |
ObjectReferenceTemplate |
ObjectAdapter.getAdapterTemplate() |
Modifier and Type | Method and Description |
---|---|
ObjectReferenceTemplate |
_ServerManagerStub.lookupPOATemplate(String serverId,
String orbId,
String[] orbAdapterName)
Find the server template that corresponds to the ORBD's
adapter id.
|
ObjectReferenceTemplate |
_ActivatorStub.lookupPOATemplate(String serverId,
String orbId,
String[] orbAdapterName)
Find the server template that corresponds to the ORBD's
adapter id.
|
ObjectReferenceTemplate |
ServerManagerPOATie.lookupPOATemplate(String serverId,
String orbId,
String[] orbAdapterName)
Find the server template that corresponds to the ORBD's
adapter id.
|
ObjectReferenceTemplate |
ActivatorPOATie.lookupPOATemplate(String serverId,
String orbId,
String[] orbAdapterName)
Find the server template that corresponds to the ORBD's
adapter id.
|
ObjectReferenceTemplate |
ActivatorOperations.lookupPOATemplate(String serverId,
String orbId,
String[] orbAdapterName)
Find the server template that corresponds to the ORBD's
adapter id.
|
ObjectReferenceTemplate |
_ServerManagerStub.registerPOA(String serverId,
String orbId,
ObjectReferenceTemplate poaTemplate)
Construct or find an ORBD object template corresponding to the
server's object template and return it.
|
ObjectReferenceTemplate |
_ActivatorStub.registerPOA(String serverId,
String orbId,
ObjectReferenceTemplate poaTemplate)
Construct or find an ORBD object template corresponding to the
server's object template and return it.
|
ObjectReferenceTemplate |
ServerManagerPOATie.registerPOA(String serverId,
String orbId,
ObjectReferenceTemplate poaTemplate)
Construct or find an ORBD object template corresponding to the
server's object template and return it.
|
ObjectReferenceTemplate |
ActivatorPOATie.registerPOA(String serverId,
String orbId,
ObjectReferenceTemplate poaTemplate)
Construct or find an ORBD object template corresponding to the
server's object template and return it.
|
ObjectReferenceTemplate |
ActivatorOperations.registerPOA(String serverId,
String orbId,
ObjectReferenceTemplate poaTemplate)
Construct or find an ORBD object template corresponding to the
server's object template and return it.
|
Modifier and Type | Method and Description |
---|---|
void |
_ServerManagerStub.poaDestroyed(String serverId,
String orbId,
ObjectReferenceTemplate poaTemplate)
Called whenever a POA is destroyed.
|
void |
_ActivatorStub.poaDestroyed(String serverId,
String orbId,
ObjectReferenceTemplate poaTemplate)
Called whenever a POA is destroyed.
|
void |
ServerManagerPOATie.poaDestroyed(String serverId,
String orbId,
ObjectReferenceTemplate poaTemplate)
Called whenever a POA is destroyed.
|
void |
ActivatorPOATie.poaDestroyed(String serverId,
String orbId,
ObjectReferenceTemplate poaTemplate)
Called whenever a POA is destroyed.
|
void |
ActivatorOperations.poaDestroyed(String serverId,
String orbId,
ObjectReferenceTemplate poaTemplate)
Called whenever a POA is destroyed.
|
ObjectReferenceTemplate |
_ServerManagerStub.registerPOA(String serverId,
String orbId,
ObjectReferenceTemplate poaTemplate)
Construct or find an ORBD object template corresponding to the
server's object template and return it.
|
ObjectReferenceTemplate |
_ActivatorStub.registerPOA(String serverId,
String orbId,
ObjectReferenceTemplate poaTemplate)
Construct or find an ORBD object template corresponding to the
server's object template and return it.
|
ObjectReferenceTemplate |
ServerManagerPOATie.registerPOA(String serverId,
String orbId,
ObjectReferenceTemplate poaTemplate)
Construct or find an ORBD object template corresponding to the
server's object template and return it.
|
ObjectReferenceTemplate |
ActivatorPOATie.registerPOA(String serverId,
String orbId,
ObjectReferenceTemplate poaTemplate)
Construct or find an ORBD object template corresponding to the
server's object template and return it.
|
ObjectReferenceTemplate |
ActivatorOperations.registerPOA(String serverId,
String orbId,
ObjectReferenceTemplate poaTemplate)
Construct or find an ORBD object template corresponding to the
server's object template and return it.
|
Modifier and Type | Method and Description |
---|---|
void |
PIHandler.adapterStateChanged(ObjectReferenceTemplate[] templates,
short newState)
Called whenever a state change occurs in an object adapter that
was not caused by an adapter manager state change.
|
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[] |
ObjectReferenceTemplateSeqHelper.extract(Any a) |
static ObjectReferenceTemplate |
ObjectReferenceTemplateHelper.extract(Any a) |
static ObjectReferenceTemplate[] |
ObjectReferenceTemplateSeqHelper.read(InputStream istream) |
static ObjectReferenceTemplate |
ObjectReferenceTemplateHelper.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) |
Copyright © 2018 JBoss by Red Hat. All rights reserved.