| 
 | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||
java.lang.Object
  |
  +--org.openorb.net.AbstractAddress
        |
        +--org.openorb.iiop.IIOPAddress
IIOP request target.
| Field Summary | |
| static short | MASK_PRI_SECUREBits available to be altered for differing security levels. | 
| static short | MASK_PRI_VERSIONMask of bits set for the version priority. | 
| static short | PRI_FLAG_ALTERNATEFlag set if address is an alternate address. | 
| static short | PRI_FLAG_NONPRIMARYFlag set if address is from profile not containing primary profile component. | 
| static short | PRI_UNSECUREStandard unsecured address. | 
| static short[] | PRI_VERSIONVersion priorities | 
| Fields inherited from interface org.openorb.net.Address | 
| MASK_ADDRESS_PRIORITY | 
| Method Summary | |
|  java.lang.Object | clone()Clone an IIOP address object. | 
|  boolean | equals(java.lang.Object obj)Checks whether two instances are equal. | 
|  Address[] | get_alternates()Return all the alternative addresses created from this profile. | 
|  java.net.InetAddress | get_host()Return the host as an InetAddress | 
|  java.lang.String | get_hostname()Return the hostname of the target. | 
|  int | get_orb_type()Return the four char orb type. | 
|  int | get_port()Return the port number of the target. | 
|  Version | get_version()Get the IIOP version of the target. | 
|  CodeSetComponentInfo | getCodesetComponentInfo()Return the codeset data. | 
|  java.lang.String | getEndpointDescription()Human readable string describing the endpoint. | 
|  java.lang.String | getEndpointString()A string which could be used to contact the endpoint in a corbaloc style address. | 
|  java.lang.String | getProtocol()The protocol string as would appear in the corbaloc address. | 
|  int | hashCode()Compute a hash code for this class. | 
|  void | setHost(java.net.InetAddress host)Set the host name of this IIOP address. | 
|  void | setPort(int port)Set the port number of this IIOP address. | 
|  void | setProtocol(java.lang.String protocol)Set the protocol version of this IIOP address. | 
| Methods inherited from class org.openorb.net.AbstractAddress | 
| createTransport, get_component_data, get_component, get_components, get_components, get_profile_components, get_target_policies, getObjectKeyDescription, getObjectKeyString, getPriority, getPriority, getTargetAddress, set_component_data, setPriority, setPriority, setTransportConstructor | 
| Methods inherited from class java.lang.Object | 
| getClass, notify, notifyAll, toString, wait, wait, wait | 
| Field Detail | 
public static final short MASK_PRI_VERSION
public static final short[] PRI_VERSION
public static final short PRI_FLAG_ALTERNATE
public static final short PRI_FLAG_NONPRIMARY
public static final short MASK_PRI_SECURE
public static final short PRI_UNSECURE
| Method Detail | 
public void setHost(java.net.InetAddress host)
public void setPort(int port)
public void setProtocol(java.lang.String protocol)
public java.lang.Object clone()
public java.lang.String getProtocol()
public java.lang.String get_hostname()
public java.net.InetAddress get_host()
public int get_port()
public Version get_version()
public int get_orb_type()
public CodeSetComponentInfo getCodesetComponentInfo()
public Address[] get_alternates()
public java.lang.String getEndpointString()
public java.lang.String getEndpointDescription()
public int hashCode()
hashCode in class AbstractAddresspublic boolean equals(java.lang.Object obj)
equals in class AbstractAddressobj - The object to compare with.| 
 | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||