| |
|
| java.lang.Object javax.naming.Reference org.jboss.naming.LinkRefPair
LinkRefPair | public class LinkRefPair extends Reference (Code) | | A pair of addresses, one to be used in the local machine,
the other in remote machines.
author: Adrian Brock (adrian@jboss.com) version: $Revision: 57209 $ |
Constructor Summary | |
public | LinkRefPair(String remote, String local) Create a new link ref pair with the give remote and local names. |
localAddress | final static String localAddress(Code) | | The local jndi object
|
remoteAddress | final static String remoteAddress(Code) | | The remote jndi object
|
LinkRefPair | public LinkRefPair(String remote, String local)(Code) | | Create a new link ref pair with the give remote and local names.
Parameters: remote - the remote name Parameters: local - the local name |
|
|
|