Uses of Interface
de.uplanet.lucy.server.polling.IPollingEndpoint
Packages that use IPollingEndpoint
-
Uses of IPollingEndpoint in de.uplanet.lucy.server.polling
Methods in de.uplanet.lucy.server.polling that return IPollingEndpointModifier and TypeMethodDescriptionIPollingService.getEndpoint
(String p_strKey) Get the endpoint with the given key.IPollingService.removeEndpoint
(String p_strKey) Get the endpoint with the given key.Methods in de.uplanet.lucy.server.polling with parameters of type IPollingEndpointModifier and TypeMethodDescriptionvoid
IPollingService.addEndpoint
(String p_strKey, IPollingEndpoint p_endpoint) Add a new polling endpoint.