Uses of Class javax.naming.RefAddr

Uses in package javax.naming

Classes derived from javax.naming.RefAddr

class
RefAddr that uses a byte array as content.
class
RefAddr that uses a String as content.

Constructors with parameter type javax.naming.RefAddr

Reference.Reference(String className, RefAddr addr)
Create a new reference that is referencing to the object of the specified class with the given address.
Reference.Reference(String className, RefAddr addr, String factoryClassName, String factoryLocation)
Create a new reference that is referencing to the object of the specified class, specifying the class and location of the factory that produces these objects and also the address of this object.

Methods with parameter type javax.naming.RefAddr

void
Reference.add(int posn, RefAddr addr)
Add the new address for this object at the given position of the address list.
void
Appends the new object address to the end of the address list.

Methods with return type javax.naming.RefAddr

RefAddr
Reference.get(int posn)
Get the address of this object at the given position.
RefAddr
Reference.get(String addrType)
Get the given type of address for this object.