org.apache.yoko.orb.OCI
Class ProfileInfo
java.lang.Object
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
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
key
public byte[] key
major
public byte major
minor
public byte minor
id
public int id
index
public int index
components
public TaggedComponent[] components
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.