001 package org.omg.CSIIOP;
002
003
004 /**
005 * org/omg/CSIIOP/ServiceConfiguration.java .
006 * Generated by the IDL-to-Java compiler (portable), version "3.2"
007 * from /home/iurt/rpm/BUILD/geronimo-spec-corba/src/main/idl/CSIIOP.idl
008 * Saturday, November 26, 2011 9:53:35 PM UTC
009 */
010
011 public final class ServiceConfiguration implements org.omg.CORBA.portable.IDLEntity
012 {
013 public int syntax = (int)0;
014 public byte name[] = null;
015
016 public ServiceConfiguration ()
017 {
018 } // ctor
019
020 public ServiceConfiguration (int _syntax, byte[] _name)
021 {
022 syntax = _syntax;
023 name = _name;
024 } // ctor
025
026 } // class ServiceConfiguration