public interface DiscoveryAdmin
Modifier and Type | Method and Description |
---|---|
void |
addDiscoveryProxy(DiscoveryProxyDetails pd24)
Auto generated method signature for Asynchronous Invocations
|
void |
disableServiceDiscovery(boolean sendBye22)
Auto generated method signature for Asynchronous Invocations
|
void |
enableServiceDiscovery(String proxyURL20)
Auto generated method signature for Asynchronous Invocations
|
DiscoveryProxyDetails[] |
getDiscoveryProxies()
Auto generated method signature
|
DiscoveryProxyDetails |
getDiscoveryProxy(String name11)
Auto generated method signature
|
ServiceDiscoveryConfig |
getServiceDiscoveryConfig()
Auto generated method signature
|
TargetServiceDetails[] |
probeDiscoveryProxy(String name34,
ProbeDetails probe35)
Auto generated method signature
|
void |
removeDiscoveryProxy(String name29)
Auto generated method signature for Asynchronous Invocations
|
TargetServiceDetails |
resolveTargetService(String name15,
String serviceId16)
Auto generated method signature
|
void |
startgetDiscoveryProxies(DiscoveryAdminCallbackHandler callback)
Auto generated method signature for Asynchronous Invocations
|
void |
startgetDiscoveryProxy(String name11,
DiscoveryAdminCallbackHandler callback)
Auto generated method signature for Asynchronous Invocations
|
void |
startgetServiceDiscoveryConfig(DiscoveryAdminCallbackHandler callback)
Auto generated method signature for Asynchronous Invocations
|
void |
startprobeDiscoveryProxy(String name34,
ProbeDetails probe35,
DiscoveryAdminCallbackHandler callback)
Auto generated method signature for Asynchronous Invocations
|
void |
startresolveTargetService(String name15,
String serviceId16,
DiscoveryAdminCallbackHandler callback)
Auto generated method signature for Asynchronous Invocations
|
void |
updateDiscoveryProxy(DiscoveryProxyDetails pd39)
Auto generated method signature for Asynchronous Invocations
|
DiscoveryProxyDetails getDiscoveryProxy(String name11) throws RemoteException, Exception
getDiscoveryProxy10
- Exception
- :RemoteException
void startgetDiscoveryProxy(String name11, DiscoveryAdminCallbackHandler callback) throws RemoteException
getDiscoveryProxy10
- RemoteException
TargetServiceDetails resolveTargetService(String name15, String serviceId16) throws RemoteException, Exception
resolveTargetService14
- Exception
- :RemoteException
void startresolveTargetService(String name15, String serviceId16, DiscoveryAdminCallbackHandler callback) throws RemoteException
resolveTargetService14
- RemoteException
void enableServiceDiscovery(String proxyURL20) throws RemoteException, Exception
Exception
- :RemoteException
void disableServiceDiscovery(boolean sendBye22) throws RemoteException, Exception
Exception
- :RemoteException
void addDiscoveryProxy(DiscoveryProxyDetails pd24) throws RemoteException, Exception
Exception
- :RemoteException
ServiceDiscoveryConfig getServiceDiscoveryConfig() throws RemoteException, Exception
Exception
- :RemoteException
void startgetServiceDiscoveryConfig(DiscoveryAdminCallbackHandler callback) throws RemoteException
RemoteException
void removeDiscoveryProxy(String name29) throws RemoteException, Exception
Exception
- :RemoteException
DiscoveryProxyDetails[] getDiscoveryProxies() throws RemoteException, Exception
Exception
- :RemoteException
void startgetDiscoveryProxies(DiscoveryAdminCallbackHandler callback) throws RemoteException
RemoteException
TargetServiceDetails[] probeDiscoveryProxy(String name34, ProbeDetails probe35) throws RemoteException, Exception
probeDiscoveryProxy33
- Exception
- :RemoteException
void startprobeDiscoveryProxy(String name34, ProbeDetails probe35, DiscoveryAdminCallbackHandler callback) throws RemoteException
probeDiscoveryProxy33
- RemoteException
void updateDiscoveryProxy(DiscoveryProxyDetails pd39) throws RemoteException, Exception
Exception
- :RemoteException
Copyright © 2017 WSO2. All rights reserved.