All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class com.ibm.beans.script.comps.netrexx.SCRNetReXXEventMethodInfo

java.lang.Object
   |
   +----com.ibm.beans.script.ide.SCRIDEClassInfo
           |
           +----com.ibm.beans.script.comps.java.SCRJavaEventMethodInfo
                   |
                   +----com.ibm.beans.script.comps.netrexx.SCRNetReXXEventMethodInfo

public class SCRNetReXXEventMethodInfo
extends SCRJavaEventMethodInfo
This class stores special information for an event method. It stores the method name, modifier, return type, and parameters in string format. The infomation is used for generating method prototype of the script. It is dirived from SCRJavaEventMethodInfo class.

See Also:
SCRIDEClassInfo

Constructor Index

 o SCRNetReXXEventMethodInfo(String)
Constructor for SCRNetRexxEventMethodInfo.

Method Index

 o getJavaTitle(String)
Gets the method prototype for the script.
 o shortName(String)
Gets the short name for an imported class.

Constructors

 o SCRNetReXXEventMethodInfo
 public SCRNetReXXEventMethodInfo(String title)
Constructor for SCRNetRexxEventMethodInfo.

Parameters:
title - The method prototype which is used for the constructor of the super class.

Methods

 o getJavaTitle
 public String getJavaTitle(String obj_name)
Gets the method prototype for the script.

Parameters:
obj_name - The Java object name.
Returns:
The NetRexx method prototype.
Overrides:
getJavaTitle in class SCRJavaEventMethodInfo
 o shortName
 protected String shortName(String longName)
Gets the short name for an imported class.

Parameters:
longName - The full name of the class.
Returns:
The short name of the class.

All Packages  Class Hierarchy  This Package  Previous  Next  Index