[clusterfest commit] r245 - in trunk: lib src/com/flaptor/clusterfest/exceptions src/com/flaptor/clusterfest/monitoring

0 views
Skip to first unread message

codesite...@google.com

unread,
Aug 26, 2008, 1:02:04 PM8/26/08
to clust...@googlegroups.com
Author: martinmassera
Date: Wed Aug 6 14:01:35 2008
New Revision: 245

Modified:
trunk/lib/flaptor-util-trunk.jar
trunk/src/com/flaptor/clusterfest/exceptions/NodeCodeException.java

trunk/src/com/flaptor/clusterfest/exceptions/NodeUnreachableException.java
trunk/src/com/flaptor/clusterfest/monitoring/NodeChecker.java

Log:
adding serial version uids

Modified: trunk/lib/flaptor-util-trunk.jar
==============================================================================
Binary files. No diff available.

Modified:
trunk/src/com/flaptor/clusterfest/exceptions/NodeCodeException.java
==============================================================================
--- trunk/src/com/flaptor/clusterfest/exceptions/NodeCodeException.java
(original)
+++ trunk/src/com/flaptor/clusterfest/exceptions/NodeCodeException.java Wed
Aug 6 14:01:35 2008
@@ -26,6 +26,8 @@
*/
public class NodeCodeException extends NodeException {

+ private static final long serialVersionUID = 1L;
+
public NodeCodeException(NodeDescriptor node) {
super(node, "unexpected exception in node code. node: " + node);
}

Modified:
trunk/src/com/flaptor/clusterfest/exceptions/NodeUnreachableException.java
==============================================================================
---
trunk/src/com/flaptor/clusterfest/exceptions/NodeUnreachableException.java
(original)
+++
trunk/src/com/flaptor/clusterfest/exceptions/NodeUnreachableException.java
Wed Aug 6 14:01:35 2008
@@ -26,6 +26,8 @@
*/
public class NodeUnreachableException extends NodeException {

+ private static final long serialVersionUID = 1L;
+
public NodeUnreachableException(NodeDescriptor node) {
super(node, "node " + node + " unreachable");
node.setReachable(false);

Modified: trunk/src/com/flaptor/clusterfest/monitoring/NodeChecker.java
==============================================================================
--- trunk/src/com/flaptor/clusterfest/monitoring/NodeChecker.java (original)
+++ trunk/src/com/flaptor/clusterfest/monitoring/NodeChecker.java Wed Aug
6 14:01:35 2008
@@ -48,6 +48,9 @@
* and a list of (human readable) remarks that express what's wrong
*/
public static class Result implements Serializable{
+
+ private static final long serialVersionUID = 1L;
+
private Sanity sanity;
private List<String> remarks;

Reply all
Reply to author
Forward
0 new messages