当前页面:
在线文档首页 >
JBoss 4.0.1 sp1 iiop API Documentation 英文版文档
RmiIdlUtil (JBoss IIOP Plugin API) - JBoss 4.0.1 sp1 iiop API Documentation 英文版文档
org.jboss.iiop.rmi
Class RmiIdlUtil
java.lang.Object
org.jboss.iiop.rmi.RmiIdlUtil
- public class RmiIdlUtil
- extends Object
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: 1.5 $
- Author:
- Juha Lindfors, Aaron Mulder (ammulder@alumni.princeton.edu), Vinay Menon (menonv@cpw.co.uk), Francisco Reverbel
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
RmiIdlUtil
public RmiIdlUtil()
hasLegalRMIIIOPArguments
public static boolean hasLegalRMIIIOPArguments(Method method)
hasLegalRMIIIOPReturnType
public static boolean hasLegalRMIIIOPReturnType(Method method)
hasLegalRMIIIOPExceptionTypes
public static boolean hasLegalRMIIIOPExceptionTypes(Method method)
throwsRemoteException
public static boolean throwsRemoteException(Method method)
isStatic
public static boolean isStatic(Member member)
isStatic
public static boolean isStatic(Class c)
isFinal
public static boolean isFinal(Member member)
isFinal
public static boolean isFinal(Class c)
isPublic
public static boolean isPublic(Member member)
isPublic
public static boolean isPublic(Class c)
isAllFieldsPublic
public static boolean isAllFieldsPublic(Class c)
- Checks whether all the fields in the class are declared as public.
isAbstract
public static boolean isAbstract(Class c)
isRMIIIOPType
public static boolean isRMIIIOPType(Class type)
isRMIIDLRemoteInterface
public static boolean isRMIIDLRemoteInterface(Class type)
isAbstractInterface
public static boolean isAbstractInterface(Class type)
isRMIIDLExceptionType
public static boolean isRMIIDLExceptionType(Class type)
isRMIIDLValueType
public static boolean isRMIIDLValueType(Class type)
isAbstractValueType
public static boolean isAbstractValueType(Class type)
rethrowIfCorbaSystemException
public static void rethrowIfCorbaSystemException(Exception e)
Copyright © 2002 JBoss Group, LLC. All Rights Reserved.