Package org.omg.IIOP

Examples of org.omg.IIOP.Version


    return GIOPVersion.V1_2;
  }

  public Version getIIOPVersion() {
    GIOPVersion v = getGIOPVersion();
    return new Version((byte) v.major, (byte) v.minor);
  }
View Full Code Here

TOP

Related Classes of org.omg.IIOP.Version

Copyright © 2018 www.massapicom. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.