ExcludeListDesc.java

00001 
00026 package org.objectweb.jonas_ejb.deployment.api;
00027 
00028 import org.objectweb.jonas_ejb.deployment.xml.ExcludeList;
00029 
00035 public class ExcludeListDesc extends CommonMethodDesc {
00036 
00041     public ExcludeListDesc(ExcludeList excludeList) {
00042         super(excludeList.getMethodList());
00043     }
00044 
00045 }

Generated on Tue Feb 15 15:05:45 2005 for JOnAS by  doxygen 1.3.9.1