Package | Description |
---|---|
com.sun.corba.se.impl.interceptors | |
com.sun.corba.se.impl.ior | |
com.sun.corba.se.impl.ior.iiop | |
com.sun.corba.se.impl.protocol | |
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.ior.iiop | |
com.sun.corba.se.spi.oa | |
com.sun.corba.se.spi.protocol |
Modifier and Type | Method and Description |
---|---|
void |
PINoOpHandlerImpl.initializeServerPIInfo(CorbaMessageMediator request,
ObjectAdapter oa,
byte[] objectId,
ObjectKeyTemplate oktemp) |
void |
PIHandlerImpl.initializeServerPIInfo(CorbaMessageMediator request,
ObjectAdapter oa,
byte[] objectId,
ObjectKeyTemplate oktemp) |
protected void |
ServerRequestInfoImpl.setInfo(CorbaMessageMediator request,
ObjectAdapter oa,
byte[] objectId,
ObjectKeyTemplate oktemp)
Stores the various sources of information used for this info object.
|
Modifier and Type | Class and Description |
---|---|
class |
JIDLObjectKeyTemplate |
class |
NewObjectKeyTemplateBase |
class |
ObjectKeyTemplateBase |
class |
OldJIDLObjectKeyTemplate
Handles object keys created by JDK ORBs from before JDK 1.4.0.
|
class |
OldObjectKeyTemplateBase |
class |
OldPOAObjectKeyTemplate |
class |
POAObjectKeyTemplate |
class |
WireObjectKeyTemplate |
Modifier and Type | Method and Description |
---|---|
ObjectKeyTemplate |
ObjectKeyFactoryImpl.createTemplate(InputStream is) |
ObjectKeyTemplate |
GenericTaggedProfile.getObjectKeyTemplate() |
ObjectKeyTemplate |
IORTemplateImpl.getObjectKeyTemplate() |
ObjectKeyTemplate |
ObjectKeyImpl.getTemplate() |
Constructor and Description |
---|
IORTemplateImpl(ObjectKeyTemplate oktemp) |
ObjectKeyImpl(ObjectKeyTemplate oktemp,
ObjectId id) |
Modifier and Type | Method and Description |
---|---|
ObjectKeyTemplate |
IIOPProfileImpl.getObjectKeyTemplate() |
Modifier and Type | Method and Description |
---|---|
TaggedProfile |
IIOPProfileTemplateImpl.create(ObjectKeyTemplate oktemp,
ObjectId id) |
void |
IIOPProfileTemplateImpl.write(ObjectKeyTemplate okeyTemplate,
ObjectId id,
OutputStream os) |
Constructor and Description |
---|
IIOPProfileImpl(ORB orb,
ObjectKeyTemplate oktemp,
ObjectId oid,
IIOPProfileTemplate proftemp) |
Modifier and Type | Method and Description |
---|---|
protected Object |
CorbaServerRequestDispatcherImpl.getServantWithPI(CorbaMessageMediator request,
ObjectAdapter objectAdapter,
byte[] objectId,
ObjectKeyTemplate oktemp,
String operation) |
Modifier and Type | Method and Description |
---|---|
ObjectKeyTemplate |
ObjectKeyFactory.createTemplate(InputStream is)
Create an ObjectKeyTemplate from its representation
in an InputStream.
|
ObjectKeyTemplate |
TaggedProfile.getObjectKeyTemplate() |
ObjectKeyTemplate |
IORTemplate.getObjectKeyTemplate() |
ObjectKeyTemplate |
ObjectKey.getTemplate()
Return the template for this object key.
|
Modifier and Type | Method and Description |
---|---|
TaggedProfile |
TaggedProfileTemplate.create(ObjectKeyTemplate oktemp,
ObjectId id)
Create a TaggedProfile from this template.
|
static IORTemplate |
IORFactories.makeIORTemplate(ObjectKeyTemplate oktemp)
Create an IORTemplate with the given ObjectKeyTemplate.
|
static ObjectKey |
IORFactories.makeObjectKey(ObjectKeyTemplate oktemp,
ObjectId oid)
Create an ObjectKey for the given ObjectKeyTemplate and
ObjectId.
|
void |
TaggedProfileTemplate.write(ObjectKeyTemplate oktemp,
ObjectId id,
OutputStream os)
Write the profile create( oktemp, id ) to the OutputStream os.
|
Modifier and Type | Method and Description |
---|---|
static IIOPProfile |
IIOPFactories.makeIIOPProfile(ORB orb,
ObjectKeyTemplate oktemp,
ObjectId oid,
IIOPProfileTemplate ptemp) |
Modifier and Type | Method and Description |
---|---|
void |
ObjectAdapterBase.initializeTemplate(ObjectKeyTemplate oktemp,
boolean notifyORB,
Policies policies,
String codebase,
String objectAdapterManagerId,
ObjectAdapterId objectAdapterId) |
Modifier and Type | Method and Description |
---|---|
void |
PIHandler.initializeServerPIInfo(CorbaMessageMediator request,
ObjectAdapter oa,
byte[] objectId,
ObjectKeyTemplate oktemp)
Notifies PI to start a new server request and set initial
information for server-side interceptors.
|
Copyright © 2019 JBoss by Red Hat. All rights reserved.