KickJava   Java API By Example, From Geeks To Geeks.

Java > Open Source Codes > org > jboss > tutorial > extended > bean > StatelessRemote


1 package org.jboss.tutorial.extended.bean;
2
3
4
5 /**
6  * comment
7  *
8  * @author <a HREF="mailto:bill@jboss.org">Bill Burke</a>
9  */

10 public interface StatelessRemote
11 {
12    Customer find(long id);
13 }
14
Popular Tags