站内搜索: 请输入搜索关键词
当前页面: 在线文档首页 > 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
  extended byorg.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

Constructor Summary
RmiIdlUtil()
           
 
Method Summary
static boolean hasLegalRMIIIOPArguments(Method method)
           
static boolean hasLegalRMIIIOPExceptionTypes(Method method)
           
static boolean hasLegalRMIIIOPReturnType(Method method)
           
static boolean isAbstract(Class c)
           
static boolean isAbstractInterface(Class type)
           
static boolean isAbstractValueType(Class type)
           
static boolean isAllFieldsPublic(Class c)
          Checks whether all the fields in the class are declared as public.
static boolean isFinal(Class c)
           
static boolean isFinal(Member member)
           
static boolean isPublic(Class c)
           
static boolean isPublic(Member member)
           
static boolean isRMIIDLExceptionType(Class type)
           
static boolean isRMIIDLRemoteInterface(Class type)
           
static boolean isRMIIDLValueType(Class type)
           
static boolean isRMIIIOPType(Class type)
           
static boolean isStatic(Class c)
           
static boolean isStatic(Member member)
           
static void rethrowIfCorbaSystemException(Exception e)
           
static boolean throwsRemoteException(Method method)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

RmiIdlUtil

public RmiIdlUtil()
Method Detail

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.