org.omg.CORBA
Class ServiceInformation

java.lang.Object
  extended byorg.omg.CORBA.ServiceInformation
All Implemented Interfaces:
IDLEntity, java.io.Serializable

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

See Also:
Serialized Form

Field Summary
 int[] service_details
           
 int[] service_options
           
 
Constructor Summary
ServiceInformation()
           
ServiceInformation(int[] service_options, int[] service_details)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

service_options

public int[] service_options

service_details

public int[] service_details
Constructor Detail

ServiceInformation

public ServiceInformation()

ServiceInformation

public ServiceInformation(int[] service_options,
                          int[] service_details)