org.omg.CSIIOP
Class ServiceConfiguration

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

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

Generated from IDL struct "ServiceConfiguration".

Version:
generated at Jan 1, 2011 11:42:57 PM
Author:
JacORB IDL compiler V 2.3.0 (JBoss patch 6), 06-Jun-2007
See Also:
Serialized Form

Field Summary
 byte[] name
           
 int syntax
           
 
Constructor Summary
ServiceConfiguration()
           
ServiceConfiguration(int syntax, byte[] name)
           
 
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

name

public byte[] name
Constructor Detail

ServiceConfiguration

public ServiceConfiguration()

ServiceConfiguration

public ServiceConfiguration(int syntax,
                            byte[] name)