/[classpath]/classpath/org/omg/PortableInterceptor/ObjectReferenceFactoryOperations.java
ViewVC logotype

Diff of /classpath/org/omg/PortableInterceptor/ObjectReferenceFactoryOperations.java

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.1.2.1 by gnu_andrew, Wed Nov 2 00:44:14 2005 UTC revision 1.1.2.2 by gnu_andrew, Sun Nov 27 21:00:42 2005 UTC
# Line 53  public interface ObjectReferenceFactoryO Line 53  public interface ObjectReferenceFactoryO
53    /**    /**
54     * Create an object with the given repository and object ids. This interface     * Create an object with the given repository and object ids. This interface
55     * does not specify where and how the returned object must be connected and     * does not specify where and how the returned object must be connected and
56     * activated.     * activated. The derived {@link ObjectReferenceTemplate} interface assumes
57     *     * the the object must be connected to the POA that is specific to that
58       * template (name can be obtained).
59       *
60       * If the object with this objectId already exists in the given context, it is
61       * found and returned; the new object is <i>not</i> created.
62       *
63     * @param repositoryId the repository id of the object being created, defines     * @param repositoryId the repository id of the object being created, defines
64     * the type of the object.     * the type of the object.
65     *     *
66     * @param objectId the byte array, defining the identity of the object.     * @param objectId the byte array, defining the identity of the object.
67     */     */
68    org.omg.CORBA.Object make_object(String repositoryId, byte[] objectId);    org.omg.CORBA.Object make_object(String repositoryId, byte[] objectId);

Legend:
Removed from v.1.1.2.1  
changed lines
  Added in v.1.1.2.2

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26