URL
https://opencores.org/ocsvn/openrisc/openrisc/trunk
Subversion Repositories openrisc
[/] [openrisc/] [trunk/] [gnu-dev/] [or1k-gcc/] [libjava/] [java/] [rmi/] [registry/] [Registry.h] - Rev 765
Go to most recent revision | Compare with Previous | Blame | View Log
// 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__
Go to most recent revision | Compare with Previous | Blame | View Log