public interface OpaqueReference
Modifier and Type | Method and Description |
---|---|
java.lang.Object |
getReferent(javax.naming.Name name,
javax.naming.Context ctx)
Returns object to which this reference refers.
|
java.lang.String |
toString()
Displays the name that represents the thing that's being aggregated.
|
java.lang.Object getReferent(javax.naming.Name name, javax.naming.Context ctx) throws javax.naming.NamingException
javax.naming.NamingException
java.lang.String toString()
toString
in class java.lang.Object