mirror of
https://github.com/autc04/Retro68.git
synced 2024-12-03 10:49:58 +00:00
41 lines
936 B
C
41 lines
936 B
C
|
|
||
|
// DO NOT EDIT THIS FILE - it is machine generated -*- c++ -*-
|
||
|
|
||
|
#ifndef __java_rmi_registry_Registry__
|
||
|
#define __java_rmi_registry_Registry__
|
||
|
|
||
|
#pragma interface
|
||
|
|
||
|
#include <java/lang/Object.h>
|
||
|
#include <gcj/array.h>
|
||
|
|
||
|
extern "Java"
|
||
|
{
|
||
|
namespace java
|
||
|
{
|
||
|
namespace rmi
|
||
|
{
|
||
|
class Remote;
|
||
|
namespace registry
|
||
|
{
|
||
|
class Registry;
|
||
|
}
|
||
|
}
|
||
|
}
|
||
|
}
|
||
|
|
||
|
class java::rmi::registry::Registry : public ::java::lang::Object
|
||
|
{
|
||
|
|
||
|
public:
|
||
|
virtual ::java::rmi::Remote * lookup(::java::lang::String *) = 0;
|
||
|
virtual void bind(::java::lang::String *, ::java::rmi::Remote *) = 0;
|
||
|
virtual void unbind(::java::lang::String *) = 0;
|
||
|
virtual void rebind(::java::lang::String *, ::java::rmi::Remote *) = 0;
|
||
|
virtual JArray< ::java::lang::String * > * list() = 0;
|
||
|
static const jint REGISTRY_PORT = 1099;
|
||
|
static ::java::lang::Class class$;
|
||
|
} __attribute__ ((java_interface));
|
||
|
|
||
|
#endif // __java_rmi_registry_Registry__
|