|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.rhq.enterprise.communications.util.CommUtils
public abstract class CommUtils
Just a place where basic comm utility methods are placed for use by anything that needs to use the comm layer.
| Constructor Summary | |
|---|---|
CommUtils()
|
|
| Method Summary | |
|---|---|
static boolean |
isExceptionFailoverable(java.lang.Throwable t)
Examines the given exception and determines if failing over to another server might help. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public CommUtils()
| Method Detail |
|---|
public static boolean isExceptionFailoverable(java.lang.Throwable t)
t - the exception to examine
true if failing over to another server might help; false if
there is nothing about the exception that would lead us to believe another server would produce
a different result.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||