mandala.rami.transparency.semi
Class SourceGenerator
java.lang.Object
mandala.rami.transparency.semi.SourceGenerator
- All Implemented Interfaces:
- Serializable
- public class SourceGenerator
- extends Object
- implements Serializable
This class provides the generateClass(Class)
method} which
generates the source of the semi-transparency asynchronous proxy
class for the given class.
- Since:
- 1.0
- Version:
- 1.1
- Author:
- eipi
- See Also:
Serializable
,
Serialized Form
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
PACKAGE_PREFIX
public static final String PACKAGE_PREFIX
- See Also:
- Constant Field Values
SourceGenerator
public SourceGenerator()
getRealClassName
public static String getRealClassName(Class classObject)
getNewClassName
public static String getNewClassName(Class classObject)
generateClass
public static StringBuffer generateClass(Class classObject)
Returns the source code of the semi-transparency asynchronous
proxy class for the given class
.
- Parameters:
classObject
- the class to generate an semi-transparent
asynchronous proxy for
- Throws:
IllegalArgumentException
- if classObject
is an array
class or a primitive type.
Mandala help mailing list