Package org.wildfly.iiop.openjdk.rmi
Class RmiIdlUtil
java.lang.Object
org.wildfly.iiop.openjdk.rmi.RmiIdlUtil
This class contains a bunch of methods taken from
org.jboss.verifier.strategy.AbstractVerifier. There they are declared
as instance methods. I copied them to this class and made them static here
in order to call them as utility methods, without having to create a
verifier instance,
- Version:
- $Revision: 81018 $
- Author:
- Juha Lindfors, Aaron Mulder (ammulder@alumni.princeton.edu), Vinay Menon (menonv@cpw.co.uk), Francisco Reverbel
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic booleanhasLegalRMIIIOPArguments(Method method) static booleanhasLegalRMIIIOPExceptionTypes(Method method) static booleanhasLegalRMIIIOPReturnType(Method method) static booleanisAbstract(Class c) static booleanisAbstractInterface(Class type) static booleanisAbstractValueType(Class type) static booleanChecks whether all the fields in the class are declared as public.static booleanstatic booleanstatic booleanstatic booleanstatic booleanisRMIIDLExceptionType(Class type) static booleanisRMIIDLRemoteInterface(Class type) static booleanisRMIIDLValueType(Class type) static booleanisRMIIIOPType(Class type) static booleanstatic booleanstatic voidstatic booleanthrowsRemoteException(Method method)
-
Constructor Details
-
RmiIdlUtil
public RmiIdlUtil()
-
-
Method Details
-
hasLegalRMIIIOPArguments
-
hasLegalRMIIIOPReturnType
-
hasLegalRMIIIOPExceptionTypes
-
throwsRemoteException
-
isStatic
-
isStatic
-
isFinal
-
isFinal
-
isPublic
-
isPublic
-
isAllFieldsPublic
Checks whether all the fields in the class are declared as public. -
isAbstract
-
isRMIIIOPType
-
isRMIIDLRemoteInterface
-
isAbstractInterface
-
isRMIIDLExceptionType
-
isRMIIDLValueType
-
isAbstractValueType
-
rethrowIfCorbaSystemException
-