org.omg.CORBA
Class ServiceDetail

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

public final class ServiceDetail
extends Object
implements IDLEntity

See Also:
Serialized Form

Field Summary
 byte[] service_detail
           
 int service_detail_type
           
 
Constructor Summary
ServiceDetail()
           
ServiceDetail(int service_detail_type, byte[] service_detail)
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

service_detail_type

public int service_detail_type

service_detail

public byte[] service_detail
Constructor Detail

ServiceDetail

public ServiceDetail()

ServiceDetail

public ServiceDetail(int service_detail_type,
                     byte[] service_detail)


Copyright © 2006 Apache Software Foundation. All Rights Reserved.