UserDaoBeanRemote.java 162 Bytes
package fi.insomnia.intra.utilbeans;

import javax.ejb.Remote;

@Remote
public interface UserDaoBeanRemote {
    public void foundTag(String name, String tag);
}