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 TypeMethodDescriptionvoidPIHandlerImpl.initializeServerPIInfo(MessageMediator request, ObjectAdapter oa, byte[] objectId, ObjectKeyTemplate oktemp) voidPINoOpHandlerImpl.initializeServerPIInfo(MessageMediator request, ObjectAdapter oa, byte[] objectId, ObjectKeyTemplate oktemp) protected voidServerRequestInfoImpl.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 classclassclassfinal classHandles object keys created by JDK ORBs from before JDK 1.4.0.classfinal classfinal classclassFields in com.sun.corba.ee.impl.ior declared as ObjectKeyTemplateModifier and TypeFieldDescriptionprivate ObjectKeyTemplateIORTemplateImpl.oktempprivate ObjectKeyTemplateObjectKeyImpl.oktempMethods in com.sun.corba.ee.impl.ior that return ObjectKeyTemplateModifier and TypeMethodDescriptionprivate ObjectKeyTemplateObjectKeyFactoryImpl.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) voidIIOPProfileTemplateImpl.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 ObjectAdapterServerRequestDispatcherImpl.findObjectAdapter(ObjectKeyTemplate oktemp) protected ObjectServerRequestDispatcherImpl.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 IORTemplateIORFactories.makeIORTemplate(ObjectKeyTemplate oktemp) Create an IORTemplate with the given ObjectKeyTemplate.static ObjectKeyIORFactories.makeObjectKey(ObjectKeyTemplate oktemp, ObjectId oid) Create an ObjectKey for the given ObjectKeyTemplate and ObjectId.voidTaggedProfileTemplate.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 IIOPProfileIIOPFactories.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 voidObjectAdapterBase.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 TypeMethodDescriptionvoidPIHandler.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.