Uses of Interface
com.sun.corba.ee.spi.ior.ObjectKeyTemplate
Packages that use ObjectKeyTemplate
Package
Description
Provides access to the components and profiles in an IOR without the overhead
of CDR encoding.
-
Uses of ObjectKeyTemplate in com.sun.corba.ee.impl.interceptors
Fields in com.sun.corba.ee.impl.interceptors declared as ObjectKeyTemplateMethods in com.sun.corba.ee.impl.interceptors with parameters of type ObjectKeyTemplateModifier and TypeMethodDescriptionvoid
PIHandlerImpl.initializeServerPIInfo
(MessageMediator request, ObjectAdapter oa, byte[] objectId, ObjectKeyTemplate oktemp) void
PINoOpHandlerImpl.initializeServerPIInfo
(MessageMediator request, ObjectAdapter oa, byte[] objectId, ObjectKeyTemplate oktemp) protected void
ServerRequestInfoImpl.setInfo
(MessageMediator request, ObjectAdapter oa, byte[] objectId, ObjectKeyTemplate oktemp) Stores the various sources of information used for this info object. -
Uses of ObjectKeyTemplate in com.sun.corba.ee.impl.ior
Classes in com.sun.corba.ee.impl.ior that implement ObjectKeyTemplateModifier and TypeClassDescriptionfinal class
class
class
final class
Handles object keys created by JDK ORBs from before JDK 1.4.0.class
final class
final class
class
Fields in com.sun.corba.ee.impl.ior declared as ObjectKeyTemplateModifier and TypeFieldDescriptionprivate ObjectKeyTemplate
IORTemplateImpl.oktemp
private ObjectKeyTemplate
ObjectKeyImpl.oktemp
Methods in com.sun.corba.ee.impl.ior that return ObjectKeyTemplateModifier and TypeMethodDescriptionprivate ObjectKeyTemplate
ObjectKeyFactoryImpl.create
(InputStream is, Handler handler, OctetSeqHolder osh) Creates an ObjectKeyTemplate from the InputStream.ObjectKeyFactoryImpl.createTemplate
(InputStream is) GenericTaggedProfile.getObjectKeyTemplate()
IORTemplateImpl.getObjectKeyTemplate()
ObjectKeyImpl.getTemplate()
Handler.handle
(int magic, int scid, InputStream is, OctetSeqHolder osh) Constructors in com.sun.corba.ee.impl.ior with parameters of type ObjectKeyTemplateModifierConstructorDescriptionIORTemplateImpl
(ObjectKeyTemplate oktemp) ObjectKeyImpl
(ObjectKeyTemplate oktemp, ObjectId id) -
Uses of ObjectKeyTemplate in com.sun.corba.ee.impl.ior.iiop
Fields in com.sun.corba.ee.impl.ior.iiop declared as ObjectKeyTemplateMethods in com.sun.corba.ee.impl.ior.iiop that return ObjectKeyTemplateMethods in com.sun.corba.ee.impl.ior.iiop with parameters of type ObjectKeyTemplateModifier and TypeMethodDescriptionIIOPProfileTemplateImpl.create
(ObjectKeyTemplate oktemp, ObjectId id) void
IIOPProfileTemplateImpl.write
(ObjectKeyTemplate okeyTemplate, ObjectId id, OutputStream os) Constructors in com.sun.corba.ee.impl.ior.iiop with parameters of type ObjectKeyTemplateModifierConstructorDescriptionIIOPProfileImpl
(ORB orb, ObjectKeyTemplate oktemp, ObjectId oid, IIOPProfileTemplate proftemp) -
Uses of ObjectKeyTemplate in com.sun.corba.ee.impl.plugin.hwlb
Methods in com.sun.corba.ee.impl.plugin.hwlb with parameters of type ObjectKeyTemplateModifier and TypeMethodDescriptionVirtualAddressAgentImpl.SpecialIIOPProfileTemplateImpl.create
(ObjectKeyTemplate oktemp, ObjectId id) Constructors in com.sun.corba.ee.impl.plugin.hwlb with parameters of type ObjectKeyTemplateModifierConstructorDescriptionSpecialIIOPProfileImpl
(ORB orb, ObjectKeyTemplate oktemp, ObjectId id, IIOPProfileTemplate ptemp) -
Uses of ObjectKeyTemplate in com.sun.corba.ee.impl.protocol
Methods in com.sun.corba.ee.impl.protocol with parameters of type ObjectKeyTemplateModifier and TypeMethodDescriptionprivate ObjectAdapter
ServerRequestDispatcherImpl.findObjectAdapter
(ObjectKeyTemplate oktemp) protected Object
ServerRequestDispatcherImpl.getServantWithPI
(MessageMediator request, ObjectAdapter objectAdapter, byte[] objectId, ObjectKeyTemplate oktemp, String operation) -
Uses of ObjectKeyTemplate in com.sun.corba.ee.spi.ior
Methods in com.sun.corba.ee.spi.ior that return ObjectKeyTemplateModifier and TypeMethodDescriptionObjectKeyFactory.createTemplate
(InputStream is) Create an ObjectKeyTemplate from its representation in an InputStream.IORTemplate.getObjectKeyTemplate()
TaggedProfile.getObjectKeyTemplate()
ObjectKey.getTemplate()
Return the template for this object key.Methods in com.sun.corba.ee.spi.ior with parameters of type ObjectKeyTemplateModifier and TypeMethodDescriptionTaggedProfileTemplate.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. -
Uses of ObjectKeyTemplate in com.sun.corba.ee.spi.ior.iiop
Methods in com.sun.corba.ee.spi.ior.iiop with parameters of type ObjectKeyTemplateModifier and TypeMethodDescriptionstatic IIOPProfile
IIOPFactories.makeIIOPProfile
(ORB orb, ObjectKeyTemplate oktemp, ObjectId oid, IIOPProfileTemplate ptemp) -
Uses of ObjectKeyTemplate in com.sun.corba.ee.spi.oa
Methods in com.sun.corba.ee.spi.oa with parameters of type ObjectKeyTemplateModifier and TypeMethodDescriptionfinal void
ObjectAdapterBase.initializeTemplate
(ObjectKeyTemplate oktemp, boolean notifyORB, Policies policies, String codebase, String objectAdapterManagerId, ObjectAdapterId objectAdapterId) -
Uses of ObjectKeyTemplate in com.sun.corba.ee.spi.protocol
Methods in com.sun.corba.ee.spi.protocol with parameters of type ObjectKeyTemplateModifier and TypeMethodDescriptionvoid
PIHandler.initializeServerPIInfo
(MessageMediator request, ObjectAdapter oa, byte[] objectId, ObjectKeyTemplate oktemp) Notifies PI to start a new server request and set initial information for server-side interceptors.