File: Binding.java

package info (click to toggle)
openjdk-6 6b36-1.13.8-1~deb7u1
  • links: PTS, VCS
  • area: main
  • in suites: wheezy
  • size: 73,576 kB
  • sloc: java: 173,246; cpp: 13,710; asm: 6,470; ansic: 4,827; sh: 4,594; makefile: 4,281; perl: 1,005; python: 310
file content (28 lines) | stat: -rw-r--r-- 723 bytes parent folder | download | duplicates (15)
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
package org.omg.CosNaming;


/**
* org/omg/CosNaming/Binding.java .
* Generated by the IDL-to-Java compiler (portable), version "3.2"
* from ../../../../src/share/classes/org/omg/CosNaming/nameservice.idl
* Friday, May 25, 2007 3:39:57 o'clock PM GMT-05:00
*/

public final class Binding implements org.omg.CORBA.portable.IDLEntity
{
  public org.omg.CosNaming.NameComponent binding_name[] = null;

  // name
  public org.omg.CosNaming.BindingType binding_type = null;

  public Binding ()
  {
  } // ctor

  public Binding (org.omg.CosNaming.NameComponent[] _binding_name, org.omg.CosNaming.BindingType _binding_type)
  {
    binding_name = _binding_name;
    binding_type = _binding_type;
  } // ctor

} // class Binding