Uses of Class
javax.naming.RefAddr
Packages that use RefAddr
-
Uses of RefAddr in javax.naming
Subclasses of RefAddr in javax.naming修饰符和类Class描述class
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 RefAddrMethods in javax.naming that return RefAddr修饰符和类方法描述Reference.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 RefAddrMethods in javax.naming with parameters of type RefAddr修饰符和类方法描述void
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 RefAddrModifierConstructor描述Constructs 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.