站内搜索: 请输入搜索关键词
当前页面: 在线文档首页 > JBoss 3.2.7 iiop API Documentation 英文版文档

OperationAnalysis (JBoss IIOP Plugin API) - JBoss 3.2.7 iiop API Documentation 英文版文档


org.jboss.iiop.rmi
Class OperationAnalysis

java.lang.Object
  extended byorg.jboss.iiop.rmi.AbstractAnalysis
      extended byorg.jboss.iiop.rmi.OperationAnalysis

public class OperationAnalysis
extends org.jboss.iiop.rmi.AbstractAnalysis

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

Version:
$Revision: 1.4.4.2 $
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.