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

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

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

revision 1.3 by audriusa, Fri Nov 11 11:39:34 2005 UTC revision 1.4 by audriusa, Sun Nov 13 10:09:19 2005 UTC
# Line 124  public interface IORInfoOperations Line 124  public interface IORInfoOperations
124     * @see IORInterceptor_3_0Operations#adapter_manager_state_changed     * @see IORInterceptor_3_0Operations#adapter_manager_state_changed
125     */     */
126    public int manager_id();    public int manager_id();
127      
128      /**
129       * Get the state of the adapter manager.
130       *
131       * @since 1.5
132       *
133       * @return the state of the adapters to that the IOR being created belongs.
134       * One of the {@link HOLDING#value}, {@link DISCARDING#value},
135       * {@link INACTIVE#value} or {@link NON_EXISTENT#value}.
136       */
137      short state();
138  }  }

Legend:
Removed from v.1.3  
changed lines
  Added in v.1.4

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