API Overview API Index Package Overview Direct link to this page
JDK 1.6
  org.omg.CORBA. IRObject View Javadoc
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24

/*
 * @(#)IRObject.java	1.26 05/11/17
 *
 * Copyright 2006 Sun Microsystems, Inc. All rights reserved.
 * SUN PROPRIETARY/CONFIDENTIAL. Use is subject to license terms.
 */
/*
 * File: ./org/omg/CORBA/IRObject.java
 * From: ./ir.idl
 * Date: Fri Aug 28 16:03:31 1998
 *   By: idltojava Java IDL 1.2 Aug 11 1998 02:00:18
 */

package org.omg.CORBA;
/**
An IRObject IDL interface represents the most generic interface
from which all other Interface Repository interfaces are derived,
even the Repository itself.
*/

public interface IRObject extends IRObjectOperations, org.omg.CORBA.Object, 
    org.omg.CORBA.portable.IDLEntity
{
}

Generated By: JavaOnTracks Doclet 0.1.4     ©Thibaut Colar