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

Subversion Repositories openrisc

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

Go to most recent revision | Details | Compare with Previous | View Log

Line No. Rev Author Line
1 758 jeremybenn
 
2
// DO NOT EDIT THIS FILE - it is machine generated -*- c++ -*-
3
 
4
#ifndef __java_rmi_registry_Registry__
5
#define __java_rmi_registry_Registry__
6
 
7
#pragma interface
8
 
9
#include <java/lang/Object.h>
10
#include <gcj/array.h>
11
 
12
extern "Java"
13
{
14
  namespace java
15
  {
16
    namespace rmi
17
    {
18
        class Remote;
19
      namespace registry
20
      {
21
          class Registry;
22
      }
23
    }
24
  }
25
}
26
 
27
class java::rmi::registry::Registry : public ::java::lang::Object
28
{
29
 
30
public:
31
  virtual ::java::rmi::Remote * lookup(::java::lang::String *) = 0;
32
  virtual void bind(::java::lang::String *, ::java::rmi::Remote *) = 0;
33
  virtual void unbind(::java::lang::String *) = 0;
34
  virtual void rebind(::java::lang::String *, ::java::rmi::Remote *) = 0;
35
  virtual JArray< ::java::lang::String * > * list() = 0;
36
  static const jint REGISTRY_PORT = 1099;
37
  static ::java::lang::Class class$;
38
} __attribute__ ((java_interface));
39
 
40
#endif // __java_rmi_registry_Registry__

powered by: WebSVN 2.1.0

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