org.sourceforge.jemm.comm.shared
Class IFUtilities

java.lang.Object
  extended by org.sourceforge.jemm.comm.shared.IFUtilities

public final class IFUtilities
extends java.lang.Object

Utility methods for interface handling.

Author:
Rory Graves

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

validateInterface

public 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

Parameters:
ifClass - The RPC interface class to validate.


Copyright © 2009. All Rights Reserved.