org.jboss.iiop.rmi
Class OperationAnalysis

java.lang.Object
  extended by org.jboss.iiop.rmi.OperationAnalysis

public class OperationAnalysis
extends Object

Operation analysis. Routines here are conforming to the "Java(TM) Language to IDL Mapping Specification", version 1.1 (01-06-07).

Version:
$Revision: 1.5.6.1 $
Author:
Ole Husgaard

Method Summary
 String getIDLName()
          Return my unqualified IDL name.
 String getJavaName()
          Return my unqualified java name.
 ExceptionAnalysis[] getMappedExceptions()
          Return my mapped exceptions.
 Method getMethod()
          Return my mapped Method.
 ParameterAnalysis[] getParameters()
          Return my parameters.
 Class getReturnType()
          Return my Java return type.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

getReturnType

public Class getReturnType()
Return my Java return type.


getMethod

public Method getMethod()
Return my mapped Method.


getMappedExceptions

public ExceptionAnalysis[] getMappedExceptions()
Return my mapped exceptions.


getParameters

public ParameterAnalysis[] getParameters()
Return my parameters.


getIDLName

public String getIDLName()
Return my unqualified IDL name.


getJavaName

public String getJavaName()
Return my unqualified java name.



Copyright © 2002 JBoss Group, LLC. All Rights Reserved.