Oracle Fusion Middleware Java API Reference for Oracle ADF Mobile Client
11g Release 1 (11.1.1)

E17503-02

oracle.adf.share.jndi
Class XmlRefAddr

java.lang.Object
  extended by oracle.adfnmc.javax.naming.RefAddr
      extended by oracle.adf.share.jndi.XmlRefAddr
All Implemented Interfaces:
Serializable

public class XmlRefAddr
extends oracle.adfnmc.javax.naming.RefAddr


Field Summary
static java.lang.Class CLASS_INSTANCE
           
 
Fields inherited from class oracle.adfnmc.javax.naming.RefAddr
addrType
 
Constructor Summary
XmlRefAddr(java.lang.String addrType, XmlAnyDefinition doc)
           
 
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
 

Field Detail

CLASS_INSTANCE

public static final java.lang.Class CLASS_INSTANCE
Constructor Detail

XmlRefAddr

public XmlRefAddr(java.lang.String addrType,
                  XmlAnyDefinition doc)
Method Detail

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

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.

Oracle Fusion Middleware Java API Reference for Oracle ADF Mobile Client
11g Release 1 (11.1.1)

E17503-02

Copyright © 2011, Oracle and/or its affiliates. All rights reserved.