|
|||||||||
Home >> All >> gnu >> classpath >> tools >> rmi >> [ rmic overview ] | PREV NEXT |
A
- addZeroSizeObjecArray - Variable in class gnu.classpath.tools.rmi.rmic.RmicCompiler
- If true, the zero size object array is declared in the stub to reduce garbage generation.
C
- convertStubName(String) - Method in class gnu.classpath.tools.rmi.rmic.RmiMethodGenerator
- Additional processing of the stub name (nothing to do for JRMP stubs).
- convertStubName(String) - Method in class gnu.classpath.tools.rmi.rmic.RmicCompiler
- Additional processing of the stub name (nothing to do for JRMP stubs).
- createMethodGenerator(Method) - Method in class gnu.classpath.tools.rmi.rmic.RmicCompiler
- Create a method generator, applicable for RMI stub methods.
G
- generateStub() - Method in class gnu.classpath.tools.rmi.rmic.RmicCompiler
- Generate a RMI stub.
- generateStubMethod() - Method in class gnu.classpath.tools.rmi.rmic.RmiMethodGenerator
- Generate this method for the Stub class.
- generateTieMethod() - Method in class gnu.classpath.tools.rmi.rmic.RmiMethodGenerator
- RMI ties (previously named Skeletons) are no longer used since v 1.2.
- getArgListAsClassArray() - Method in class gnu.classpath.tools.rmi.rmic.RmiMethodGenerator
- Get argument list as class array.
- getArgListAsObjectArray() - Method in class gnu.classpath.tools.rmi.rmic.RmiMethodGenerator
- Get the write statement for writing parameters inside the stub.
- getArgumentList() - Method in class gnu.classpath.tools.rmi.rmic.RmiMethodGenerator
- Get the method parameter declaration.
- getArgumentNames() - Method in class gnu.classpath.tools.rmi.rmic.RmiMethodGenerator
- Get the method parameter list only (no type declarations).
- getMethodHashCode() - Method in class gnu.classpath.tools.rmi.rmic.RmiMethodGenerator
- Get the method hash code.
- getReturnStatement() - Method in class gnu.classpath.tools.rmi.rmic.RmiMethodGenerator
- Get the return statement, assuming that the returned object is placed into the variable "result".
- getStaticMethodDeclarations() - Method in class gnu.classpath.tools.rmi.rmic.RmiMethodGenerator
- Generate sentences for Reading and Defining Arguments.
- getStubMethodDeclarations() - Method in class gnu.classpath.tools.rmi.rmic.RmicCompiler
- Get the stub method declarations.
- getStubMethodInitializations() - Method in class gnu.classpath.tools.rmi.rmic.RmicCompiler
- Get stub method initializations.
- getThrows() - Method in class gnu.classpath.tools.rmi.rmic.RmiMethodGenerator
- Get the list of exceptions, thrown by this method.
- getUnwrappingMethod(Class) - Static method in class gnu.classpath.tools.rmi.rmic.WrapUnWrapper
- Get the method, invocation of that would return the wrapped value.
- getWrappingClass(Class) - Static method in class gnu.classpath.tools.rmi.rmic.WrapUnWrapper
- Get the wrapper class for the primitive type
- gnu.classpath.tools.rmi.rmic - package gnu.classpath.tools.rmi.rmic
M
- method - Variable in class gnu.classpath.tools.rmi.rmic.RmiMethodGenerator
- The method being defined.
R
- RmiMethodGenerator - class gnu.classpath.tools.rmi.rmic.RmiMethodGenerator.
- Keeps information about the single method and generates the code fragments, related to that method.
- RmiMethodGenerator(Method, RmicCompiler) - Constructor for class gnu.classpath.tools.rmi.rmic.RmiMethodGenerator
- Create the new method generator for the given method.
- RmicCompiler - class gnu.classpath.tools.rmi.rmic.RmicCompiler.
- RMI stub source code generator, required to support java.rmi.*
- RmicCompiler() - Constructor for class gnu.classpath.tools.rmi.rmic.RmicCompiler
- reset() - Method in class gnu.classpath.tools.rmi.rmic.RmicCompiler
- Prepare for the compilation of the next class.
- rmic - Variable in class gnu.classpath.tools.rmi.rmic.RmiMethodGenerator
- The parent code generator.
W
- WrapUnWrapper - class gnu.classpath.tools.rmi.rmic.WrapUnWrapper.
- WrapUnWrapper() - Constructor for class gnu.classpath.tools.rmi.rmic.WrapUnWrapper
A C G M R W
|
|||||||||
Home >> All >> gnu >> classpath >> tools >> rmi >> [ rmic overview ] | PREV NEXT |