OSDN Git Service

2007-02-11 H.J. Lu <hongjiu.lu@intel.com>
[pf3gnuchains/gcc-fork.git] / libjava / gnu / classpath / ServiceFactory.h
1
2 // DO NOT EDIT THIS FILE - it is machine generated -*- c++ -*-
3
4 #ifndef __gnu_classpath_ServiceFactory__
5 #define __gnu_classpath_ServiceFactory__
6
7 #pragma interface
8
9 #include <java/lang/Object.h>
10 extern "Java"
11 {
12   namespace gnu
13   {
14     namespace classpath
15     {
16         class ServiceFactory;
17     }
18   }
19 }
20
21 class gnu::classpath::ServiceFactory : public ::java::lang::Object
22 {
23
24   ServiceFactory();
25 public:
26   static ::java::util::Iterator * lookupProviders(::java::lang::Class *, ::java::lang::ClassLoader *);
27   static ::java::util::Iterator * lookupProviders(::java::lang::Class *);
28 public: // actually package-private
29   static void log(::java::util::logging::Level *, ::java::lang::String *, ::java::lang::Object *, ::java::lang::Throwable *);
30 private:
31   static ::java::util::logging::Logger * LOGGER;
32 public:
33   static ::java::lang::Class class$;
34 };
35
36 #endif // __gnu_classpath_ServiceFactory__