Searched refs:ObjectKey (Results 1 - 25 of 34) sorted by relevance

12

/openjdk7/corba/src/share/classes/com/sun/corba/se/impl/oa/poa/
H A DBadServerIdHandler.java28 import com.sun.corba.se.spi.ior.ObjectKey;
39 void handle(ObjectKey objectKey) ;
/openjdk7/corba/src/share/classes/com/sun/corba/se/impl/protocol/giopmsgheaders/
H A DLocateRequestMessage.java28 import com.sun.corba.se.spi.ior.ObjectKey;
38 ObjectKey getObjectKey();
H A DRequestMessage.java29 import com.sun.corba.se.spi.ior.ObjectKey;
46 ObjectKey getObjectKey();
H A DLocateRequestMessage_1_0.java31 import com.sun.corba.se.spi.ior.ObjectKey;
47 private ObjectKey objectKey = null;
68 public ObjectKey getObjectKey() {
H A DLocateRequestMessage_1_1.java32 import com.sun.corba.se.spi.ior.ObjectKey;
48 private ObjectKey objectKey = null;
70 public ObjectKey getObjectKey() {
H A DLocateRequestMessage_1_2.java28 import com.sun.corba.se.spi.ior.ObjectKey;
45 private ObjectKey objectKey = null;
68 public ObjectKey getObjectKey() {
H A DRequestMessage_1_0.java32 import com.sun.corba.se.spi.ior.ObjectKey;
52 private ObjectKey objectKey = null;
92 public ObjectKey getObjectKey() {
H A DRequestMessage_1_1.java32 import com.sun.corba.se.spi.ior.ObjectKey;
57 private ObjectKey objectKey = null;
103 public ObjectKey getObjectKey() {
H A DRequestMessage_1_2.java32 import com.sun.corba.se.spi.ior.ObjectKey;
60 private ObjectKey objectKey = null;
116 public ObjectKey getObjectKey() {
H A DMessageBase.java43 import com.sun.corba.se.spi.ior.ObjectKey;
516 ObjectKey objKey = profile.getObjectKey();
777 * Construct an ObjectKey from a byte[].
779 * @return ObjectKey the object key.
781 static ObjectKey extractObjectKey(byte[] objKey, ORB orb) {
785 ObjectKey objectKey =
803 * @return ObjectKey the object key.
805 static ObjectKey extractObjectKey(TargetAddress target, ORB orb) {
837 ObjectKey objectKey =
849 ObjectKey objectKe
[all...]
/openjdk7/corba/src/share/classes/com/sun/corba/se/spi/ior/
H A DObjectKeyFactory.java30 import com.sun.corba.se.spi.ior.ObjectKey ;
33 /** Construct ObjectKey and ObjectKeyTemplate instances from their
38 /** Create an ObjectKey from its octet sequence representation.
40 ObjectKey create( byte[] key ) ;
H A DObjectKey.java37 * shared across multiple ObjectKey instances.
39 public interface ObjectKey extends Writeable interface in inherits:Writeable
H A DTaggedProfile.java44 ObjectKey getObjectKey() ;
/openjdk7/corba/src/share/classes/com/sun/corba/se/spi/protocol/
H A DCorbaServerRequestDispatcher.java30 import com.sun.corba.se.spi.ior.ObjectKey;
49 public IOR locate(ObjectKey key);
H A DCorbaMessageMediator.java45 import com.sun.corba.se.spi.ior.ObjectKey;
116 public ObjectKey getObjectKey();
/openjdk7/jdk/src/share/demo/jvmti/hprof/
H A Dhprof_object.c84 typedef struct ObjectKey { struct
89 } ObjectKey; typedef in typeref:struct:ObjectKey
98 static ObjectKey*
105 HPROF_ASSERT(key_len==(int)sizeof(ObjectKey));
107 return (ObjectKey*)key_ptr;
122 ObjectKey *pkey;
131 pkey = (ObjectKey*)key_ptr;
174 ObjectKey key;
175 static ObjectKey empty_key;
189 &key, (int)sizeof(ObjectKey),
[all...]
/openjdk7/corba/src/share/classes/com/sun/corba/se/impl/ior/
H A DGenericTaggedProfile.java34 import com.sun.corba.se.spi.ior.ObjectKey ;
76 public ObjectKey getObjectKey()
H A DObjectKeyImpl.java35 import com.sun.corba.se.spi.ior.ObjectKey ;
43 public class ObjectKeyImpl implements ObjectKey
H A DObjectKeyFactoryImpl.java35 import com.sun.corba.se.spi.ior.ObjectKey ;
62 /** Singleton used to manufacture ObjectKey and ObjectKeyTemplate
108 // 4. Move the ObjectKey impl classes into the impl/oa packages.
217 public ObjectKey create( byte[] key )
/openjdk7/corba/src/share/classes/com/sun/corba/se/impl/protocol/
H A DINSServerRequestDispatcher.java37 import com.sun.corba.se.spi.ior.ObjectKey;
68 public IOR locate(ObjectKey okey) {
H A DBootstrapServerRequestDispatcher.java35 import com.sun.corba.se.spi.ior.ObjectKey ;
139 public IOR locate( ObjectKey objectKey) {
/openjdk7/corba/src/share/classes/com/sun/corba/se/impl/protocol/oldlocal/
H A DLocalClientRequestImpl.sjava44 import com.sun.corba.se.impl.ior.ObjectKey ;
66 ObjectKey okey = iop.getObjectKey();
96 public ObjectKey getObjectKey() {
H A DLocalServerRequestImpl.sjava42 import com.sun.corba.se.impl.ior.ObjectKey;
74 public ObjectKey getObjectKey() {
/openjdk7/corba/src/share/classes/com/sun/corba/se/impl/resolver/
H A DBootstrapResolverImpl.java36 import com.sun.corba.se.spi.ior.ObjectKey ;
59 ObjectKey okey = orb.getObjectKeyFactory().create(initialKey) ;
/openjdk7/corba/src/share/classes/com/sun/corba/se/impl/ior/iiop/
H A DIIOPProfileImpl.java49 import com.sun.corba.se.spi.ior.ObjectKey ;
187 ObjectKey okey = orb.getObjectKeyFactory().create( key ) ;
242 public ObjectKey getObjectKey()
244 ObjectKey result = IORFactories.makeObjectKey( oktemp, oid ) ;

Completed in 1058 milliseconds

12