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

Subversion Repositories openrisc

[/] [openrisc/] [trunk/] [gnu-dev/] [or1k-gcc/] [libjava/] [gnu/] [java/] [rmi/] [registry/] [RegistryImpl_Stub.h] - Blame information for rev 756

Details | Compare with Previous | View Log

Line No. Rev Author Line
1 756 jeremybenn
 
2
// DO NOT EDIT THIS FILE - it is machine generated -*- c++ -*-
3
 
4
#ifndef __gnu_java_rmi_registry_RegistryImpl_Stub__
5
#define __gnu_java_rmi_registry_RegistryImpl_Stub__
6
 
7
#pragma interface
8
 
9
#include <java/rmi/server/RemoteStub.h>
10
#include <gcj/array.h>
11
 
12
extern "Java"
13
{
14
  namespace gnu
15
  {
16
    namespace java
17
    {
18
      namespace rmi
19
      {
20
        namespace registry
21
        {
22
            class RegistryImpl_Stub;
23
        }
24
      }
25
    }
26
  }
27
  namespace java
28
  {
29
    namespace rmi
30
    {
31
        class Remote;
32
      namespace server
33
      {
34
          class Operation;
35
          class RemoteRef;
36
      }
37
    }
38
  }
39
}
40
 
41
class gnu::java::rmi::registry::RegistryImpl_Stub : public ::java::rmi::server::RemoteStub
42
{
43
 
44
public:
45
  RegistryImpl_Stub();
46
  RegistryImpl_Stub(::java::rmi::server::RemoteRef *);
47
  void bind(::java::lang::String *, ::java::rmi::Remote *);
48
  JArray< ::java::lang::String * > * list();
49
  ::java::rmi::Remote * lookup(::java::lang::String *);
50
  void rebind(::java::lang::String *, ::java::rmi::Remote *);
51
  void unbind(::java::lang::String *);
52
private:
53
  static const jlong serialVersionUID = 2LL;
54
  static const jlong interfaceHash = 4905912898345647071LL;
55
  static jboolean useNewInvoke;
56
  static JArray< ::java::rmi::server::Operation * > * operations;
57
  static ::java::lang::reflect::Method * $method_bind_0;
58
  static ::java::lang::reflect::Method * $method_list_1;
59
  static ::java::lang::reflect::Method * $method_lookup_2;
60
  static ::java::lang::reflect::Method * $method_rebind_3;
61
  static ::java::lang::reflect::Method * $method_unbind_4;
62
public:
63
  static ::java::lang::Class class$;
64
};
65
 
66
#endif // __gnu_java_rmi_registry_RegistryImpl_Stub__

powered by: WebSVN 2.1.0

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