1 
2 // DO NOT EDIT THIS FILE - it is machine generated -*- c++ -*-
3 
4 #ifndef __gnu_java_rmi_dgc_DGCImpl__
5 #define __gnu_java_rmi_dgc_DGCImpl__
6 
7 #pragma interface
8 
9 #include <gnu/java/rmi/server/UnicastServerRef.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 dgc
21         {
22             class DGCImpl;
23         }
24       }
25     }
26   }
27   namespace java
28   {
29     namespace rmi
30     {
31       namespace dgc
32       {
33           class Lease;
34           class VMID;
35       }
36       namespace server
37       {
38           class ObjID;
39       }
40     }
41   }
42 }
43 
44 class gnu::java::rmi::dgc::DGCImpl : public ::gnu::java::rmi::server::UnicastServerRef
45 {
46 
47 public:
48   DGCImpl();
49   virtual ::java::rmi::dgc::Lease * dirty(JArray< ::java::rmi::server::ObjID * > *, jlong, ::java::rmi::dgc::Lease *);
50   virtual void clean(JArray< ::java::rmi::server::ObjID * > *, jlong, ::java::rmi::dgc::VMID *, jboolean);
51 private:
52   static const jlong serialVersionUID = 1LL;
53 public: // actually package-private
54   static const jlong LEASE_VALUE = 600000LL;
55 public:
56   static ::java::lang::Class class$;
57 };
58 
59 #endif // __gnu_java_rmi_dgc_DGCImpl__
60