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 |
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 |
---|---|
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 © 2012 JBoss, a division of Red Hat, Inc.. All Rights Reserved.