summaryrefslogtreecommitdiff
path: root/libjava/javax/naming/ldap/UnsolicitedNotification.h
blob: c23d4b0f2f61b3448b67c7fa4c3caa94a5ddb465 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
// DO NOT EDIT THIS FILE - it is machine generated -*- c++ -*-

#ifndef __javax_naming_ldap_UnsolicitedNotification__
#define __javax_naming_ldap_UnsolicitedNotification__

#pragma interface

#include <java/lang/Object.h>
#include <gcj/array.h>

extern "Java"
{
  namespace javax
  {
    namespace naming
    {
        class NamingException;
      namespace ldap
      {
          class Control;
          class UnsolicitedNotification;
      }
    }
  }
}

class javax::naming::ldap::UnsolicitedNotification : public ::java::lang::Object
{

public:
  virtual JArray< ::java::lang::String * > * getReferrals() = 0;
  virtual ::javax::naming::NamingException * getException() = 0;
  virtual ::java::lang::String * getID() = 0;
  virtual JArray< jbyte > * getEncodedValue() = 0;
  virtual JArray< ::javax::naming::ldap::Control * > * getControls() = 0;
  static ::java::lang::Class class$;
} __attribute__ ((java_interface));

#endif // __javax_naming_ldap_UnsolicitedNotification__