FileDocCategorySizeDatePackage
ObjectKeyFactory.javaAPI DocJava SE 5 API771Fri Aug 26 14:54:36 BST 2005com.sun.corba.se.spi.ior

ObjectKeyFactory

public interface ObjectKeyFactory
Construct ObjectKey and ObjectKeyTemplate instances from their CDR-marshalled representation.

Fields Summary
Constructors Summary
Methods Summary
public com.sun.corba.se.spi.ior.ObjectKeycreate(byte[] key)
Create an ObjectKey from its octet sequence representation.

public com.sun.corba.se.spi.ior.ObjectKeyTemplatecreateTemplate(org.omg.CORBA_2_3.portable.InputStream is)
Create an ObjectKeyTemplate from its representation in an InputStream.