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

S

saveObject(K, V) - Method in class org.softamis.net.cache.impl.MapBasedCache
 
saveObject(K, V) - Method in interface org.softamis.net.cache.SimpleCache
Stores object in cache
sendData(Message) - Method in class org.softamis.net.exchange.jgroups.JGCommunicationHelper
 
sendData(D) - Method in class org.softamis.net.exchange.support.AbstractCommunicationHelper
Sends newtorking notification with provided data
sendData(byte[]) - Method in class org.softamis.net.exchange.udp.UDPCommunicationHelper
Sends newtorking notification with provided data by delegating data provided to multicaster.
sendData(byte[]) - Method in class org.softamis.net.multicast.DefaultMulticaster
 
sendData(Datagram, DefaultMulticaster) - Method in class org.softamis.net.multicast.listener.NetworkListener
 
sendData(byte[]) - Method in interface org.softamis.net.multicast.Multicaster
Sends data to network.
sendData(byte[]) - Method in class org.softamis.net.multicast.MultihomeMulticaster
 
sendItemInvalidNotification(K, V) - Method in interface org.softamis.net.exchange.CommunicationHelper
Sends network notification about invalid item.
sendItemInvalidNotification(K, V) - Method in class org.softamis.net.exchange.support.AbstractCommunicationHelper
Sends network notification about invalid item.
sendItemRegisteredNotification(K, V) - Method in interface org.softamis.net.exchange.CommunicationHelper
Sends network notification about item registered.
sendItemRegisteredNotification(K, V) - Method in class org.softamis.net.exchange.support.AbstractCommunicationHelper
Sends network notification about item registered.
sendItemsRequestNotification(K, long) - Method in interface org.softamis.net.exchange.CommunicationHelper
Sends network notification about requesting items for given key.
sendItemsRequestNotification(K, long) - Method in class org.softamis.net.exchange.support.AbstractCommunicationHelper
Sends network notification about requesting items for given key.
sendItemUnRegisteredNotification(K, V) - Method in interface org.softamis.net.exchange.CommunicationHelper
Sends network notification about item unregistration.
sendItemUnRegisteredNotification(K, V) - Method in class org.softamis.net.exchange.support.AbstractCommunicationHelper
Sends network notification about item unregistration.
sendRequest() - Method in class org.softamis.net.multicast.listener.NetworkInstancesChecker
 
sendRequest(DefaultMulticaster) - Method in class org.softamis.net.multicast.listener.NetworkListener
 
setAcceptLoopback(boolean) - Method in class org.softamis.net.localinfo.acceptor.Ip4AddressesAcceptor
 
setActive(boolean) - Method in class org.softamis.net.multicast.AbstractMulticaster
 
setActive(boolean) - Method in interface org.softamis.net.multicast.Multicaster
Makes multicaster active or inactive.
setAdapter(PullPushAdapter) - Method in class org.softamis.net.exchange.jgroups.JGCommunicationHelper
Sets adapter used to perform communication
setBindAddressName(String) - Method in class org.softamis.net.multicast.AbstractMulticaster
 
setBufferSize(int) - Method in class org.softamis.net.multicast.NetworkParams
 
setCommunicationHelper(CommunicationHelper<K, V>) - Method in class org.softamis.net.cache.impl.DefaultDistributedCache
Sets communicationHelper responsible for performing network communications
setCommunicationHelper(CommunicationHelper<K, V>) - Method in class org.softamis.net.registry.impl.DefaultConsumingRegistry
Sets communicationHelper responsible for performing network communications
setCommunicationHelper(CommunicationHelper<K, V>) - Method in class org.softamis.net.registry.impl.DefaultProvidingRegistry
Sets communication helper used to isolate details of network communication
setCommunicationProtocol(CommunicationProtocol<D, K, V>) - Method in class org.softamis.net.exchange.support.AbstractCommunicationHelper
Sets communication proctocol used to transfer data
setCustomData(String) - Method in class org.softamis.net.multicast.Datagram
 
setDatagramSignature(String) - Method in class org.softamis.net.exchange.support.AbstractCommunicationProtocol
Sets signature used for notifications
setDataToCheck(String) - Method in class org.softamis.net.multicast.listener.NetworkPolicy
 
setDefaultGroupName(String) - Method in class org.softamis.net.exchange.support.AbstractCommunicationHelper
Sets name of group used to form "virtual" group.
setDefaultMessageSignature(String) - Method in interface org.softamis.net.exchange.CommunicationHelper
 
setDefaultMessageSignature(String) - Method in class org.softamis.net.exchange.support.AbstractCommunicationHelper
 
setDefaultMessageSignature(String) - Method in class org.softamis.net.exchange.udp.UDPCommunicationHelper
Sets signature that will be set to CommunicationProtocol if one is created (and not specified explicitely)
setDefaultMessageSignature(String) - Method in class org.softamis.net.registry.impl.DefaultConsumingRegistry
 
setDefaultMessageSignature(String) - Method in class org.softamis.net.registry.impl.DefaultProvidingRegistry
 
setDefaultPort(int) - Method in class org.softamis.net.exchange.udp.UDPCommunicationHelper
Sets default port for datagram packets.
setDefaultProperties(String) - Method in class org.softamis.net.exchange.jgroups.JGCommunicationHelper
Sets properties that are used for creation of JGroups JChannel if adapter should be created
setDefaultTimeToLive(int) - Method in class org.softamis.net.exchange.udp.UDPCommunicationHelper
Sets default time to live for datagram packets.
setDiscoveringTimeout(long) - Method in class org.softamis.net.registry.impl.DefaultConsumingRegistry
Sets timeout (in ms) used during discovering services.
setFrom(A) - Method in class org.softamis.net.exchange.support.MessageContent
Sets origin of the message
setFrom(String) - Method in class org.softamis.net.multicast.Datagram
 
setGroup(String) - Method in class org.softamis.net.exchange.spi.ItemEntry
Sets items group (may be used to filter not applicable notifications)
setGroup(InetAddress) - Method in class org.softamis.net.multicast.AbstractMulticaster
 
setGroupName(String) - Method in class org.softamis.net.multicast.AbstractMulticaster
 
setGroupName(String) - Method in class org.softamis.net.multicast.NetworkParams
 
setInetAddressAcceptor(InetAddressAcceptor) - Method in class org.softamis.net.multicast.MultihomeMulticaster
 
setIssueRequestForInvalidatedService(boolean) - Method in class org.softamis.net.registry.impl.DefaultConsumingRegistry
Sets option which defines policy how "COMMAND_ITEM_INVALIDATED" notification should be processed by ConsumingRegistry.
setItemEntry(ItemEntry<K, V>) - Method in class org.softamis.net.exchange.support.MessageContent
Sets data for item
setKey(K) - Method in class org.softamis.net.exchange.spi.ItemEntry
Sets key of item
setListener(MaximumResponcesListener) - Method in class org.softamis.net.multicast.listener.NetworkPolicy
 
setLocalNetworkInfoProvider(LocalNetworkInfoProvider) - Method in class org.softamis.net.multicast.MultihomeMulticaster
 
setMaxBufferSize(int) - Method in class org.softamis.net.multicast.AbstractMulticaster
 
setMaximumResponsesAllowed(int) - Method in class org.softamis.net.multicast.listener.NetworkPolicy
 
setMessageType(byte) - Method in class org.softamis.net.exchange.support.MessageContent
Sets type of notification
setMulticaster(Multicaster) - Method in class org.softamis.net.exchange.udp.UDPCommunicationHelper
Sets multicaster that is used to perfom UDP packets sending and receiving.
setPort(int) - Method in class org.softamis.net.multicast.AbstractMulticaster
 
setPort(int) - Method in class org.softamis.net.multicast.NetworkParams
 
setProcessors(List<RegistryEventProcessor<K, V>>) - Method in class org.softamis.net.registry.impl.RegistryEventsMulticaster
 
setProvider(LocalNetworkInfoProvider) - Static method in class org.softamis.net.localinfo.LocalNetworkInfoUtils
 
setRegistryName(String) - Method in class org.softamis.net.exchange.support.LoggingRegistryEventProcessor
 
setRequestItemsOnInit(boolean) - Method in class org.softamis.net.registry.impl.AbstractConsumingRegistry
Sets flag that indicates whether items should be requested right after initialization of registry
setSignature(Serializable) - Method in class org.softamis.net.exchange.jgroups.JGCommunicationHelper
Sets signature used to select JGroups messages
setSignature(String) - Method in class org.softamis.net.exchange.support.MessageContent
Sets signature of notification used to determine whether this is own notification
setSignature(String) - Method in class org.softamis.net.multicast.listener.NetworkPolicy
 
setState(byte[]) - Method in class org.softamis.net.exchange.jgroups.JGCommunicationHelper
 
setTimeToLive(int) - Method in class org.softamis.net.multicast.AbstractMulticaster
 
setTo(A) - Method in class org.softamis.net.exchange.support.MessageContent
Sets destination of the message
setTo(String) - Method in class org.softamis.net.multicast.Datagram
 
setTTL(int) - Method in class org.softamis.net.multicast.NetworkParams
 
setType(byte) - Method in class org.softamis.net.multicast.Datagram
 
setUseCompression(boolean) - Method in class org.softamis.net.exchange.support.AbstractCommunicationProtocol
Allows to specify whether data sent via network should be compressed
setValue(V) - Method in class org.softamis.net.exchange.spi.ItemEntry
Sets item itself
setValue(V) - Method in class org.softamis.net.registry.impl.AbstractProvidingRegistry.MultiValueItemsStorage.SimpleMapEntry
 
SimpleCache<K extends java.io.Serializable,V extends java.io.Serializable> - Interface in org.softamis.net.cache
Generic interface for simple distributed cache.
size() - Method in class org.softamis.net.cache.impl.MapBasedCache
 
size() - Method in interface org.softamis.net.cache.SimpleCache
Returns amount of items stored in cache
SOCKET_TIMEOUT - Static variable in class org.softamis.net.multicast.AbstractMulticaster
 
start() - Method in class org.softamis.net.multicast.AbstractMulticaster
 
start() - Method in interface org.softamis.net.multicast.Multicaster
Starts multicaster.
stop() - Method in class org.softamis.net.multicast.AbstractMulticaster.ListenersInvoker
 
stopListeners() - Method in class org.softamis.net.multicast.AbstractMulticaster
 
stripWhiteSpaces(String) - Method in class org.softamis.net.exchange.jgroups.JGCommunicationHelper
 

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