Example usage for Java javax.naming Reference fields, constructors, methods, implement or subclass
The text is from its open source code.
Reference(String className, RefAddr addr, String factory, String factoryLocation) 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. | |
Reference(String className, String factory, String factoryLocation) Constructs a new reference for an object with class name 'className', and the class name and location of the object's factory. | |
Reference(String className) Constructs a new reference for an object with class name 'className'. | |
Reference(String className, RefAddr addr) Constructs a new reference for an object with class name 'className' and an address. |
void | add(RefAddr addr) Adds an address to the end of the list of addresses. |
RefAddr | get(String addrType) Retrieves the first address that has the address type 'addrType'. |
RefAddr | get(int posn) Retrieves the address at index posn. |
Enumeration | getAll() Retrieves an enumeration of the addresses in this reference. |
String | getClassName() Retrieves the class name of the object to which this reference refers. |
String | getFactoryClassName() Retrieves the class name of the factory of the object to which this reference refers. |