|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.sourceforge.jemm.comm.shared.IFUtilities
public final class IFUtilities
Utility methods for interface handling.
| Method Summary | |
|---|---|
static void |
validateInterface(java.lang.Class<?> ifClass)
Validates that an interface for RPCClient/Server handling meets the specification - namely that it is not a subclass of another interface, and void methods use annotations to declare whether they are |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Method Detail |
|---|
public static void validateInterface(java.lang.Class<?> ifClass)
ifClass - The RPC interface class to validate.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||