org.apache.yoko.orb.OCI
Class ProfileInfo

java.lang.Object
  extended by org.apache.yoko.orb.OCI.ProfileInfo
All Implemented Interfaces:
Serializable, IDLEntity

public final class ProfileInfo
extends Object
implements IDLEntity

Basic information about an IOR profile. Profiles for specific protocols contain additional data. (For example, an IIOP profile also contains a hostname and a port number.)

See Also:
Serialized Form

Field Summary
 TaggedComponent[] components
           
 int id
           
 int index
           
 byte[] key
           
 byte major
           
 byte minor
           
 
Constructor Summary
ProfileInfo()
           
ProfileInfo(byte[] key, byte major, byte minor, int id, int index, TaggedComponent[] components)
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

key

public byte[] key

major

public byte major

minor

public byte minor

id

public int id

index

public int index

components

public TaggedComponent[] components
Constructor Detail

ProfileInfo

public ProfileInfo()

ProfileInfo

public ProfileInfo(byte[] key,
                   byte major,
                   byte minor,
                   int id,
                   int index,
                   TaggedComponent[] components)


Copyright © 2006-2011 Apache Software Foundation. All Rights Reserved.