org.omg.CSIIOP
Class ServiceConfiguration

java.lang.Object
  extended by org.omg.CSIIOP.ServiceConfiguration
All Implemented Interfaces:
java.io.Serializable, org.omg.CORBA.portable.IDLEntity

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
 
Method Summary
 
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