public interface DiscoveryAdmin
Modifier and Type | Method and Description |
---|---|
void |
addDiscoveryProxy(DiscoveryProxyDetails pd21)
Auto generated method signature for Asynchronous Invocations
|
void |
disableServiceDiscovery(boolean sendBye33)
Auto generated method signature for Asynchronous Invocations
|
void |
enableServiceDiscovery(String proxyURL26)
Auto generated method signature for Asynchronous Invocations
|
DiscoveryProxyDetails[] |
getDiscoveryProxies()
Auto generated method signature
|
DiscoveryProxyDetails |
getDiscoveryProxy(String name37)
Auto generated method signature
|
ServiceDiscoveryConfig |
getServiceDiscoveryConfig()
Auto generated method signature
|
TargetServiceDetails[] |
probeDiscoveryProxy(String name28,
ProbeDetails probe29)
Auto generated method signature
|
void |
removeDiscoveryProxy(String name35)
Auto generated method signature for Asynchronous Invocations
|
TargetServiceDetails |
resolveTargetService(String name16,
String serviceId17)
Auto generated method signature
|
void |
startgetDiscoveryProxies(DiscoveryAdminCallbackHandler callback)
Auto generated method signature for Asynchronous Invocations
|
void |
startgetDiscoveryProxy(String name37,
DiscoveryAdminCallbackHandler callback)
Auto generated method signature for Asynchronous Invocations
|
void |
startgetServiceDiscoveryConfig(DiscoveryAdminCallbackHandler callback)
Auto generated method signature for Asynchronous Invocations
|
void |
startprobeDiscoveryProxy(String name28,
ProbeDetails probe29,
DiscoveryAdminCallbackHandler callback)
Auto generated method signature for Asynchronous Invocations
|
void |
startresolveTargetService(String name16,
String serviceId17,
DiscoveryAdminCallbackHandler callback)
Auto generated method signature for Asynchronous Invocations
|
void |
updateDiscoveryProxy(DiscoveryProxyDetails pd11)
Auto generated method signature for Asynchronous Invocations
|
void updateDiscoveryProxy(DiscoveryProxyDetails pd11) throws RemoteException, Exception
Exception
- :RemoteException
ServiceDiscoveryConfig getServiceDiscoveryConfig() throws RemoteException, Exception
Exception
- :RemoteException
void startgetServiceDiscoveryConfig(DiscoveryAdminCallbackHandler callback) throws RemoteException
RemoteException
TargetServiceDetails resolveTargetService(String name16, String serviceId17) throws RemoteException, Exception
resolveTargetService15
- Exception
- :RemoteException
void startresolveTargetService(String name16, String serviceId17, DiscoveryAdminCallbackHandler callback) throws RemoteException
resolveTargetService15
- RemoteException
void addDiscoveryProxy(DiscoveryProxyDetails pd21) throws RemoteException, Exception
Exception
- :RemoteException
DiscoveryProxyDetails[] getDiscoveryProxies() throws RemoteException, Exception
Exception
- :RemoteException
void startgetDiscoveryProxies(DiscoveryAdminCallbackHandler callback) throws RemoteException
RemoteException
void enableServiceDiscovery(String proxyURL26) throws RemoteException, Exception
Exception
- :RemoteException
TargetServiceDetails[] probeDiscoveryProxy(String name28, ProbeDetails probe29) throws RemoteException, Exception
probeDiscoveryProxy27
- Exception
- :RemoteException
void startprobeDiscoveryProxy(String name28, ProbeDetails probe29, DiscoveryAdminCallbackHandler callback) throws RemoteException
probeDiscoveryProxy27
- RemoteException
void disableServiceDiscovery(boolean sendBye33) throws RemoteException, Exception
Exception
- :RemoteException
void removeDiscoveryProxy(String name35) throws RemoteException, Exception
Exception
- :RemoteException
DiscoveryProxyDetails getDiscoveryProxy(String name37) throws RemoteException, Exception
getDiscoveryProxy36
- Exception
- :RemoteException
void startgetDiscoveryProxy(String name37, DiscoveryAdminCallbackHandler callback) throws RemoteException
getDiscoveryProxy36
- RemoteException
Copyright © 2024 WSO2. All rights reserved.