Categories:
Audio (13)
Biotech (29)
Bytecode (36)
Database (77)
Framework (7)
Game (7)
General (507)
Graphics (53)
I/O (35)
IDE (2)
JAR Tools (101)
JavaBeans (21)
JDBC (121)
JDK (426)
JSP (20)
Logging (108)
Mail (58)
Messaging (8)
Network (84)
PDF (97)
Report (7)
Scripting (84)
Security (32)
Server (121)
Servlet (26)
SOAP (24)
Testing (54)
Web (15)
XML (309)
Collections:
Other Resources:
jgroups-2.9.0.GA.jar - JGroups
JGroups is a toolkit for reliable multicast communication. (Note that this doesn't necessarily mean IP Multicast, JGroups can also use transports such as TCP). It can be used to create groups of processes whose members can send messages to each other.
JAR File Size and Download Location:
File name: jgroups.jar, jgroups-2.9.0.GA.jar File size: 2479855 bytes Date modified: 02/12/2010 Download: JGroups Download Files
✍: FYIcenter.com
Manifest of the JAR:
Main-Class: org.jgroups.Version Implementation-Version: 2.9.0.GA
List of Classes in the JAR:
org/jgroups/Address org/jgroups/BlockEvent org/jgroups/Channel org/jgroups/ChannelClosedException org/jgroups/ChannelException org/jgroups/ChannelFactory org/jgroups/ChannelListener org/jgroups/ChannelListenerAdapter org/jgroups/ChannelNotConnectedException org/jgroups/Event org/jgroups/ExtendedMembershipListener org/jgroups/ExtendedMessageListener org/jgroups/ExtendedReceiver org/jgroups/ExtendedReceiverAdapter org/jgroups/GetStateEvent org/jgroups/Global org/jgroups/Header org/jgroups/JChannel org/jgroups/JChannelFactory org/jgroups/Membership org/jgroups/MembershipListener org/jgroups/MergeView org/jgroups/Message org/jgroups/MessageListener org/jgroups/PhysicalAddress org/jgroups/Receiver org/jgroups/ReceiverAdapter org/jgroups/SetStateEvent org/jgroups/StateTransferException org/jgroups/StreamingGetStateEvent org/jgroups/StreamingSetStateEvent org/jgroups/SuspectEvent org/jgroups/SuspectedException org/jgroups/TimeoutException org/jgroups/Transport org/jgroups/UnblockEvent org/jgroups/UpHandler org/jgroups/Version org/jgroups/View org/jgroups/ViewId org/jgroups/annotations/DeprecatedProperty org/jgroups/annotations/Experimental org/jgroups/annotations/GuardedBy org/jgroups/annotations/Immutable org/jgroups/annotations/MBean org/jgroups/annotations/ManagedAttribute org/jgroups/annotations/ManagedOperation org/jgroups/annotations/Property org/jgroups/annotations/Unsupported org/jgroups/auth/AuthToken org/jgroups/auth/FixedMembershipToken org/jgroups/auth/MD5Token org/jgroups/auth/SimpleToken org/jgroups/auth/X509Token org/jgroups/blocks/AbstractConnectionMap org/jgroups/blocks/BasicConnectionTable org/jgroups/blocks/Cache org/jgroups/blocks/Connection org/jgroups/blocks/ConnectionMap org/jgroups/blocks/ConnectionTable org/jgroups/blocks/ConnectionTableNIO org/jgroups/blocks/ConnectionTableTest org/jgroups/blocks/DistributedHashtable org/jgroups/blocks/DistributedLockManager org/jgroups/blocks/DistributedLockManagerTest org/jgroups/blocks/DistributedQueue org/jgroups/blocks/DistributedTree org/jgroups/blocks/GridFile org/jgroups/blocks/GridFilesystem org/jgroups/blocks/GridInputStream org/jgroups/blocks/GridOutputStream org/jgroups/blocks/GroupRequest org/jgroups/blocks/GroupRequestTest org/jgroups/blocks/LazyRemovalCache org/jgroups/blocks/LazyRemovalCacheTest org/jgroups/blocks/LockManager org/jgroups/blocks/LockMultiLockedException org/jgroups/blocks/LockNotGrantedException org/jgroups/blocks/LockNotReleasedException org/jgroups/blocks/LockingException org/jgroups/blocks/MembershipListenerAdapter org/jgroups/blocks/MemcachedConnector org/jgroups/blocks/MessageDispatcher org/jgroups/blocks/MessageListenerAdapter org/jgroups/blocks/MethodCall org/jgroups/blocks/MethodLookup org/jgroups/blocks/MultiRequest org/jgroups/blocks/NotificationBus org/jgroups/blocks/PartitionedHashMap org/jgroups/blocks/PullPushAdapter org/jgroups/blocks/ReplCache org/jgroups/blocks/ReplicatedHashMap org/jgroups/blocks/ReplicatedHashtable org/jgroups/blocks/ReplicatedMap org/jgroups/blocks/ReplicatedTree org/jgroups/blocks/ReplicatedTree2 org/jgroups/blocks/Request org/jgroups/blocks/RequestCorrelator org/jgroups/blocks/RequestHandler org/jgroups/blocks/RequestOptions org/jgroups/blocks/RpcDispatcher org/jgroups/blocks/RpcDispatcherAnycastMultipleCallsTest org/jgroups/blocks/RpcDispatcherAnycastServerObject org/jgroups/blocks/RpcDispatcherAnycastTest org/jgroups/blocks/RpcDispatcherExceptionTest org/jgroups/blocks/RpcDispatcherInterruptTest org/jgroups/blocks/RpcDispatcherSerializationTest org/jgroups/blocks/RpcDispatcherTest org/jgroups/blocks/RpcDispatcherUnicastMethodExceptionTest org/jgroups/blocks/RspCollector org/jgroups/blocks/RspFilter org/jgroups/blocks/TCPConnectionMap org/jgroups/blocks/TwoPhaseVotingAdapter org/jgroups/blocks/TwoPhaseVotingListener org/jgroups/blocks/UnicastRequest org/jgroups/blocks/UpdateException org/jgroups/blocks/VoteException org/jgroups/blocks/VoteResponseProcessor org/jgroups/blocks/VotingAdapter org/jgroups/blocks/VotingAdapterTest org/jgroups/blocks/VotingListener org/jgroups/conf/ClassConfigurator org/jgroups/conf/ClassMap org/jgroups/conf/ConfiguratorFactory org/jgroups/conf/MagicNumberReader org/jgroups/conf/PlainConfigurator org/jgroups/conf/PropertyConverter org/jgroups/conf/PropertyConverters org/jgroups/conf/PropertyHelper org/jgroups/conf/ProtocolData org/jgroups/conf/ProtocolParameter org/jgroups/conf/ProtocolStackConfigurator org/jgroups/conf/XmlConfigurator org/jgroups/debug/Profiler org/jgroups/debug/ProtocolTester org/jgroups/debug/Simulator org/jgroups/demos/CausalDemo org/jgroups/demos/CausalMessage org/jgroups/demos/Chat org/jgroups/demos/ChatCore org/jgroups/demos/DistributedHashtableDemo org/jgroups/demos/DistributedQueueDemo org/jgroups/demos/DistributedTreeDemo org/jgroups/demos/Draw org/jgroups/demos/Draw2Channels org/jgroups/demos/DrawCommand org/jgroups/demos/DrawRepl org/jgroups/demos/JmxDemo org/jgroups/demos/KeyStoreGenerator org/jgroups/demos/MemcachedServer org/jgroups/demos/MyCanvas org/jgroups/demos/MyNode org/jgroups/demos/NotificationBusDemo org/jgroups/demos/PartitionedHashMapDemo org/jgroups/demos/QuoteClient org/jgroups/demos/QuoteServer org/jgroups/demos/ReplCacheDemo org/jgroups/demos/ReplicatedHashMapDemo org/jgroups/demos/ReplicatedTreeDemo org/jgroups/demos/Topology org/jgroups/demos/TotOrderRequest org/jgroups/demos/TotalOrder org/jgroups/demos/TotalTokenDemo org/jgroups/demos/ViewDemo org/jgroups/demos/applets/DrawApplet org/jgroups/demos/wb/ApplFrame org/jgroups/demos/wb/GraphPanel org/jgroups/demos/wb/MessageDialog org/jgroups/demos/wb/Node org/jgroups/demos/wb/SendDialog org/jgroups/demos/wb/UserInfoDialog org/jgroups/demos/wb/Whiteboard org/jgroups/jmx/JmxConfigurator org/jgroups/jmx/ResourceDMBean org/jgroups/logging/CustomLogFactory org/jgroups/logging/JDKLogImpl org/jgroups/logging/Log org/jgroups/logging/Log4JLogImpl org/jgroups/logging/LogFactory org/jgroups/mux/Multiplexer org/jgroups/mux/MuxChannel org/jgroups/mux/MuxHeader org/jgroups/mux/ServiceInfo org/jgroups/persistence/CannotConnectException org/jgroups/persistence/CannotCreateSchemaException org/jgroups/persistence/CannotPersistException org/jgroups/persistence/CannotRemoveException org/jgroups/persistence/CannotRetrieveException org/jgroups/persistence/DBPersistenceManager org/jgroups/persistence/FilePersistenceManager org/jgroups/persistence/PersistenceFactory org/jgroups/persistence/PersistenceManager org/jgroups/protocols/AUTH org/jgroups/protocols/AUTHTest org/jgroups/protocols/AuthHeader org/jgroups/protocols/BARRIER org/jgroups/protocols/BSH org/jgroups/protocols/BasicTCP org/jgroups/protocols/CAUSAL org/jgroups/protocols/COMPRESS org/jgroups/protocols/DELAY org/jgroups/protocols/DELAY_JOIN_REQ org/jgroups/protocols/DISCARD org/jgroups/protocols/DISCARD_PAYLOAD org/jgroups/protocols/DUPL org/jgroups/protocols/Discovery org/jgroups/protocols/ENCRYPT org/jgroups/protocols/ENCRYPT14KeystoreTest org/jgroups/protocols/ENCRYPTAsymmetricTest org/jgroups/protocols/EXAMPLE org/jgroups/protocols/ExampleHeader org/jgroups/protocols/FC org/jgroups/protocols/FD org/jgroups/protocols/FD_ALL org/jgroups/protocols/FD_ICMP org/jgroups/protocols/FD_PING org/jgroups/protocols/FD_SIMPLE org/jgroups/protocols/FD_SOCK org/jgroups/protocols/FILE_PING org/jgroups/protocols/FRAG org/jgroups/protocols/FRAG2 org/jgroups/protocols/FRAG2_Test org/jgroups/protocols/FragHeader org/jgroups/protocols/GMS_MergeTest org/jgroups/protocols/HDRS org/jgroups/protocols/HTOTAL org/jgroups/protocols/LOOPBACK org/jgroups/protocols/MERGE2 org/jgroups/protocols/MERGE3 org/jgroups/protocols/MERGEFAST org/jgroups/protocols/MPING org/jgroups/protocols/NAKACK_Delivery_Test org/jgroups/protocols/NAKACK_SET_DIGEST_Test org/jgroups/protocols/PERF_TP org/jgroups/protocols/PING org/jgroups/protocols/PingData org/jgroups/protocols/PingHeader org/jgroups/protocols/RATE_LIMITER org/jgroups/protocols/S3_PING org/jgroups/protocols/SEQUENCER org/jgroups/protocols/SFC org/jgroups/protocols/SHARED_LOOPBACK org/jgroups/protocols/SHUFFLE org/jgroups/protocols/SIZE org/jgroups/protocols/SMACK org/jgroups/protocols/STATE_TRANSFER_Test org/jgroups/protocols/STATS org/jgroups/protocols/TCP org/jgroups/protocols/TCPGOSSIP org/jgroups/protocols/TCPPING org/jgroups/protocols/TCP_NIO org/jgroups/protocols/TP org/jgroups/protocols/TRACE org/jgroups/protocols/TUNNEL org/jgroups/protocols/TpHeader org/jgroups/protocols/TransportedVectorTime org/jgroups/protocols/UDP org/jgroups/protocols/UNICAST org/jgroups/protocols/UNICAST_ContentionTest org/jgroups/protocols/VERIFY_SUSPECT org/jgroups/protocols/VIEW_SYNC org/jgroups/protocols/pbcast/ClientGmsImpl org/jgroups/protocols/pbcast/CoordGmsImpl org/jgroups/protocols/pbcast/FLUSH org/jgroups/protocols/pbcast/GMS org/jgroups/protocols/pbcast/GmsImpl org/jgroups/protocols/pbcast/JoinRsp org/jgroups/protocols/pbcast/MergeData org/jgroups/protocols/pbcast/Merger org/jgroups/protocols/pbcast/NAKACK org/jgroups/protocols/pbcast/NakAckHeader org/jgroups/protocols/pbcast/ParticipantGmsImpl org/jgroups/protocols/pbcast/STABLE org/jgroups/protocols/pbcast/STATE_TRANSFER org/jgroups/protocols/pbcast/STREAMING_STATE_TRANSFER org/jgroups/protocols/pbcast/ServerGmsImpl org/jgroups/stack/AckMcastReceiverWindow org/jgroups/stack/AckMcastSenderWindow org/jgroups/stack/AckReceiverWindow org/jgroups/stack/AckSenderWindow org/jgroups/stack/Configurator org/jgroups/stack/DefaultRetransmitter org/jgroups/stack/ExponentialInterval org/jgroups/stack/GossipData org/jgroups/stack/GossipRouter org/jgroups/stack/Interval org/jgroups/stack/IpAddress org/jgroups/stack/NakReceiverWindow org/jgroups/stack/Protocol org/jgroups/stack/ProtocolStack org/jgroups/stack/RangeBasedRetransmitter org/jgroups/stack/Retransmitter org/jgroups/stack/RouterStub org/jgroups/stack/StateTransferInfo org/jgroups/stack/StaticInterval org/jgroups/tests/AckCollectorTest org/jgroups/tests/AckMcastSenderWindowTest org/jgroups/tests/AckReceiverWindowTest org/jgroups/tests/AckSenderWindowTest org/jgroups/tests/AddDataTest org/jgroups/tests/AgeOutCacheTest org/jgroups/tests/BARRIERTest org/jgroups/tests/BoundedListTest org/jgroups/tests/Bsh org/jgroups/tests/BundlerTest org/jgroups/tests/ChannelCallbackTest org/jgroups/tests/ChannelConcurrencyTest org/jgroups/tests/ChannelTest org/jgroups/tests/ChannelTestBase org/jgroups/tests/CheckGaps org/jgroups/tests/CheckMonotonicallyIncreasingNumbers org/jgroups/tests/CloseTest org/jgroups/tests/ConcurrentCloseTest org/jgroups/tests/ConcurrentFlushTest org/jgroups/tests/ConcurrentStartupTest org/jgroups/tests/ConfiguratorTest org/jgroups/tests/ConnectStressTest org/jgroups/tests/ConnectTest org/jgroups/tests/ConnectionTableDemo org/jgroups/tests/ConnectionTableDemo_NIO org/jgroups/tests/ConnectionTableUnitTest org/jgroups/tests/CustomProtocolTest org/jgroups/tests/DatagramTest org/jgroups/tests/Deadlock2Test org/jgroups/tests/DeadlockTest org/jgroups/tests/DetermineFragSize org/jgroups/tests/DigestTest org/jgroups/tests/DiscardTest org/jgroups/tests/DiscoveryPacket org/jgroups/tests/DiscoveryRequest org/jgroups/tests/DiscoveryResponse org/jgroups/tests/DiscoveryTest org/jgroups/tests/DistributedHashtableTest org/jgroups/tests/DuplicateTest org/jgroups/tests/EncryptMessageOrderTestCase org/jgroups/tests/ExponentialIntervalTest org/jgroups/tests/FCTest org/jgroups/tests/FifoOrderTest org/jgroups/tests/FixedSizeBitSetTest org/jgroups/tests/FlushCloseOpenTest org/jgroups/tests/FlushTest org/jgroups/tests/FlushWithChannelJoinsAndFailuresTest org/jgroups/tests/FragTest org/jgroups/tests/FragTest2 org/jgroups/tests/FragTestUnicast org/jgroups/tests/GetStateTest org/jgroups/tests/GossipRouterTest org/jgroups/tests/GridFilesystemTest org/jgroups/tests/HashMapTest org/jgroups/tests/HashtableTest org/jgroups/tests/HeadersTest org/jgroups/tests/InetAddressChecksTest org/jgroups/tests/InterruptTest org/jgroups/tests/IpAddressTest org/jgroups/tests/JmxTest org/jgroups/tests/JoinTest org/jgroups/tests/LargeState org/jgroups/tests/LargeStateClient org/jgroups/tests/LargeStateServer org/jgroups/tests/LargeStateTransferTest org/jgroups/tests/LastMessageDroppedTest org/jgroups/tests/LatencyTest org/jgroups/tests/LogTest org/jgroups/tests/McastDiscovery org/jgroups/tests/McastLoopbackTest org/jgroups/tests/McastReceiverTest org/jgroups/tests/McastReceiverTest1_4 org/jgroups/tests/McastSenderTest org/jgroups/tests/McastSenderTest1_4 org/jgroups/tests/McastTest org/jgroups/tests/MembershipTest org/jgroups/tests/MergeStressTest org/jgroups/tests/MergeTest org/jgroups/tests/MessageBundlingTest org/jgroups/tests/MessageDispatcherSpeedTest org/jgroups/tests/MessageDispatcherTest org/jgroups/tests/MessageDispatcherUnitTest org/jgroups/tests/MessageListStreamableTest org/jgroups/tests/MessageSerializationTest org/jgroups/tests/MessageSerializationTest2 org/jgroups/tests/MessageStressTest org/jgroups/tests/MessageTest org/jgroups/tests/MethodCallTest org/jgroups/tests/MySpaceTest org/jgroups/tests/NAKACKTest2 org/jgroups/tests/NAKACK_Test org/jgroups/tests/NakReceiverWindowStressTest org/jgroups/tests/NakReceiverWindowTest org/jgroups/tests/NakReceiverWindowTest2 org/jgroups/tests/NakackTest org/jgroups/tests/NetworkUtilization org/jgroups/tests/OOBTest org/jgroups/tests/OverlappingMergeTest org/jgroups/tests/OverlappingUnicastMergeTest org/jgroups/tests/PerfTest org/jgroups/tests/PerfTpTest org/jgroups/tests/PingPong org/jgroups/tests/PingPongDatagram org/jgroups/tests/Probe org/jgroups/tests/PromiseTest Next part >>
2010-03-19, 7638🔥, 0💬
Popular Posts:
JRE 8 plugin.jar is the JAR file for JRE 8 Java Control Panel Plugin interface and tools. JRE (Java ...
How to download and install JDK (Java Development Kit) 6? If you want to write Java applications, yo...
Apache Log4j API provides the interface that applications should code to and provides the adapter co...
How to download and install JDK (Java Development Kit) 8? If you want to write Java applications, yo...
JDK 11 jdk.xml.dom.jmod is the JMOD file for JDK 11 XML DOM module. JDK 11 XML DOM module compiled c...