org.objectweb.jonas_lib.genclientstub.wrapper.ClientGenStubWrapper Class Reference

List of all members.

Public Member Functions

 ClientGenStubWrapper ()
String callClientGenStubExecute (String fileName) throws Exception
boolean callClientGenStubIsInputModifed () throws Exception

Detailed Description

ClientGenStub wrapper Used to launch ClientGenStub in DeployFile of JSR 88
Author:
Florent Benoit

Definition at line 37 of file ClientGenStubWrapper.java.


Constructor & Destructor Documentation

org.objectweb.jonas_lib.genclientstub.wrapper.ClientGenStubWrapper.ClientGenStubWrapper  ) 
 

Empty constructor.

Definition at line 67 of file ClientGenStubWrapper.java.


Member Function Documentation

String org.objectweb.jonas_lib.genclientstub.wrapper.ClientGenStubWrapper.callClientGenStubExecute String  fileName  )  throws Exception
 

Wrapper around ClientstubGen.execute(String[]) method

Parameters:
fileName name of the file
Returns:
name of the modified/built file
Exceptions:
Exception If ClientstubGen fails or if Reflection errors occurs

Definition at line 76 of file ClientGenStubWrapper.java.

References org.objectweb.jonas.server.LoaderManager.getToolsLoader().

Referenced by org.objectweb.jonas.server.J2EEServerMBean.deployFile().

Here is the call graph for this function:

boolean org.objectweb.jonas_lib.genclientstub.wrapper.ClientGenStubWrapper.callClientGenStubIsInputModifed  )  throws Exception
 

Wrapper around ClientGenStubGen.isModified() method

Returns:
true/false
Exceptions:
Exception If ClientStub fails or if Reflection errors occurs

Definition at line 121 of file ClientGenStubWrapper.java.

References org.objectweb.jonas.server.LoaderManager.getInstance(), and org.objectweb.jonas.server.LoaderManager.getToolsLoader().

Referenced by org.objectweb.jonas.server.J2EEServerMBean.deployFile().

Here is the call graph for this function:


The documentation for this class was generated from the following file:
Generated on Tue Feb 15 15:13:05 2005 for JOnAS by  doxygen 1.3.9.1