A C D E F G H I J L M N O P R S T U W

G

generateOwnID() - Method in class org.softamis.net.exchange.udp.UDPCommunicationProtocol
Generates ID that is used to determine destination of the message.
getAdapter() - Method in class org.softamis.net.exchange.jgroups.JGCommunicationHelper
Returns adapter used to perform communication
getBindAddressName() - Method in class org.softamis.net.multicast.AbstractMulticaster
 
getBufferSize() - Method in class org.softamis.net.multicast.NetworkParams
 
getCommunicationHelper() - Method in class org.softamis.net.cache.impl.DefaultDistributedCache
Returns communicationHelper responsible for performing network communications
getCommunicationHelper() - Method in class org.softamis.net.registry.impl.DefaultConsumingRegistry
Returns communicationHelper responsible for performing network communications
getCommunicationHelper() - Method in class org.softamis.net.registry.impl.DefaultProvidingRegistry
Returns communication helper used to isolate details of network communication
getCommunicationProtocol() - Method in class org.softamis.net.exchange.support.AbstractCommunicationHelper
Returns communication proctocol used to transfer data
getCustomData() - Method in class org.softamis.net.multicast.Datagram
 
getData() - Method in class org.softamis.net.multicast.MulticastDataEvent
Application data received
getDatagram(byte[]) - Method in class org.softamis.net.exchange.support.AbstractCommunicationProtocol
Constructs MessageContent from given to array of bytes by using deserialization and, if specified by corresponding option, previous uncompression of byte stream.
getDatagramFromReceivedData(Message) - Method in class org.softamis.net.exchange.jgroups.JGCommunicationProtocol
 
getDatagramFromReceivedData(D) - Method in class org.softamis.net.exchange.support.AbstractCommunicationProtocol
Constructs MessageContent from underlying network data.
getDatagramFromReceivedData(byte[]) - Method in class org.softamis.net.exchange.udp.UDPCommunicationProtocol
Constructs MessageContent from underlying network data.
getDatagramSignature() - Method in class org.softamis.net.exchange.support.AbstractCommunicationProtocol
Returns signature used for notifications
getDatagramSignature() - Method in class org.softamis.net.multicast.listener.NetworkListener
 
getDataToCheck() - Method in class org.softamis.net.multicast.listener.NetworkPolicy
 
getDataToCompare() - Method in class org.softamis.net.multicast.listener.NetworkListener
 
getDataToSend(MessageContent<K, V, A>) - Method in class org.softamis.net.exchange.support.AbstractCommunicationProtocol
Converts given MessageContent to array of bytes by using serialization and, if specified by corresponding option, further compression.
getDefaultGroupName() - Method in class org.softamis.net.exchange.support.AbstractCommunicationHelper
Returns name of group used to form "virtual" group.
getDefaultMessageSignature() - Method in interface org.softamis.net.exchange.CommunicationHelper
 
getDefaultMessageSignature() - Method in class org.softamis.net.exchange.support.AbstractCommunicationHelper
 
getDefaultMessageSignature() - Method in class org.softamis.net.registry.impl.DefaultConsumingRegistry
 
getDefaultMessageSignature() - Method in class org.softamis.net.registry.impl.DefaultProvidingRegistry
 
getDefaultPort() - Method in class org.softamis.net.exchange.udp.UDPCommunicationHelper
Returns default port for datagram packets.
getDefaultProperties() - Method in class org.softamis.net.exchange.jgroups.JGCommunicationHelper
Returns properties that are used for creation of JGroups JChannel if adapter should be created
getDefaultTimeToLive() - Method in class org.softamis.net.exchange.udp.UDPCommunicationHelper
Returns default time to live for datagram packets.
getDiscoveringTimeout() - Method in class org.softamis.net.registry.impl.DefaultConsumingRegistry
Returns timeout (in ms) used during discovering services.
getEvent() - Method in class org.softamis.net.multicast.AbstractMulticaster.ListenersTask
 
getFrom() - Method in class org.softamis.net.exchange.support.MessageContent
Returns origin of the message
getFrom() - Method in class org.softamis.net.multicast.Datagram
 
getGroup() - Method in class org.softamis.net.exchange.spi.ItemEntry
Returns items group (may be used to filter not applicable notifications)
getGroup() - Method in class org.softamis.net.multicast.AbstractMulticaster
 
getGroup() - Method in interface org.softamis.net.multicast.Multicaster
Returns IP address of UDP group used for UDP broadcasting
getGroupName() - Method in class org.softamis.net.multicast.NetworkParams
 
getInetAddressAcceptor() - Method in class org.softamis.net.multicast.MultihomeMulticaster
 
getItemEntry() - Method in class org.softamis.net.exchange.support.MessageContent
Returns data for item
getItems(K) - Method in interface org.softamis.net.registry.ConsumingRegistry
Returns the set of items stored in the distributed registry under given key.
getItems(K) - Method in class org.softamis.net.registry.impl.AbstractConsumingRegistry
 
getItems() - Method in interface org.softamis.net.registry.impl.AbstractProvidingRegistry.ItemsStorage
Returns list of entires for registered items
getItems(K) - Method in interface org.softamis.net.registry.impl.AbstractProvidingRegistry.ItemsStorage
Returns list of values which are registered under given key
getItems(K) - Method in class org.softamis.net.registry.impl.AbstractProvidingRegistry.MultiValueItemsStorage
 
getItems() - Method in class org.softamis.net.registry.impl.AbstractProvidingRegistry.MultiValueItemsStorage
 
getItems(K) - Method in class org.softamis.net.registry.impl.AbstractProvidingRegistry.SingleValueItemsStorage
 
getItems() - Method in class org.softamis.net.registry.impl.AbstractProvidingRegistry.SingleValueItemsStorage
 
getKey() - Method in class org.softamis.net.exchange.spi.ItemEntry
Returns key of item
getKey() - Method in class org.softamis.net.registry.impl.AbstractProvidingRegistry.MultiValueItemsStorage.SimpleMapEntry
 
getKeys() - Method in class org.softamis.net.cache.impl.MapBasedCache
 
getKeys() - Method in interface org.softamis.net.cache.SimpleCache
Returns set of keys for items stored in cache
getKeys(boolean) - Method in interface org.softamis.net.registry.ConsumingRegistry
Returns list of available keys currently stored in registry (ones which are actually stored in particular instance of consuming registry or all published ones)
getKeys(boolean) - Method in class org.softamis.net.registry.impl.DefaultConsumingRegistry
Returns set of keys which are available in registry
getListeners() - Method in class org.softamis.net.multicast.AbstractMulticaster.ListenersTask
 
getLocalAddress() - Method in class org.softamis.net.exchange.udp.UDPCommunicationProtocol
Utility method that allows to obtain local address.
getLocalAddress() - Method in class org.softamis.net.localinfo.DefaultLocalNetworkInfoProvider
 
getLocalAddress() - Method in interface org.softamis.net.localinfo.LocalNetworkInfoProvider
Tries to obtain local address of machine based on InetAddress
getLocalAddress() - Static method in class org.softamis.net.localinfo.LocalNetworkInfoUtils
 
getLocalAddresses(InetAddressAcceptor) - Method in class org.softamis.net.localinfo.DefaultLocalNetworkInfoProvider
 
getLocalAddresses(InetAddressAcceptor) - Method in interface org.softamis.net.localinfo.LocalNetworkInfoProvider
Collects all local addresses (more than one on multihome system) and applies given acceptor on them for selecting particular ones that accepted by acceptor
getLocalAddressRaw() - Method in class org.softamis.net.localinfo.DefaultLocalNetworkInfoProvider
 
getLocalAddressRaw() - Method in interface org.softamis.net.localinfo.LocalNetworkInfoProvider
Returns information about local address in raw format
getLocalAddressRaw() - Static method in class org.softamis.net.localinfo.LocalNetworkInfoUtils
 
getLocalHost() - Method in class org.softamis.net.multicast.listener.NetworkListener
 
getLocalHostAddress() - Method in class org.softamis.net.localinfo.DefaultLocalNetworkInfoProvider
 
getLocalHostAddress() - Method in interface org.softamis.net.localinfo.LocalNetworkInfoProvider
Tries to obtain information about local host address
getLocalHostAddress() - Static method in class org.softamis.net.localinfo.LocalNetworkInfoUtils
 
getLocalHostAddresses(InetAddressAcceptor) - Method in class org.softamis.net.localinfo.DefaultLocalNetworkInfoProvider
 
getLocalHostAddresses(InetAddressAcceptor) - Method in interface org.softamis.net.localinfo.LocalNetworkInfoProvider
Collects all addresses of local host and filters them based on given acceptor
getLocalNetworkInfoProvider() - Method in class org.softamis.net.multicast.MultihomeMulticaster
 
getLocalPort() - Method in class org.softamis.net.multicast.AbstractMulticaster
 
getMaxBufferSize() - Method in class org.softamis.net.multicast.AbstractMulticaster
 
getMaxBufferSize() - Method in interface org.softamis.net.multicast.Multicaster
Returns maximal size of buffer used by multicaster
getMaximumResponsesAllowed() - Method in class org.softamis.net.multicast.listener.NetworkListener
 
getMaximumResponsesAllowed() - Method in class org.softamis.net.multicast.listener.NetworkPolicy
 
getMessageType() - Method in class org.softamis.net.exchange.support.MessageContent
Returns type of notification
getMulticaster() - Method in class org.softamis.net.exchange.udp.UDPCommunicationHelper
Returns multicaster that is used to perfom UDP packets sending and receiving
getNetworkInterfaces(InetAddressAcceptor) - Method in class org.softamis.net.localinfo.DefaultLocalNetworkInfoProvider
 
getNetworkInterfaces(InetAddressAcceptor) - Method in interface org.softamis.net.localinfo.LocalNetworkInfoProvider
Collects all network interfaces on the local machine and filters them based on given acceptor.
getObject(K) - Method in class org.softamis.net.cache.impl.MapBasedCache
 
getObject(K) - Method in interface org.softamis.net.cache.SimpleCache
Returns object from cache for given key
getOwnAddress(Multicaster) - Method in class org.softamis.net.multicast.listener.NetworkListener
 
getOwnItems() - Method in interface org.softamis.net.registry.DiscoverableProvidingRegistry
List of items that were published by this provider registry
getOwnItems() - Method in class org.softamis.net.registry.impl.AbstractProvidingRegistry
Returns items that were published by this provider registry
getPort() - Method in class org.softamis.net.multicast.AbstractMulticaster
 
getPort() - Method in interface org.softamis.net.multicast.Multicaster
Returns port used by multicaster for UDP communication
getPort() - Method in class org.softamis.net.multicast.NetworkParams
 
getProcessors() - Method in class org.softamis.net.registry.impl.RegistryEventsMulticaster
 
getProvider() - Static method in class org.softamis.net.localinfo.LocalNetworkInfoUtils
 
getRegistryName() - Method in class org.softamis.net.exchange.support.LoggingRegistryEventProcessor
 
getSender() - Method in class org.softamis.net.multicast.MulticastDataEvent
Returns address of data sender
getSenderPort() - Method in class org.softamis.net.multicast.MulticastDataEvent
Returns port of sender
getSignature() - Method in class org.softamis.net.exchange.jgroups.JGCommunicationHelper
Returns signature used to select JGroups messages
getSignature() - Method in class org.softamis.net.exchange.support.MessageContent
Returns signature of notification used to determine whether this is own notification
getSignature() - Method in class org.softamis.net.multicast.Datagram
 
getSignature() - Method in class org.softamis.net.multicast.listener.NetworkPolicy
 
getSocketTimeout() - Method in class org.softamis.net.multicast.AbstractMulticaster
 
getState() - Method in class org.softamis.net.exchange.jgroups.JGCommunicationHelper
 
getTimeToLive() - Method in class org.softamis.net.multicast.AbstractMulticaster
 
getTimeToLive() - Method in interface org.softamis.net.multicast.Multicaster
Indicates TTL parameter for UDP packets
getTo() - Method in class org.softamis.net.exchange.support.MessageContent
Returns destination of the message
getTo() - Method in class org.softamis.net.multicast.Datagram
 
getTTL() - Method in class org.softamis.net.multicast.NetworkParams
 
getType() - Method in class org.softamis.net.multicast.Datagram
Returns type fo datagaram
getValue() - Method in class org.softamis.net.exchange.spi.ItemEntry
Returns the item itself
getValue() - Method in class org.softamis.net.registry.impl.AbstractProvidingRegistry.MultiValueItemsStorage.SimpleMapEntry
 
getValues() - Method in class org.softamis.net.cache.impl.MapBasedCache
 
getValues() - Method in interface org.softamis.net.cache.SimpleCache
Returns items stored in the cache
getWorker() - Method in class org.softamis.net.multicast.MultihomeMulticaster.WorkerThread
 

A C D E F G H I J L M N O P R S T U W