KickJava   Java API By Example, From Geeks To Geeks.

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


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

8 public interface StatelessLocal
9 {
10    void update(Customer c);
11 }
12
Popular Tags