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

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

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

revision 1.1 by audriusa, Wed Nov 9 18:40:30 2005 UTC revision 1.2 by audriusa, Thu Nov 10 07:52:55 2005 UTC
# Line 38  exception statement from your version. * Line 38  exception statement from your version. *
38    
39  package org.omg.PortableInterceptor;  package org.omg.PortableInterceptor;
40    
41  import org.omg.CORBA.portable.IDLEntity;  import org.omg.PortableServer.POA;
42    
43  /**  /**
44   * Defines the identity of the portable object adapter ({@link POA}}. The   * Defines the identity of the portable object adapter ({@link POA}}. The
# Line 51  public interface ObjectReferenceTemplate Line 51  public interface ObjectReferenceTemplate
51    extends ObjectReferenceFactory    extends ObjectReferenceFactory
52  {  {
53    /**    /**
54     * Get the name of this adapter.     * Get the name of this adapter. This name can be set by specifying
55       * the org.omg.CORBA.ORBid property in the ORB.Init(.., Properties).
56       * The default value includes the hashcode of the ORB instance and hence
57       * should normally differ for each ORB.
58     *     *
59     * @return the name of adapter, represented in the form of the string array.     * @return the name of adapter, represented in the form of the string array.
60     */     */
# Line 65  public interface ObjectReferenceTemplate Line 68  public interface ObjectReferenceTemplate
68    String orb_id();    String orb_id();
69    
70    /**    /**
71     * Get the server id of of this adapter.     * Get the server id of of this adapter. This name can be set by specifying
72       * the org.omg.CORBA.ServerId property in the ORB.Init(.., Properties) or
73       * in the system property. All ORB's on the same jre share the same value.
74     *     *
75     * @return the server id, represented in the form of string.     * @return the server id, represented in the form of string.
76     */     */

Legend:
Removed from v.1.1  
changed lines
  Added in v.1.2

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