Package com.sun.corba.se.impl.ior
Class ObjectKeyFactoryImpl
java.lang.Object
com.sun.corba.se.impl.ior.ObjectKeyFactoryImpl
- All Implemented Interfaces:
ObjectKeyFactory
Singleton used to manufacture ObjectKey and ObjectKeyTemplate
instances.
- Author:
- Ken Cavanaugh
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final intstatic final intstatic final intstatic final bytestatic final intstatic final int -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptioncreate(byte[] key) Create an ObjectKey from its octet sequence representation.Create an ObjectKeyTemplate from its representation in an InputStream.
-
Field Details
-
MAGIC_BASE
public static final int MAGIC_BASE- See Also:
-
JAVAMAGIC_OLD
public static final int JAVAMAGIC_OLD- See Also:
-
JAVAMAGIC_NEW
public static final int JAVAMAGIC_NEW- See Also:
-
JAVAMAGIC_NEWER
public static final int JAVAMAGIC_NEWER- See Also:
-
MAX_MAGIC
public static final int MAX_MAGIC- See Also:
-
JDK1_3_1_01_PATCH_LEVEL
public static final byte JDK1_3_1_01_PATCH_LEVEL- See Also:
-
-
Constructor Details
-
ObjectKeyFactoryImpl
-
-
Method Details
-
create
Description copied from interface:ObjectKeyFactoryCreate an ObjectKey from its octet sequence representation.- Specified by:
createin interfaceObjectKeyFactory
-
createTemplate
Description copied from interface:ObjectKeyFactoryCreate an ObjectKeyTemplate from its representation in an InputStream.- Specified by:
createTemplatein interfaceObjectKeyFactory
-