summaryrefslogtreecommitdiff
path: root/libjava/gnu/CORBA/OrbFocused.h
blob: ec756ea491897938d2b9f7e9b218d33770591098 (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
// DO NOT EDIT THIS FILE - it is machine generated -*- c++ -*-

#ifndef __gnu_CORBA_OrbFocused__
#define __gnu_CORBA_OrbFocused__

#pragma interface

#include <gnu/CORBA/Poa/ORB_1_4.h>
#include <gcj/array.h>

extern "Java"
{
  namespace gnu
  {
    namespace CORBA
    {
        class IOR;
        class OrbFocused;
        class OrbFunctional$portServer;
    }
  }
  namespace java
  {
    namespace applet
    {
        class Applet;
    }
  }
  namespace org
  {
    namespace omg
    {
      namespace CORBA
      {
          class Object;
      }
    }
  }
}

class gnu::CORBA::OrbFocused : public ::gnu::CORBA::Poa::ORB_1_4
{

public:
  OrbFocused();
  virtual void setPortRange(::java::lang::String *);
  virtual void setPortRange(jint, jint);
public: // actually package-private
  virtual jint getPortFromRange(jint);
public: // actually protected
  virtual ::gnu::CORBA::OrbFunctional$portServer * getPortServer(jint);
public:
  virtual void run();
  virtual jint getFreePort();
  virtual void connect_1_thread(::org::omg::CORBA::Object *, JArray< jbyte > *, ::java::lang::Object *);
  virtual void startService(::gnu::CORBA::IOR *);
public: // actually protected
  virtual void set_parameters(::java::applet::Applet *, ::java::util::Properties *);
  virtual void set_parameters(JArray< ::java::lang::String * > *, ::java::util::Properties *);
  virtual void useProperties(::java::util::Properties *);
public:
  static ::java::lang::String * LISTENER_PORT;
public: // actually package-private
  jint __attribute__((aligned(__alignof__( ::gnu::CORBA::Poa::ORB_1_4)))) m_ports_from;
  jint m_ports_to;
  static const jint PARALLEL = 0;
  static const jint SEQUENTIAL = 1;
  ::java::util::Random * m_random;
public:
  static ::java::lang::Class class$;
};

#endif // __gnu_CORBA_OrbFocused__