Uses of Class
org.serviceconnector.conf.ListenerConfiguration
Packages that use ListenerConfiguration
-
Uses of ListenerConfiguration in org.serviceconnector.conf
Methods in org.serviceconnector.conf that return types with arguments of type ListenerConfigurationModifier and TypeMethodDescriptionListenerListConfiguration.getListenerConfigurations()Gets the listener configurations. -
Uses of ListenerConfiguration in org.serviceconnector.net.res
Methods in org.serviceconnector.net.res that return ListenerConfigurationModifier and TypeMethodDescriptionIResponder.getListenerConfig()Gets the responder configuration.Responder.getListenerConfig()Gets the responder configuration.Methods in org.serviceconnector.net.res with parameters of type ListenerConfigurationModifier and TypeMethodDescriptionvoidIResponder.setListenerConfig(ListenerConfiguration respConfig) Sets the responder configuration.voidResponder.setListenerConfig(ListenerConfiguration listenerConfig) Sets the responder configuration.Constructors in org.serviceconnector.net.res with parameters of type ListenerConfigurationModifierConstructorDescriptionResponder(ListenerConfiguration listenerConfig) Instantiates a new responder.