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 classObjectKeyImplMethods in com.sun.corba.ee.impl.ior that return ObjectKey Modifier and Type Method Description ObjectKeyObjectKeyFactoryImpl. create(byte[] key)ObjectKeyGenericTaggedProfile. 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 ObjectKeyIIOPProfileImpl. objectKeyMethods in com.sun.corba.ee.impl.ior.iiop that return ObjectKey Modifier and Type Method Description ObjectKeyIIOPProfileImpl. 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 voidBadServerIdHandler. 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 ObjectKeyObjectKeyCacheEntryBase. okeyMethods in com.sun.corba.ee.impl.orb that return ObjectKey Modifier and Type Method Description ObjectKeyObjectKeyCacheEntryBase. getObjectKey()Methods in com.sun.corba.ee.impl.orb with parameters of type ObjectKey Modifier and Type Method Description voidParserTable.TestBadServerIdHandler. handle(ObjectKey objectKey)voidORBImpl. handleBadServerId(ObjectKey okey)voidORBSingleton. 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 voidServerRequestDispatcherImpl. checkServerId(ObjectKey okey)IORBootstrapServerRequestDispatcher. locate(ObjectKey objectKey)Locates the object mentioned in the locate requests, and returns object here iff the object is the initial object key.IORINSServerRequestDispatcher. locate(ObjectKey okey)IORServerRequestDispatcherImpl. 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 ObjectKeyObjectKeyFactory. create(byte[] key)Create an ObjectKey from its octet sequence representation.ObjectKeyTaggedProfile. getObjectKey()static ObjectKeyIORFactories. 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 ObjectKeyObjectKeyCacheEntry. getObjectKey()Methods in com.sun.corba.ee.spi.orb with parameters of type ObjectKey Modifier and Type Method Description abstract voidORB. 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 IORServerRequestDispatcher. locate(ObjectKey key)Handle a locate request.
-