org.omg.CORBA
Class ServiceInformation

java.lang.Object
  |
  +--org.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
 ServiceDetail[] service_details
           
 ServiceDetail[] service_options
           
 
Constructor Summary
ServiceInformation()
           
ServiceInformation(ServiceDetail[] service_options, ServiceDetail[] service_details)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

service_options

public ServiceDetail[] service_options

service_details

public ServiceDetail[] service_details
Constructor Detail

ServiceInformation

public ServiceInformation()

ServiceInformation

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