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 ObjectKeyTemplate
ServerRequestInfoImpl. oktemp
Methods in com.sun.corba.ee.impl.interceptors with parameters of type ObjectKeyTemplate Modifier and Type Method Description void
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 ObjectKeyTemplate Modifier and Type Class 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
Fields in com.sun.corba.ee.impl.ior declared as ObjectKeyTemplate Modifier and Type Field Description private ObjectKeyTemplate
IORTemplateImpl. oktemp
private ObjectKeyTemplate
ObjectKeyImpl. oktemp
Methods in com.sun.corba.ee.impl.ior that return ObjectKeyTemplate Modifier and Type Method Description private ObjectKeyTemplate
ObjectKeyFactoryImpl. create(InputStream is, Handler handler, OctetSeqHolder osh)
Creates an ObjectKeyTemplate from the InputStream.ObjectKeyTemplate
ObjectKeyFactoryImpl. createTemplate(InputStream is)
ObjectKeyTemplate
GenericTaggedProfile. getObjectKeyTemplate()
ObjectKeyTemplate
IORTemplateImpl. getObjectKeyTemplate()
ObjectKeyTemplate
ObjectKeyImpl. getTemplate()
ObjectKeyTemplate
Handler. 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 ObjectKeyTemplate
IIOPProfileImpl. oktemp
Methods in com.sun.corba.ee.impl.ior.iiop that return ObjectKeyTemplate Modifier and Type Method Description ObjectKeyTemplate
IIOPProfileImpl. getObjectKeyTemplate()
Methods in com.sun.corba.ee.impl.ior.iiop with parameters of type ObjectKeyTemplate Modifier and Type Method Description TaggedProfile
IIOPProfileTemplateImpl. 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 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 TaggedProfile
VirtualAddressAgentImpl.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 ObjectAdapter
ServerRequestDispatcherImpl. findObjectAdapter(ObjectKeyTemplate oktemp)
protected java.lang.Object
ServerRequestDispatcherImpl. 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 ObjectKeyTemplate
ObjectKeyFactory. createTemplate(InputStream is)
Create an ObjectKeyTemplate from its representation in an InputStream.ObjectKeyTemplate
IORTemplate. getObjectKeyTemplate()
ObjectKeyTemplate
TaggedProfile. getObjectKeyTemplate()
ObjectKeyTemplate
ObjectKey. 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 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. -
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 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 ObjectKeyTemplate Modifier and Type Method Description void
ObjectAdapterBase. 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 void
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.
-