package org.omg.PortableInterceptor;
/**
* org/omg/PortableInterceptor/ObjectReferenceFactory.java .
* Generated by the IDL-to-Java compiler (portable), version "3.2"
* from /var/lib/jenkins/jobs/openjdk/jobs/openjdk10/workspace/jdk-updates_jdk10u/src/java.corba/share/classes/org/omg/PortableInterceptor/Interceptors.idl
* Sunday, February 14, 2021 at 5:20:32 PM Coordinated Universal Time
*/
The object reference factory. This provides the capability of
creating an object reference.
/** The object reference factory. This provides the capability of
* creating an object reference.
*/
public interface ObjectReferenceFactory extends org.omg.CORBA.portable.ValueBase
{
make_object creates a CORBA object reference according
to the data in this template, with the given repository ID and
object ID.
/** make_object creates a CORBA object reference according
* to the data in this template, with the given repository ID and
* object ID.
*/
public abstract org.omg.CORBA.Object make_object (String repositoryId, byte[] object_id);
} // interface ObjectReferenceFactory