org.omg.IIOP
Class ProfileBody_1_0

java.lang.Object
  extended by org.omg.IIOP.ProfileBody_1_0
All Implemented Interfaces:
Serializable, IDLEntity

public final class ProfileBody_1_0
extends Object
implements IDLEntity

org/omg/IIOP/ProfileBody_1_0.java . Generated by the IDL-to-Java compiler (portable), version "3.2" from /home/iurt/rpm/BUILD/geronimo-spec-corba/src/main/idl/IIOP.idl Saturday, November 26, 2011 9:53:36 PM UTC

See Also:
Serialized Form

Field Summary
 String host
           
 Version iiop_version
           
 byte[] object_key
           
 short port
           
 
Constructor Summary
ProfileBody_1_0()
           
ProfileBody_1_0(Version _iiop_version, String _host, short _port, byte[] _object_key)
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

iiop_version

public Version iiop_version

host

public String host

port

public short port

object_key

public byte[] object_key
Constructor Detail

ProfileBody_1_0

public ProfileBody_1_0()

ProfileBody_1_0

public ProfileBody_1_0(Version _iiop_version,
                       String _host,
                       short _port,
                       byte[] _object_key)


Copyright © 2003-2011 The Apache Software Foundation. All Rights Reserved.