Uses of Class
net.timewalker.ffmq4.utils.Settings
-
-
Uses of Settings in net.timewalker.ffmq4.client
Methods in net.timewalker.ffmq4.client that return Settings Modifier and Type Method Description static SettingsClientEnvironment. getSettings()Get the singleton instance -
Uses of Settings in net.timewalker.ffmq4.local
Constructors in net.timewalker.ffmq4.local with parameters of type Settings Constructor Description FFMQEngine(String name, Settings engineSettings)ConstructorFFMQEngine(String name, Settings engineSettings, FFMQEngineListener listener)Constructor -
Uses of Settings in net.timewalker.ffmq4.local.session
Methods in net.timewalker.ffmq4.local.session that return Settings Modifier and Type Method Description protected SettingsLocalMessageConsumer. getSettings() -
Uses of Settings in net.timewalker.ffmq4.management
Methods in net.timewalker.ffmq4.management that return Settings Modifier and Type Method Description SettingsFFMQEngineSetup. getSettings()Constructors in net.timewalker.ffmq4.management with parameters of type Settings Constructor Description FFMQEngineSetup(Settings settings)Constructor -
Uses of Settings in net.timewalker.ffmq4.management.destination
Methods in net.timewalker.ffmq4.management.destination that return Settings Modifier and Type Method Description SettingsAbstractDestinationDescriptor. asSettings()Serialize the definition to settingsMethods in net.timewalker.ffmq4.management.destination with parameters of type Settings Modifier and Type Method Description protected voidAbstractDestinationDescriptor. fillSettings(Settings settings)Append nodes to the XML definitionprotected voidAbstractDestinationDescriptor. initFromSettings(Settings settings)Constructors in net.timewalker.ffmq4.management.destination with parameters of type Settings Constructor Description AbstractDestinationDescriptor(Settings settings)Constructor -
Uses of Settings in net.timewalker.ffmq4.management.destination.definition
Methods in net.timewalker.ffmq4.management.destination.definition with parameters of type Settings Modifier and Type Method Description protected voidTopicDefinition. fillSettings(Settings settings)protected voidTopicDefinition. initFromSettings(Settings settings)Constructors in net.timewalker.ffmq4.management.destination.definition with parameters of type Settings Constructor Description AbstractDestinationDefinition(Settings settings)ConstructorQueueDefinition(Settings settings)ConstructorTopicDefinition(Settings settings)Constructor -
Uses of Settings in net.timewalker.ffmq4.management.destination.template
Methods in net.timewalker.ffmq4.management.destination.template with parameters of type Settings Modifier and Type Method Description protected voidTopicTemplate. fillSettings(Settings settings)protected voidTopicTemplate. initFromSettings(Settings settings)Constructors in net.timewalker.ffmq4.management.destination.template with parameters of type Settings Constructor Description AbstractDestinationTemplate(Settings settings)ConstructorQueueTemplate(Settings settings)ConstructorTopicTemplate(Settings settings)Constructor -
Uses of Settings in net.timewalker.ffmq4.transport
Methods in net.timewalker.ffmq4.transport with parameters of type Settings Modifier and Type Method Description PacketTransportPacketTransportFactory. createPacketTransport(String id, URI transportURI, Settings settings)Create a packet transport instance to handle the given URI -
Uses of Settings in net.timewalker.ffmq4.transport.tcp
Constructors in net.timewalker.ffmq4.transport.tcp with parameters of type Settings Constructor Description AbstractTcpPacketTransport(String id, boolean client, Settings settings)Constructor -
Uses of Settings in net.timewalker.ffmq4.transport.tcp.io
Constructors in net.timewalker.ffmq4.transport.tcp.io with parameters of type Settings Constructor Description TcpPacketTransport(String id, Socket socket, Settings settings)ConstructorTcpPacketTransport(String id, URI transportURI, Settings settings)Constructor -
Uses of Settings in net.timewalker.ffmq4.transport.tcp.nio
Constructors in net.timewalker.ffmq4.transport.tcp.nio with parameters of type Settings Constructor Description NIOTcpMultiplexer(Settings settings, boolean client)Constructor (private)NIOTcpPacketTransport(String id, NIOTcpMultiplexer multiplexer, URI transportURI, Settings settings)ConstructorNIOTcpPacketTransport(String id, NIOTcpMultiplexer multiplexer, SocketChannel socketChannel, Settings settings)Constructor -
Uses of Settings in net.timewalker.ffmq4.utils.descriptor
Methods in net.timewalker.ffmq4.utils.descriptor with parameters of type Settings Modifier and Type Method Description protected abstract voidAbstractSettingsBasedDescriptor. initFromSettings(Settings settings)Initialize descriptor fields from the given settingsConstructors in net.timewalker.ffmq4.utils.descriptor with parameters of type Settings Constructor Description AbstractSettingsBasedDescriptor(Settings settings)Constructor
-