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

ParameterAnalysis (JBoss IIOP Plugin API) - JBoss 4.0.1 sp1 iiop API Documentation 英文版文档


org.jboss.iiop.rmi
Class ParameterAnalysis

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

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

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

Version:
$Revision: 1.3 $
Author:
Ole Husgaard

Method Summary
 Class getCls()
          Return my Java type.
 String getIDLName()
          Return my unqualified IDL name.
 String getJavaName()
          Return my unqualified java name.
 ParameterMode getMode()
          Return my attribute mode.
 String getTypeIDLName()
          Return the IDL type name of my parameter type.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

getMode

public ParameterMode getMode()
Return my attribute mode.


getCls

public Class getCls()
Return my Java type.


getTypeIDLName

public String getTypeIDLName()
Return the IDL type name of my parameter type.


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.