Uses of Interface
com.sun.corba.se.spi.ior.ObjectKey
Packages that use ObjectKey
Package
Description
-
Uses of ObjectKey in com.sun.corba.se.impl.activation
Methods in com.sun.corba.se.impl.activation with parameters of type ObjectKey -
Uses of ObjectKey in com.sun.corba.se.impl.ior
Classes in com.sun.corba.se.impl.ior that implement ObjectKeyMethods in com.sun.corba.se.impl.ior that return ObjectKeyModifier and TypeMethodDescriptionObjectKeyFactoryImpl.create(byte[] key) GenericTaggedProfile.getObjectKey() -
Uses of ObjectKey in com.sun.corba.se.impl.ior.iiop
Methods in com.sun.corba.se.impl.ior.iiop that return ObjectKey -
Uses of ObjectKey in com.sun.corba.se.impl.oa.poa
Methods in com.sun.corba.se.impl.oa.poa with parameters of type ObjectKey -
Uses of ObjectKey in com.sun.corba.se.impl.orb
Methods in com.sun.corba.se.impl.orb with parameters of type ObjectKeyModifier and TypeMethodDescriptionvoidvoidORBImpl.handleBadServerId(ObjectKey okey) voidORBSingleton.handleBadServerId(ObjectKey okey) -
Uses of ObjectKey in com.sun.corba.se.impl.protocol
Methods in com.sun.corba.se.impl.protocol that return ObjectKeyMethods in com.sun.corba.se.impl.protocol with parameters of type ObjectKeyModifier and TypeMethodDescriptionprotected voidCorbaServerRequestDispatcherImpl.checkServerId(ObjectKey okey) Locates the object mentioned in the locate requests, and returns object here iff the object is the initial object key.XXX/REVISIT: We do not want to look for a servant in the POA/ServantManager case, but we could in most other cases. -
Uses of ObjectKey in com.sun.corba.se.impl.protocol.giopmsgheaders
Methods in com.sun.corba.se.impl.protocol.giopmsgheaders that return ObjectKeyModifier and TypeMethodDescriptionLocateRequestMessage_1_0.getObjectKey()LocateRequestMessage_1_1.getObjectKey()LocateRequestMessage_1_2.getObjectKey()LocateRequestMessage.getObjectKey()RequestMessage_1_0.getObjectKey()RequestMessage_1_1.getObjectKey()RequestMessage_1_2.getObjectKey()RequestMessage.getObjectKey() -
Uses of ObjectKey in com.sun.corba.se.spi.ior
Methods in com.sun.corba.se.spi.ior that return ObjectKeyModifier and TypeMethodDescriptionObjectKeyFactory.create(byte[] key) Create an ObjectKey from its octet sequence representation.TaggedProfile.getObjectKey()static ObjectKeyIORFactories.makeObjectKey(ObjectKeyTemplate oktemp, ObjectId oid) Create an ObjectKey for the given ObjectKeyTemplate and ObjectId. -
Uses of ObjectKey in com.sun.corba.se.spi.orb
Methods in com.sun.corba.se.spi.orb with parameters of type ObjectKeyModifier and TypeMethodDescriptionabstract voidORB.handleBadServerId(ObjectKey okey) Handle a bad server id for the given object key. -
Uses of ObjectKey in com.sun.corba.se.spi.protocol
Methods in com.sun.corba.se.spi.protocol that return ObjectKeyMethods in com.sun.corba.se.spi.protocol with parameters of type ObjectKey