URService
Class URImpl
java.lang.Object
URService.URImpl
- public class URImpl
- extends java.lang.Object
Method Summary |
URService.GetServiceDataUR[] |
getServices_ByInstanceURL(java.lang.String instanceURL)
|
URService.GetServiceDataUR[] |
getServices(java.lang.String WAU)
|
java.lang.Thread |
getUR()
|
void |
register(java.lang.String WAU,
java.lang.String[] serviceEP,
java.lang.String instanceURL,
java.lang.String LCWAU,
java.lang.String RCWAU,
boolean colocation)
|
void |
unRegister(java.lang.String WAU,
java.lang.String serviceEP)
|
void |
unRegisterAll(java.lang.String[] ips)
|
void |
updateAllAddresses(java.lang.String[] ipsOld,
java.lang.String[] ipsNew)
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
URImpl
public URImpl()
register
public void register(java.lang.String WAU,
java.lang.String[] serviceEP,
java.lang.String instanceURL,
java.lang.String LCWAU,
java.lang.String RCWAU,
boolean colocation)
throws java.rmi.RemoteException
- Throws:
java.rmi.RemoteException
unRegister
public void unRegister(java.lang.String WAU,
java.lang.String serviceEP)
throws java.rmi.RemoteException
- Throws:
java.rmi.RemoteException
unRegisterAll
public void unRegisterAll(java.lang.String[] ips)
throws java.rmi.RemoteException
- Throws:
java.rmi.RemoteException
updateAllAddresses
public void updateAllAddresses(java.lang.String[] ipsOld,
java.lang.String[] ipsNew)
throws java.rmi.RemoteException
- Throws:
java.rmi.RemoteException
getServices
public URService.GetServiceDataUR[] getServices(java.lang.String WAU)
throws java.rmi.RemoteException
- Throws:
java.rmi.RemoteException
getServices_ByInstanceURL
public URService.GetServiceDataUR[] getServices_ByInstanceURL(java.lang.String instanceURL)
throws java.rmi.RemoteException
- Throws:
java.rmi.RemoteException
getUR
public java.lang.Thread getUR()