|
||||||||||
PREV CLASS (src) NEXT CLASS (src) | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjavax.naming.Reference
org.jboss.naming.LinkRefPair
A pair of addresses, one to be used in the local machine, the other in remote machines.
Field Summary |
Fields inherited from class javax.naming.Reference |
addrs, classFactory, classFactoryLocation, className |
Constructor Summary | |
LinkRefPair(java.lang.String remote,
java.lang.String local)
Create a new link ref pair with the give remote and local names. |
Method Summary | |
java.lang.String |
getGUID()
Get the guid link name |
java.lang.String |
getLocalLinkName()
Get the local link name |
java.lang.String |
getRemoteLinkName()
Get the remote link name |
Methods inherited from class javax.naming.Reference |
add, add, clear, clone, equals, get, get, getAll, getClassName, getFactoryClassLocation, getFactoryClassName, hashCode, remove, size, toString |
Methods inherited from class java.lang.Object |
finalize, getClass, notify, notifyAll, wait, wait, wait |
Constructor Detail |
public LinkRefPair(java.lang.String remote, java.lang.String local)
remote
- the remote namelocal
- the local nameMethod Detail |
public java.lang.String getGUID() throws javax.naming.MalformedLinkException
javax.naming.MalformedLinkException
- when the reference is malformedpublic java.lang.String getRemoteLinkName() throws javax.naming.MalformedLinkException
javax.naming.MalformedLinkException
- when the reference is malformedpublic java.lang.String getLocalLinkName() throws javax.naming.MalformedLinkException
javax.naming.MalformedLinkException
- when the reference is malformed
|
||||||||||
PREV CLASS (src) NEXT CLASS (src) | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |