[jboss-user] [JBoss Seam] - Re: @Future being ignored

tony.herstell@gmail.com do-not-reply at jboss.com
Tue May 8 18:25:28 EDT 2007


The AdvertType is retreived from this


  |     public enum AdvertType {
  |         Lineage  ("label_ad_type_lineage"),
  |         BannerAd ("label_ad_type_banner_ad");
  |         private final String label;
  |         AdvertType(String label) {
  |             this.label = label;
  |         }
  |         public String getLabel() { return label; }
  |     }
  | 

View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4044109#4044109

Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4044109



More information about the jboss-user mailing list