aboutsummaryrefslogtreecommitdiffstats
path: root/gcc-4.7/libjava/gnu/CORBA/GIOP/ServiceContext.h
blob: 7cde097f684cb53b99108d0f71925f3a53f4e15d (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
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82

// DO NOT EDIT THIS FILE - it is machine generated -*- c++ -*-

#ifndef __gnu_CORBA_GIOP_ServiceContext__
#define __gnu_CORBA_GIOP_ServiceContext__

#pragma interface

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

extern "Java"
{
  namespace gnu
  {
    namespace CORBA
    {
      namespace CDR
      {
          class AbstractCdrInput;
          class AbstractCdrOutput;
      }
      namespace GIOP
      {
          class ServiceContext;
      }
    }
  }
  namespace org
  {
    namespace omg
    {
      namespace IOP
      {
          class ServiceContext;
      }
    }
  }
}

class gnu::CORBA::GIOP::ServiceContext : public ::java::lang::Object
{

public:
  ServiceContext();
  ServiceContext(::org::omg::IOP::ServiceContext *);
  static ::gnu::CORBA::GIOP::ServiceContext * read(::gnu::CORBA::CDR::AbstractCdrInput *);
  static JArray< ::gnu::CORBA::GIOP::ServiceContext * > * readSequence(::gnu::CORBA::CDR::AbstractCdrInput *);
  virtual void write(::gnu::CORBA::CDR::AbstractCdrOutput *);
  static void writeSequence(::gnu::CORBA::CDR::AbstractCdrOutput *, JArray< ::gnu::CORBA::GIOP::ServiceContext * > *);
  static void add(JArray< ::org::omg::IOP::ServiceContext * > *, ::org::omg::IOP::ServiceContext *, jboolean);
  static JArray< ::gnu::CORBA::GIOP::ServiceContext * > * add(JArray< ::gnu::CORBA::GIOP::ServiceContext * > *, ::org::omg::IOP::ServiceContext *, jboolean);
  static ::org::omg::IOP::ServiceContext * findContext(jint, JArray< ::org::omg::IOP::ServiceContext * > *);
  static ::org::omg::IOP::ServiceContext * findContext(jint, JArray< ::gnu::CORBA::GIOP::ServiceContext * > *);
  static ::gnu::CORBA::GIOP::ServiceContext * find(jint, JArray< ::gnu::CORBA::GIOP::ServiceContext * > *);
  virtual ::java::lang::String * toString();
private:
  static const jlong serialVersionUID = 1LL;
public:
  static const jint TransactionService = 0;
  static const jint CodeSets = 1;
  static const jint ChainBypassCheck = 2;
  static const jint ChainBypassInfo = 3;
  static const jint LogicalThreadId = 4;
  static const jint BI_DIR_IIOP = 5;
  static const jint SendingContextRunTime = 6;
  static const jint INVOCATION_POLICIES = 7;
  static const jint FORWARDED_IDENTITY = 8;
  static const jint UnknownExceptionInfo = 9;
  static const jint RTCorbaPriority = 10;
  static const jint RTCorbaPriorityRange = 11;
  static const jint FT_GROUP_VERSION = 12;
  static const jint FT_REQUEST = 13;
  static const jint ExceptionDetailMessage = 14;
  static const jint SecurityAttributeService = 15;
  static const jint ActivityService = 16;
  jint __attribute__((aligned(__alignof__( ::java::lang::Object)))) context_id;
  JArray< jbyte > * context_data;
  static ::java::lang::Class class$;
};

#endif // __gnu_CORBA_GIOP_ServiceContext__