org.omg.CSIIOP
Class ServiceConfiguration

java.lang.Object
  |
  +--org.omg.CSIIOP.ServiceConfiguration
All Implemented Interfaces:
org.omg.CORBA.portable.IDLEntity, java.io.Serializable

public final class ServiceConfiguration
extends java.lang.Object
implements org.omg.CORBA.portable.IDLEntity

Struct definition: ServiceConfiguration.

Author:
OpenORB Compiler
See Also:
Serialized Form

Field Summary
 byte[] name
          Struct member name
 int syntax
          Struct member syntax
 
Constructor Summary
ServiceConfiguration()
          Default constructor
ServiceConfiguration(int syntax, byte[] name)
          Constructor with fields initialization
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

syntax

public int syntax
Struct member syntax

name

public byte[] name
Struct member name
Constructor Detail

ServiceConfiguration

public ServiceConfiguration()
Default constructor

ServiceConfiguration

public ServiceConfiguration(int syntax,
                            byte[] name)
Constructor with fields initialization
Parameters:
syntax - syntax struct member
name - name struct member