Please note that this documentation is not final and is subject to change.

Java™ Platform
Standard Ed. 7

DRAFT ea-b89

org.omg.IOP
Class Encoding

java.lang.Object
  extended by org.omg.IOP.Encoding
All Implemented Interfaces:
Serializable, IDLEntity

public final class Encoding
extends Object
implements IDLEntity

org/omg/IOP/Encoding.java . Generated by the IDL-to-Java compiler (portable), version "3.2" from ../../../../src/share/classes/org/omg/PortableInterceptor/IOP.idl Thursday, April 15, 2010 4:11:54 AM PDT


Field Summary
Modifier and Type Field and Description
 short format
          The encoding format.
 byte major_version
          The major version of this Encoding format.
 byte minor_version
          The minor version of this Encoding format.
 
Constructor Summary
Constructor and Description
Encoding()
           
Encoding(short _format, byte _major_version, byte _minor_version)
           
 
Method Summary
Modifier and Type Method and Description
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

format

public short format
The encoding format.


major_version

public byte major_version
The major version of this Encoding format.


minor_version

public byte minor_version
The minor version of this Encoding format.

Constructor Detail

Encoding

public Encoding()

Encoding

public Encoding(short _format,
                byte _major_version,
                byte _minor_version)

Java™ Platform
Standard Ed. 7

DRAFT ea-b89

Submit a bug or feature

Copyright 2010 Sun Microsystems, Inc. All Rights Reserved. Use is subject to license terms.