Package | Description |
---|---|
vona.rmi.rmiwrap |
Vona's utils: RMIWrap generates wrappers that handle RemoteExceptions.
|
Modifier and Type | Class and Description |
---|---|
protected static class |
RMIWrap.ClientWriter
Write foo.ImplClient from foo.API.
|
protected static class |
RMIWrap.ImplementationWriter
Base class for the implementation writers.
|
protected static class |
RMIWrap.InterfaceWriter
Writes foo.APIRemote from foo.API.
|
protected static class |
RMIWrap.ServerWriter
Write foo.ImplServer from foo.API.
|
Modifier and Type | Method and Description |
---|---|
protected static void |
RMIWrap.writeWrapper(java.lang.String baseName,
java.lang.String ext,
java.lang.String type,
RMIWrap.WrapperBodyWriter wrapperBodyWriter,
java.lang.String wrapperJavadoc)
Write a wrapper.
|