OpenCores
URL https://opencores.org/ocsvn/openrisc/openrisc/trunk

Subversion Repositories openrisc

[/] [openrisc/] [trunk/] [gnu-dev/] [or1k-gcc/] [libjava/] [classpath/] [tools/] [resource/] [gnu/] [classpath/] [tools/] [rmic/] [templates/] [Stub.jav] - Blame information for rev 779

Details | Compare with Previous | View Log

Line No. Rev Author Line
1 779 jeremybenn
package #package;
2
 
3
#imports
4
import java.rmi.UnexpectedException;
5
 
6
import javax.rmi.CORBA.Stub;
7
import javax.rmi.CORBA.Util;
8
 
9
import org.omg.CORBA.SystemException;
10
import org.omg.CORBA.portable.ApplicationException;
11
import org.omg.CORBA.portable.InputStream;
12
import org.omg.CORBA.portable.RemarshalException;
13
 
14
import org.omg.CORBA_2_3.portable.OutputStream;
15
 
16
/**
17
 * This class delegates its method calls to the remote GIOP object.
18
 * It is normally generated with grmic.
19
 */
20
public class _#name_Stub extends Stub
21
  implements #interfaces
22
{
23
  /**
24
   * Use serialVersionUID for interoperability.
25
   */
26
  private static final long serialVersionUID = 1;
27
 
28
  /**
29
   * The array of repository ids, supported by this GIOP Object
30
   */
31
  private static final String[] type_ids =
32
    {
33
#idList
34
    };
35
 
36
  /**
37
   * Return the array of repository ids, supported by this GIOP Object.
38
   *
39
   * @return the array of Ids.
40
   */
41
  public String[] _ids()
42
  {
43
    return type_ids;
44
  }
45
 
46
#stub_methods
47
}

powered by: WebSVN 2.1.0

© copyright 1999-2024 OpenCores.org, equivalent to Oliscience, all rights reserved. OpenCores®, registered trademark.