| java.lang.Object com.rift.coad.lib.deployment.rmi.TieGenerator
TieGenerator | public class TieGenerator (Code) | | This class is responsible for generating the tie classes for the RMI
interfaces. These Tie classes will act as container boundary for validation
purposes much like the home interface.
author: Brett Chaldecott |
Field Summary | |
protected Logger | log |
Method Summary | |
public void | generate() This method generates the Tie classes. | public String | getImplements(Class ref) This method returns the list of RMI implemented interfaces. |
TieGenerator | public TieGenerator(File dir, File targetDir, BeanInfo beanInfo) throws RMIException(Code) | | Creates a new instance of TieGenerator
Parameters: dir - The directory containing all the jars. Parameters: targetDir - The target directory for the tie class. Parameters: classes - The class to generate the ties for. exception: RMIException - |
getImplements | public String getImplements(Class ref) throws RMIException(Code) | | This method returns the list of RMI implemented interfaces.
The list of implemented interfaces. Parameters: ref - The reference. exception: RMIException - |
|
|