|
JavaTM 2 Platform Std. Ed. v1.4.2 |
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use RefAddr | |
javax.naming | Provides the classes and interfaces for accessing naming services. |
Uses of RefAddr in javax.naming |
Subclasses of RefAddr in javax.naming | |
class |
BinaryRefAddr
This class represents the binary form of the address of a communications end-point. |
class |
StringRefAddr
This class represents the string form of the address of a communications end-point. |
Methods in javax.naming that return RefAddr | |
RefAddr |
Reference.get(String addrType)
Retrieves the first address that has the address type 'addrType'. |
RefAddr |
Reference.get(int posn)
Retrieves the address at index posn. |
Methods in javax.naming with parameters of type RefAddr | |
void |
Reference.add(RefAddr addr)
Adds an address to the end of the list of addresses. |
void |
Reference.add(int posn,
RefAddr addr)
Adds an address to the list of addresses at index posn. |
Constructors in javax.naming with parameters of type RefAddr | |
Reference(String className,
RefAddr addr)
Constructs a new reference for an object with class name 'className' and an address. |
|
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. |
|
JavaTM 2 Platform Std. Ed. v1.4.2 |
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Copyright 2003 Sun Microsystems, Inc. All rights reserved. Use is subject to license terms. Also see the documentation redistribution policy.