View Javadoc
1   package ejava.ejb.examples.encconfig.ejb;
2   
3   public interface InjectedTyped {
4       //methods common to both local and remote interfaces go here
5       void commonMethod();
6   }