OpenCores
URL https://opencores.org/ocsvn/openrisc/openrisc/trunk

Subversion Repositories openrisc

[/] [openrisc/] [trunk/] [gnu-dev/] [or1k-gcc/] [libjava/] [javax/] [naming/] [spi/] [DirectoryManager.h] - Blame information for rev 759

Details | Compare with Previous | View Log

Line No. Rev Author Line
1 759 jeremybenn
 
2
// DO NOT EDIT THIS FILE - it is machine generated -*- c++ -*-
3
 
4
#ifndef __javax_naming_spi_DirectoryManager__
5
#define __javax_naming_spi_DirectoryManager__
6
 
7
#pragma interface
8
 
9
#include <javax/naming/spi/NamingManager.h>
10
extern "Java"
11
{
12
  namespace javax
13
  {
14
    namespace naming
15
    {
16
        class CannotProceedException;
17
        class Context;
18
        class Name;
19
      namespace directory
20
      {
21
          class Attributes;
22
          class DirContext;
23
      }
24
      namespace spi
25
      {
26
          class DirStateFactory$Result;
27
          class DirectoryManager;
28
          class ObjectFactory;
29
      }
30
    }
31
  }
32
}
33
 
34
class javax::naming::spi::DirectoryManager : public ::javax::naming::spi::NamingManager
35
{
36
 
37
public: // actually package-private
38
  DirectoryManager();
39
public:
40
  static ::javax::naming::directory::DirContext * getContinuationDirContext(::javax::naming::CannotProceedException *);
41
private:
42
  static ::java::lang::Object * tryCreateObject(::javax::naming::spi::ObjectFactory *, ::java::lang::Object *, ::javax::naming::Name *, ::javax::naming::Context *, ::java::util::Hashtable *, ::javax::naming::directory::Attributes *);
43
public:
44
  static ::java::lang::Object * getObjectInstance(::java::lang::Object *, ::javax::naming::Name *, ::javax::naming::Context *, ::java::util::Hashtable *, ::javax::naming::directory::Attributes *);
45
  static ::javax::naming::spi::DirStateFactory$Result * getStateToBind(::java::lang::Object *, ::javax::naming::Name *, ::javax::naming::Context *, ::java::util::Hashtable *, ::javax::naming::directory::Attributes *);
46
  static ::java::lang::Class class$;
47
};
48
 
49
#endif // __javax_naming_spi_DirectoryManager__

powered by: WebSVN 2.1.0

© copyright 1999-2024 OpenCores.org, equivalent to Oliscience, all rights reserved. OpenCores®, registered trademark.