added better javadoc

git-svn-id: https://svn.apache.org/repos/asf/incubator/activemq/trunk@409136 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
James Strachan 2006-05-24 11:06:37 +00:00
parent 97998ad6da
commit 9d3b3aef05
4 changed files with 36 additions and 0 deletions

View File

@ -0,0 +1,9 @@
<html>
<head>
</head>
<body>
Helper classes for implementing fault tolerance
</body>
</html>

View File

@ -0,0 +1,9 @@
<html>
<head>
</head>
<body>
Discovery implementation using multicast
</body>
</html>

View File

@ -0,0 +1,9 @@
<html>
<head>
</head>
<body>
Simple discovery implementation using a static list
</body>
</html>

View File

@ -0,0 +1,9 @@
<html>
<head>
</head>
<body>
A mock implementation of the Transport layer useful for testing
</body>
</html>