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

Subversion Repositories openrisc

[/] [openrisc/] [trunk/] [gnu-dev/] [or1k-gcc/] [libjava/] [gnu/] [javax/] [print/] [ipp/] [IppResponse.h] - Blame information for rev 756

Details | Compare with Previous | View Log

Line No. Rev Author Line
1 756 jeremybenn
 
2
// DO NOT EDIT THIS FILE - it is machine generated -*- c++ -*-
3
 
4
#ifndef __gnu_javax_print_ipp_IppResponse__
5
#define __gnu_javax_print_ipp_IppResponse__
6
 
7
#pragma interface
8
 
9
#include <java/lang/Object.h>
10
#include <gcj/array.h>
11
 
12
extern "Java"
13
{
14
  namespace gnu
15
  {
16
    namespace javax
17
    {
18
      namespace print
19
      {
20
        namespace ipp
21
        {
22
            class IppResponse;
23
        }
24
      }
25
    }
26
  }
27
  namespace java
28
  {
29
    namespace net
30
    {
31
        class URI;
32
    }
33
  }
34
}
35
 
36
class gnu::javax::print::ipp::IppResponse : public ::java::lang::Object
37
{
38
 
39
public:
40
  IppResponse(::java::net::URI *, jshort);
41
public: // actually protected
42
  virtual void setResponseData(::java::io::InputStream *);
43
public:
44
  virtual ::java::net::URI * getURI();
45
  virtual jint getOperationID();
46
  virtual ::java::util::List * getJobAttributes();
47
  virtual ::java::util::List * getOperationAttributes();
48
  virtual ::java::util::List * getPrinterAttributes();
49
  virtual jint getRequestID();
50
  virtual jshort getStatusCode();
51
  virtual ::java::util::List * getUnsupportedAttributes();
52
  virtual JArray< jbyte > * getData();
53
public: // actually package-private
54
  static ::java::util::logging::Logger * logger;
55
  ::java::net::URI * __attribute__((aligned(__alignof__( ::java::lang::Object)))) uri;
56
  jshort operation_id;
57
  jshort status_code;
58
  jint request_id;
59
  ::java::util::List * operationAttributes;
60
  ::java::util::List * printerAttributes;
61
  ::java::util::List * jobAttributes;
62
  ::java::util::List * unsupportedAttributes;
63
  JArray< jbyte > * data;
64
public:
65
  static ::java::lang::Class class$;
66
};
67
 
68
#endif // __gnu_javax_print_ipp_IppResponse__

powered by: WebSVN 2.1.0

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