Uses of Interface
com.sun.corba.ee.spi.ior.ObjectKeyTemplate
-
Packages that use ObjectKeyTemplate Package Description com.sun.corba.ee.impl.interceptors com.sun.corba.ee.impl.ior com.sun.corba.ee.impl.ior.iiop com.sun.corba.ee.impl.plugin.hwlb com.sun.corba.ee.impl.protocol com.sun.corba.ee.spi.ior Provides access to the components and profiles in an IOR without the overhead of CDR encoding.com.sun.corba.ee.spi.ior.iiop com.sun.corba.ee.spi.oa com.sun.corba.ee.spi.protocol -
-
Uses of ObjectKeyTemplate in com.sun.corba.ee.impl.interceptors
Fields in com.sun.corba.ee.impl.interceptors declared as ObjectKeyTemplate Modifier and Type Field Description private ObjectKeyTemplateServerRequestInfoImpl. oktempMethods in com.sun.corba.ee.impl.interceptors with parameters of type ObjectKeyTemplate Modifier and Type Method Description voidPIHandlerImpl. 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 ObjectKeyTemplate Modifier and Type Class Description classJIDLObjectKeyTemplateclassNewObjectKeyTemplateBaseclassObjectKeyTemplateBaseclassOldJIDLObjectKeyTemplateHandles object keys created by JDK ORBs from before JDK 1.4.0.classOldObjectKeyTemplateBaseclassOldPOAObjectKeyTemplateclassPOAObjectKeyTemplateclassWireObjectKeyTemplateFields in com.sun.corba.ee.impl.ior declared as ObjectKeyTemplate Modifier and Type Field Description private ObjectKeyTemplateIORTemplateImpl. oktempprivate ObjectKeyTemplateObjectKeyImpl. oktempMethods in com.sun.corba.ee.impl.ior that return ObjectKeyTemplate Modifier and Type Method Description private ObjectKeyTemplateObjectKeyFactoryImpl. create(InputStream is, Handler handler, OctetSeqHolder osh)Creates an ObjectKeyTemplate from the InputStream.ObjectKeyTemplateObjectKeyFactoryImpl. createTemplate(InputStream is)ObjectKeyTemplateGenericTaggedProfile. getObjectKeyTemplate()ObjectKeyTemplateIORTemplateImpl. getObjectKeyTemplate()ObjectKeyTemplateObjectKeyImpl. getTemplate()ObjectKeyTemplateHandler. handle(int magic, int scid, InputStream is, OctetSeqHolder osh)Constructors in com.sun.corba.ee.impl.ior with parameters of type ObjectKeyTemplate Constructor Description IORTemplateImpl(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 ObjectKeyTemplate Modifier and Type Field Description private ObjectKeyTemplateIIOPProfileImpl. oktempMethods in com.sun.corba.ee.impl.ior.iiop that return ObjectKeyTemplate Modifier and Type Method Description ObjectKeyTemplateIIOPProfileImpl. getObjectKeyTemplate()Methods in com.sun.corba.ee.impl.ior.iiop with parameters of type ObjectKeyTemplate Modifier and Type Method Description TaggedProfileIIOPProfileTemplateImpl. 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 ObjectKeyTemplate Constructor Description IIOPProfileImpl(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 ObjectKeyTemplate Modifier and Type Method Description TaggedProfileVirtualAddressAgentImpl.SpecialIIOPProfileTemplateImpl. create(ObjectKeyTemplate oktemp, ObjectId id)Constructors in com.sun.corba.ee.impl.plugin.hwlb with parameters of type ObjectKeyTemplate Constructor Description SpecialIIOPProfileImpl(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 ObjectKeyTemplate Modifier and Type Method Description private ObjectAdapterServerRequestDispatcherImpl. findObjectAdapter(ObjectKeyTemplate oktemp)protected java.lang.ObjectServerRequestDispatcherImpl. getServantWithPI(MessageMediator request, ObjectAdapter objectAdapter, byte[] objectId, ObjectKeyTemplate oktemp, java.lang.String operation) -
Uses of ObjectKeyTemplate in com.sun.corba.ee.spi.ior
Methods in com.sun.corba.ee.spi.ior that return ObjectKeyTemplate Modifier and Type Method Description ObjectKeyTemplateObjectKeyFactory. createTemplate(InputStream is)Create an ObjectKeyTemplate from its representation in an InputStream.ObjectKeyTemplateIORTemplate. getObjectKeyTemplate()ObjectKeyTemplateTaggedProfile. getObjectKeyTemplate()ObjectKeyTemplateObjectKey. getTemplate()Return the template for this object key.Methods in com.sun.corba.ee.spi.ior with parameters of type ObjectKeyTemplate Modifier and Type Method Description TaggedProfileTaggedProfileTemplate. 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 ObjectKeyTemplate Modifier and Type Method Description static 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 ObjectKeyTemplate Modifier and Type Method Description voidObjectAdapterBase. initializeTemplate(ObjectKeyTemplate oktemp, boolean notifyORB, Policies policies, java.lang.String codebase, java.lang.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 ObjectKeyTemplate Modifier and Type Method Description voidPIHandler. 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.
-