org.omg.CORBA
Class ServiceInformation

java.lang.Object
  |
  +--org.omg.CORBA.ServiceInformation

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

See Also:
Serialized Form

Field Summary
 ServiceDetail[] service_details
           
 int[] service_options
           
 
Constructor Summary
ServiceInformation()
           
ServiceInformation(int[], ServiceDetail[])
           
 
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 ServiceDetail[] service_details
Constructor Detail

ServiceInformation

public ServiceInformation()

ServiceInformation

public ServiceInformation(int[],
                          ServiceDetail[])