Yes...

here is the interface

@Local
public interface RequestSystem {
        public String newRequest();
        public String managerApproval();
        public void destroy();
        public List getPossibilities();
        public void setPossibilities(List poss);
        public Integer getP();
        public void setP(Integer p);
}


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

Reply to the post : 
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4058277
_______________________________________________
jboss-user mailing list
[email protected]
https://lists.jboss.org/mailman/listinfo/jboss-user

Reply via email to