org.omg.CSIIOP
Class ServiceConfiguration

java.lang.Object
  extended byorg.omg.CSIIOP.ServiceConfiguration
All Implemented Interfaces:
IDLEntity, java.io.Serializable

public final class ServiceConfiguration
extends java.lang.Object
implements IDLEntity

Generated from IDL definition of struct "ServiceConfiguration"

Author:
JacORB IDL compiler
See Also:
Serialized Form

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

Field Detail

syntax

public int syntax

name

public byte[] name
Constructor Detail

ServiceConfiguration

public ServiceConfiguration()

ServiceConfiguration

public ServiceConfiguration(int syntax,
                            byte[] name)