| |
|
| java.lang.Object org.objectweb.jonas_lib.genclientstub.wrapper.ClientGenStubWrapper
ClientGenStubWrapper | public class ClientGenStubWrapper (Code) | | ClientGenStub wrapper Used to launch ClientGenStub in DeployFile of JSR 88
author: Florent Benoit |
ClientGenStubWrapper | public ClientGenStubWrapper()(Code) | | Empty constructor.
|
callClientGenStubExecute | public String callClientGenStubExecute(String fileName) throws Exception(Code) | | Wrapper around ClientstubGen.execute(String[]) method
Parameters: fileName - name of the file name of the modified/built file throws: Exception - If ClientstubGen fails or if Reflection errors occurs |
callClientGenStubIsInputModifed | public boolean callClientGenStubIsInputModifed() throws Exception(Code) | | Wrapper around ClientGenStubGen.isModified() method
true/false throws: Exception - If ClientStub fails or if Reflection errors occurs |
|
|
|