Frames | No Frames |
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 | |
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 | 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 | Get the address of this object at the given position.
|
RefAddr | Get the given type of address for this object.
|