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

Subversion Repositories openrisc

[/] [openrisc/] [trunk/] [gnu-dev/] [or1k-gcc/] [libjava/] [javax/] [naming/] [ldap/] [UnsolicitedNotification.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_ldap_UnsolicitedNotification__
5
#define __javax_naming_ldap_UnsolicitedNotification__
6
 
7
#pragma interface
8
 
9
#include <java/lang/Object.h>
10
#include <gcj/array.h>
11
 
12
extern "Java"
13
{
14
  namespace javax
15
  {
16
    namespace naming
17
    {
18
        class NamingException;
19
      namespace ldap
20
      {
21
          class Control;
22
          class UnsolicitedNotification;
23
      }
24
    }
25
  }
26
}
27
 
28
class javax::naming::ldap::UnsolicitedNotification : public ::java::lang::Object
29
{
30
 
31
public:
32
  virtual JArray< ::java::lang::String * > * getReferrals() = 0;
33
  virtual ::javax::naming::NamingException * getException() = 0;
34
  virtual ::java::lang::String * getID() = 0;
35
  virtual JArray< jbyte > * getEncodedValue() = 0;
36
  virtual JArray< ::javax::naming::ldap::Control * > * getControls() = 0;
37
  static ::java::lang::Class class$;
38
} __attribute__ ((java_interface));
39
 
40
#endif // __javax_naming_ldap_UnsolicitedNotification__

powered by: WebSVN 2.1.0

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