oracle.adf.share.jndi
Class XmlRefAddr
java.lang.Object
oracle.adfnmc.javax.naming.RefAddr
oracle.adf.share.jndi.XmlRefAddr
- All Implemented Interfaces:
- Serializable
public class XmlRefAddr
- extends oracle.adfnmc.javax.naming.RefAddr
Fields inherited from class oracle.adfnmc.javax.naming.RefAddr |
addrType |
Method Summary |
boolean |
equals(java.lang.Object obj)
Determines whether obj is equal to this RefAddr. |
java.lang.Object |
getContent()
|
java.lang.String |
toString()
Generates the string representation of this address. |
Methods inherited from class oracle.adfnmc.javax.naming.RefAddr |
getType, hashCode |
Methods inherited from class java.lang.Object |
getClass, notify, notifyAll, wait, wait, wait |
CLASS_INSTANCE
public static final java.lang.Class CLASS_INSTANCE
XmlRefAddr
public XmlRefAddr(java.lang.String addrType,
XmlAnyDefinition doc)
getContent
public java.lang.Object getContent()
- Specified by:
getContent
in class oracle.adfnmc.javax.naming.RefAddr
equals
public boolean equals(java.lang.Object obj)
- Determines whether obj is equal to this RefAddr.
obj is equal to this RefAddr all of these conditions are true
non-null
- instance of RefAddr
- obj has the same address type as this RefAddr (using String.compareTo())
- both obj and this RefAddr's contents are null or they are equal
(using the equals() test).
- Overrides:
equals
in class oracle.adfnmc.javax.naming.RefAddr
- Parameters:
obj
- possibly null obj to check.
- Returns:
- true if obj is equal to this refaddr; false otherwise.
- See Also:
getContent()
,
RefAddr.getType()
toString
public java.lang.String toString()
- Generates the string representation of this address.
The string consists of the address's type and contents with labels.
This representation is intended for display only and not to be parsed.
- Overrides:
toString
in class oracle.adfnmc.javax.naming.RefAddr
- Returns:
- The non-null string representation of this address.
Copyright © 2011, Oracle and/or its affiliates. All rights reserved.