FileDocCategorySizeDatePackage
ObjectReferenceFactory.javaAPI DocJava SE 5 API792Fri Aug 26 17:25:10 BST 2005org.omg.PortableInterceptor

ObjectReferenceFactory

public interface ObjectReferenceFactory implements org.omg.CORBA.portable.ValueBase
The object reference factory. This provides the capability of creating an object reference.

Fields Summary
Constructors Summary
Methods Summary
public abstract org.omg.CORBA.Objectmake_object(java.lang.String repositoryId, byte[] object_id)
make_object creates a CORBA object reference according to the data in this template, with the given repository ID and object ID.