org.omg.CORBA
Class ServiceInformation

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

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)
           
 
Method Summary
 
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)


Copyright © 2009. All Rights Reserved.