tyrex.naming
final class ReferenceRefAddr extends RefAddr
Constructor Summary | |
---|---|
ReferenceRefAddr(String addressType, Referenceable referenceable)
Create the ReferenceRefAddr with the specified arguments.
| |
ReferenceRefAddr(String addressType, Referenceable referenceable, Hashtable environment)
Create the ReferenceRefAddr with the specified arguments.
| |
ReferenceRefAddr(String addressType, Reference reference)
Create the ReferenceRefAddr with the specified arguments.
| |
ReferenceRefAddr(String addressType, Reference reference, Hashtable environment)
Create the ReferenceRefAddr with the specified arguments.
|
Method Summary | |
---|---|
boolean | equals(Object object)
Return true if the specified object is of type
ReferenceRefAddr and has the same underlying reference.
|
Object | getContent()
Returns the object referred to by the underlying
reference.
|
int | hashCode()
Return the hashcode of the underlying reference as the hashcode
of the ReferenceRefAddr.
|
The reference from the specified referenceable object is retrieved and stored.
A null environment hashtable is used in the recreation of the referenceable object from the underlying reference.
Parameters: addressType the address type of the ref addr referenceable the referenceable object
UNKNOWN: NamingException if there is a problem get the reference from the referenceable object.
The reference from the specified referenceable object is retrieved and stored.
Parameters: addressType the address type of the ref addr referenceable the referenceable object environment used in the recreation of the referenceable object from the underlying reference. Can be null.
UNKNOWN: NamingException if there is a problem get the reference from the referenceable object.
A null environment hashtable is used in the recreation of the referenceable object from the underlying reference.
Parameters: addressType the address type of the ref addr reference the reference
Parameters: addressType the address type of the ref addr reference the reference environment used in the recreation of the referenceable object from the underlying reference. Can be null.
Parameters: object the object
Returns: true if the specified object is of type ReferenceRefAddr and has the same underlying reference.
Returns: the object referred to by the underlying reference.
Returns: the hashcode of the underlying reference as the hashcode of the ReferenceRefAddr.