Uses of Class
javax.naming.RefAddr
Packages that use RefAddr
-
Uses of RefAddr in javax.naming
Subclasses of RefAddr in javax.namingModifier and TypeClassDescriptionclass
This class represents the binary form of the address of a communications end-point.class
This class represents the string form of the address of a communications end-point.Fields in javax.naming with type parameters of type RefAddrModifier and TypeFieldDescriptionReference.addrs
Contains the addresses contained in this Reference.Methods in javax.naming that return RefAddrModifier and TypeMethodDescriptionReference.get
(int posn) Retrieves the address at index posn.Retrieves the first address that has the address type 'addrType'.Methods in javax.naming that return types with arguments of type RefAddrModifier and TypeMethodDescriptionReference.getAll()
Retrieves an enumeration of the addresses in this reference.Methods in javax.naming with parameters of type RefAddrModifier and TypeMethodDescriptionvoid
Adds an address to the list of addresses at index posn.void
Adds an address to the end of the list of addresses.Constructors in javax.naming with parameters of type RefAddrModifierConstructorDescriptionConstructs a new reference for an object with class name 'className' and an address.Constructs a new reference for an object with class name 'className', the class name and location of the object's factory, and the address for the object.