Merged gcj-eclipse branch to trunk.
[official-gcc.git] / libjava / java / rmi / server / RemoteCall.h
blobe416f0b81c0c42e1ff56f36f2b4061a24b6ab4ec
2 // DO NOT EDIT THIS FILE - it is machine generated -*- c++ -*-
4 #ifndef __java_rmi_server_RemoteCall__
5 #define __java_rmi_server_RemoteCall__
7 #pragma interface
9 #include <java/lang/Object.h>
10 extern "Java"
12 namespace java
14 namespace rmi
16 namespace server
18 class RemoteCall;
24 class java::rmi::server::RemoteCall : public ::java::lang::Object
27 public:
28 virtual ::java::io::ObjectOutput * getOutputStream() = 0;
29 virtual void releaseOutputStream() = 0;
30 virtual ::java::io::ObjectInput * getInputStream() = 0;
31 virtual void releaseInputStream() = 0;
32 virtual ::java::io::ObjectOutput * getResultStream(jboolean) = 0;
33 virtual void executeCall() = 0;
34 virtual void done() = 0;
35 static ::java::lang::Class class$;
36 } __attribute__ ((java_interface));
38 #endif // __java_rmi_server_RemoteCall__