Oracle Fusion Middleware Java API Reference for Oracle ADF Share
12c (12.1.3)
E41651-01
- java.lang.Object
-
- javax.naming.RefAddr
-
- oracle.adf.share.jndi.MetadataRefAddr
-
-
Field Summary
-
Fields inherited from class javax.naming.RefAddr
addrType
-
Constructor Summary
Constructors
Constructor and Description |
MetadataRefAddr(java.lang.String addrType,
java.lang.String addr)
Constructs a new instance of MetadataRefAddr using its address type
and contents.
|
-
Method Summary
Methods
Modifier and Type |
Method and Description |
java.lang.Object |
getContent()
Retrieves the contents of this address.
|
-
Methods inherited from class javax.naming.RefAddr
equals, getType, hashCode, toString
-
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
-
-
Constructor Detail
-
MetadataRefAddr
public MetadataRefAddr(java.lang.String addrType,
java.lang.String addr)
Constructs a new instance of MetadataRefAddr using its address type
and contents.
- Parameters:
addrType
- A non-null string describing the type of the address.addr
- The possibly null contents of the address in the form of a string.
Oracle Fusion Middleware Java API Reference for Oracle ADF Share
12c (12.1.3)
E41651-01
Copyright © 1997, 2014, Oracle. All rights reserved.