Java javax.naming Reference fields, constructors, methods, implement or subclass

Example usage for Java javax.naming Reference fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for javax.naming Reference.

The text is from its open source code.

Subclass

javax.naming.Reference has subclasses.
Click this link to see all its subclasses.

Constructor

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.

Method

voidadd(RefAddr addr)
Adds an address to the end of the list of addresses.
RefAddrget(String addrType)
Retrieves the first address that has the address type 'addrType'.
RefAddrget(int posn)
Retrieves the address at index posn.
EnumerationgetAll()
Retrieves an enumeration of the addresses in this reference.
StringgetClassName()
Retrieves the class name of the object to which this reference refers.
StringgetFactoryClassName()
Retrieves the class name of the factory of the object to which this reference refers.