Uses of Interface
com.sun.corba.se.spi.ior.ObjectKeyTemplate
Packages that use ObjectKeyTemplate
Package
Description
-
Uses of ObjectKeyTemplate in com.sun.corba.se.impl.interceptors
Methods in com.sun.corba.se.impl.interceptors with parameters of type ObjectKeyTemplateModifier and TypeMethodDescriptionvoidPIHandlerImpl.initializeServerPIInfo(CorbaMessageMediator request, ObjectAdapter oa, byte[] objectId, ObjectKeyTemplate oktemp) voidPINoOpHandlerImpl.initializeServerPIInfo(CorbaMessageMediator request, ObjectAdapter oa, byte[] objectId, ObjectKeyTemplate oktemp) protected voidServerRequestInfoImpl.setInfo(CorbaMessageMediator 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.se.impl.ior
Classes in com.sun.corba.se.impl.ior that implement ObjectKeyTemplateModifier and TypeClassDescriptionfinal classclassclassfinal classHandles object keys created by JDK ORBs from before JDK 1.4.0.classfinal classfinal classclassMethods in com.sun.corba.se.impl.ior that return ObjectKeyTemplateModifier and TypeMethodDescriptionObjectKeyFactoryImpl.createTemplate(InputStream is) GenericTaggedProfile.getObjectKeyTemplate()IORTemplateImpl.getObjectKeyTemplate()ObjectKeyImpl.getTemplate()Constructors in com.sun.corba.se.impl.ior with parameters of type ObjectKeyTemplateModifierConstructorDescriptionIORTemplateImpl(ObjectKeyTemplate oktemp) ObjectKeyImpl(ObjectKeyTemplate oktemp, ObjectId id) -
Uses of ObjectKeyTemplate in com.sun.corba.se.impl.ior.iiop
Methods in com.sun.corba.se.impl.ior.iiop that return ObjectKeyTemplateMethods in com.sun.corba.se.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.se.impl.ior.iiop with parameters of type ObjectKeyTemplateModifierConstructorDescriptionIIOPProfileImpl(ORB orb, ObjectKeyTemplate oktemp, ObjectId oid, IIOPProfileTemplate proftemp) -
Uses of ObjectKeyTemplate in com.sun.corba.se.impl.protocol
Methods in com.sun.corba.se.impl.protocol with parameters of type ObjectKeyTemplateModifier and TypeMethodDescriptionprotected ObjectCorbaServerRequestDispatcherImpl.getServantWithPI(CorbaMessageMediator request, ObjectAdapter objectAdapter, byte[] objectId, ObjectKeyTemplate oktemp, String operation) -
Uses of ObjectKeyTemplate in com.sun.corba.se.spi.ior
Methods in com.sun.corba.se.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.se.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.se.spi.ior.iiop
Methods in com.sun.corba.se.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.se.spi.oa
Methods in com.sun.corba.se.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.se.spi.protocol
Methods in com.sun.corba.se.spi.protocol with parameters of type ObjectKeyTemplateModifier and TypeMethodDescriptionvoidPIHandler.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.