Uses of Interface
com.sun.corba.ee.spi.ior.ObjectKey
Packages that use ObjectKey
Package
Description
Provides access to the components and profiles in an IOR without the overhead
of CDR encoding.
-
Uses of ObjectKey in com.sun.corba.ee.impl.ior
Classes in com.sun.corba.ee.impl.ior that implement ObjectKeyMethods in com.sun.corba.ee.impl.ior that return ObjectKeyModifier and TypeMethodDescriptionObjectKeyFactoryImpl.create
(byte[] key) GenericTaggedProfile.getObjectKey()
-
Uses of ObjectKey in com.sun.corba.ee.impl.ior.iiop
Fields in com.sun.corba.ee.impl.ior.iiop declared as ObjectKeyMethods in com.sun.corba.ee.impl.ior.iiop that return ObjectKey -
Uses of ObjectKey in com.sun.corba.ee.impl.oa.poa
Methods in com.sun.corba.ee.impl.oa.poa with parameters of type ObjectKey -
Uses of ObjectKey in com.sun.corba.ee.impl.orb
Fields in com.sun.corba.ee.impl.orb declared as ObjectKeyMethods in com.sun.corba.ee.impl.orb that return ObjectKeyMethods in com.sun.corba.ee.impl.orb with parameters of type ObjectKeyModifier and TypeMethodDescriptionvoid
void
ORBImpl.handleBadServerId
(ObjectKey okey) void
ORBSingleton.handleBadServerId
(ObjectKey okey) Constructors in com.sun.corba.ee.impl.orb with parameters of type ObjectKeyModifierConstructorDescription -
Uses of ObjectKey in com.sun.corba.ee.impl.protocol
Methods in com.sun.corba.ee.impl.protocol with parameters of type ObjectKeyModifier and TypeMethodDescriptionprotected void
ServerRequestDispatcherImpl.checkServerId
(ObjectKey okey) Locates the object mentioned in the locate requests, and returns object here iff the object is the initial object key.Called from ORB.locate when a LocateRequest arrives. -
Uses of ObjectKey in com.sun.corba.ee.spi.ior
Methods in com.sun.corba.ee.spi.ior that return ObjectKeyModifier and TypeMethodDescriptionObjectKeyFactory.create
(byte[] key) Create an ObjectKey from its octet sequence representation.TaggedProfile.getObjectKey()
static ObjectKey
IORFactories.makeObjectKey
(ObjectKeyTemplate oktemp, ObjectId oid) Create an ObjectKey for the given ObjectKeyTemplate and ObjectId. -
Uses of ObjectKey in com.sun.corba.ee.spi.orb
Methods in com.sun.corba.ee.spi.orb that return ObjectKeyMethods in com.sun.corba.ee.spi.orb with parameters of type ObjectKeyModifier and TypeMethodDescriptionabstract void
ORB.handleBadServerId
(ObjectKey okey) Handle a bad server id for the given object key. -
Uses of ObjectKey in com.sun.corba.ee.spi.protocol
Methods in com.sun.corba.ee.spi.protocol with parameters of type ObjectKey