Interface DiscoveryAdmin
-
- All Known Implementing Classes:
DiscoveryAdminStub
public interface DiscoveryAdmin
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
addDiscoveryProxy(DiscoveryProxyDetails pd21)
Auto generated method signature for Asynchronous Invocationsvoid
disableServiceDiscovery(boolean sendBye33)
Auto generated method signature for Asynchronous Invocationsvoid
enableServiceDiscovery(String proxyURL26)
Auto generated method signature for Asynchronous InvocationsDiscoveryProxyDetails[]
getDiscoveryProxies()
Auto generated method signatureDiscoveryProxyDetails
getDiscoveryProxy(String name37)
Auto generated method signatureServiceDiscoveryConfig
getServiceDiscoveryConfig()
Auto generated method signatureTargetServiceDetails[]
probeDiscoveryProxy(String name28, ProbeDetails probe29)
Auto generated method signaturevoid
removeDiscoveryProxy(String name35)
Auto generated method signature for Asynchronous InvocationsTargetServiceDetails
resolveTargetService(String name16, String serviceId17)
Auto generated method signaturevoid
startgetDiscoveryProxies(DiscoveryAdminCallbackHandler callback)
Auto generated method signature for Asynchronous Invocationsvoid
startgetDiscoveryProxy(String name37, DiscoveryAdminCallbackHandler callback)
Auto generated method signature for Asynchronous Invocationsvoid
startgetServiceDiscoveryConfig(DiscoveryAdminCallbackHandler callback)
Auto generated method signature for Asynchronous Invocationsvoid
startprobeDiscoveryProxy(String name28, ProbeDetails probe29, DiscoveryAdminCallbackHandler callback)
Auto generated method signature for Asynchronous Invocationsvoid
startresolveTargetService(String name16, String serviceId17, DiscoveryAdminCallbackHandler callback)
Auto generated method signature for Asynchronous Invocationsvoid
updateDiscoveryProxy(DiscoveryProxyDetails pd11)
Auto generated method signature for Asynchronous Invocations
-
-
-
Method Detail
-
updateDiscoveryProxy
void updateDiscoveryProxy(DiscoveryProxyDetails pd11) throws RemoteException, Exception
Auto generated method signature for Asynchronous Invocations- Throws:
Exception
- :RemoteException
-
getServiceDiscoveryConfig
ServiceDiscoveryConfig getServiceDiscoveryConfig() throws RemoteException, Exception
Auto generated method signature- Throws:
Exception
- :RemoteException
-
startgetServiceDiscoveryConfig
void startgetServiceDiscoveryConfig(DiscoveryAdminCallbackHandler callback) throws RemoteException
Auto generated method signature for Asynchronous Invocations- Throws:
RemoteException
-
resolveTargetService
TargetServiceDetails resolveTargetService(String name16, String serviceId17) throws RemoteException, Exception
Auto generated method signature- Parameters:
resolveTargetService15
-- Throws:
Exception
- :RemoteException
-
startresolveTargetService
void startresolveTargetService(String name16, String serviceId17, DiscoveryAdminCallbackHandler callback) throws RemoteException
Auto generated method signature for Asynchronous Invocations- Parameters:
resolveTargetService15
-- Throws:
RemoteException
-
addDiscoveryProxy
void addDiscoveryProxy(DiscoveryProxyDetails pd21) throws RemoteException, Exception
Auto generated method signature for Asynchronous Invocations- Throws:
Exception
- :RemoteException
-
getDiscoveryProxies
DiscoveryProxyDetails[] getDiscoveryProxies() throws RemoteException, Exception
Auto generated method signature- Throws:
Exception
- :RemoteException
-
startgetDiscoveryProxies
void startgetDiscoveryProxies(DiscoveryAdminCallbackHandler callback) throws RemoteException
Auto generated method signature for Asynchronous Invocations- Throws:
RemoteException
-
enableServiceDiscovery
void enableServiceDiscovery(String proxyURL26) throws RemoteException, Exception
Auto generated method signature for Asynchronous Invocations- Throws:
Exception
- :RemoteException
-
probeDiscoveryProxy
TargetServiceDetails[] probeDiscoveryProxy(String name28, ProbeDetails probe29) throws RemoteException, Exception
Auto generated method signature- Parameters:
probeDiscoveryProxy27
-- Throws:
Exception
- :RemoteException
-
startprobeDiscoveryProxy
void startprobeDiscoveryProxy(String name28, ProbeDetails probe29, DiscoveryAdminCallbackHandler callback) throws RemoteException
Auto generated method signature for Asynchronous Invocations- Parameters:
probeDiscoveryProxy27
-- Throws:
RemoteException
-
disableServiceDiscovery
void disableServiceDiscovery(boolean sendBye33) throws RemoteException, Exception
Auto generated method signature for Asynchronous Invocations- Throws:
Exception
- :RemoteException
-
removeDiscoveryProxy
void removeDiscoveryProxy(String name35) throws RemoteException, Exception
Auto generated method signature for Asynchronous Invocations- Throws:
Exception
- :RemoteException
-
getDiscoveryProxy
DiscoveryProxyDetails getDiscoveryProxy(String name37) throws RemoteException, Exception
Auto generated method signature- Parameters:
getDiscoveryProxy36
-- Throws:
Exception
- :RemoteException
-
startgetDiscoveryProxy
void startgetDiscoveryProxy(String name37, DiscoveryAdminCallbackHandler callback) throws RemoteException
Auto generated method signature for Asynchronous Invocations- Parameters:
getDiscoveryProxy36
-- Throws:
RemoteException
-
-