Uses of Interface
com.sun.corba.ee.spi.ior.ObjectKey
-
Packages that use ObjectKey Package Description com.sun.corba.ee.impl.ior com.sun.corba.ee.impl.ior.iiop com.sun.corba.ee.impl.oa.poa com.sun.corba.ee.impl.orb 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.orb com.sun.corba.ee.spi.protocol -
-
Uses of ObjectKey in com.sun.corba.ee.impl.ior
Classes in com.sun.corba.ee.impl.ior that implement ObjectKey Modifier and Type Class Description class
ObjectKeyImpl
Methods in com.sun.corba.ee.impl.ior that return ObjectKey Modifier and Type Method Description ObjectKey
ObjectKeyFactoryImpl. create(byte[] key)
ObjectKey
GenericTaggedProfile. getObjectKey()
-
Uses of ObjectKey in com.sun.corba.ee.impl.ior.iiop
Fields in com.sun.corba.ee.impl.ior.iiop declared as ObjectKey Modifier and Type Field Description private ObjectKey
IIOPProfileImpl. objectKey
Methods in com.sun.corba.ee.impl.ior.iiop that return ObjectKey Modifier and Type Method Description ObjectKey
IIOPProfileImpl. getObjectKey()
-
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 Modifier and Type Method Description void
BadServerIdHandler. handle(ObjectKey objectKey)
-
Uses of ObjectKey in com.sun.corba.ee.impl.orb
Fields in com.sun.corba.ee.impl.orb declared as ObjectKey Modifier and Type Field Description private ObjectKey
ObjectKeyCacheEntryBase. okey
Methods in com.sun.corba.ee.impl.orb that return ObjectKey Modifier and Type Method Description ObjectKey
ObjectKeyCacheEntryBase. getObjectKey()
Methods in com.sun.corba.ee.impl.orb with parameters of type ObjectKey Modifier and Type Method Description void
ParserTable.TestBadServerIdHandler. handle(ObjectKey objectKey)
void
ORBImpl. handleBadServerId(ObjectKey okey)
void
ORBSingleton. handleBadServerId(ObjectKey okey)
Constructors in com.sun.corba.ee.impl.orb with parameters of type ObjectKey Constructor Description ObjectKeyCacheEntryBase(ObjectKey okey)
ObjectKeyCacheEntryImpl(ObjectKey okey)
ObjectKeyCacheEntryNoObjectAdapterImpl(ObjectKey okey)
-
Uses of ObjectKey in com.sun.corba.ee.impl.protocol
Methods in com.sun.corba.ee.impl.protocol with parameters of type ObjectKey Modifier and Type Method Description protected void
ServerRequestDispatcherImpl. checkServerId(ObjectKey okey)
IOR
BootstrapServerRequestDispatcher. locate(ObjectKey objectKey)
Locates the object mentioned in the locate requests, and returns object here iff the object is the initial object key.IOR
INSServerRequestDispatcher. locate(ObjectKey okey)
IOR
ServerRequestDispatcherImpl. locate(ObjectKey okey)
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 ObjectKey Modifier and Type Method Description ObjectKey
ObjectKeyFactory. create(byte[] key)
Create an ObjectKey from its octet sequence representation.ObjectKey
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 ObjectKey Modifier and Type Method Description ObjectKey
ObjectKeyCacheEntry. getObjectKey()
Methods in com.sun.corba.ee.spi.orb with parameters of type ObjectKey Modifier and Type Method Description abstract 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 Modifier and Type Method Description IOR
ServerRequestDispatcher. locate(ObjectKey key)
Handle a locate request.
-