KickJava   Java API By Example, From Geeks To Geeks.

Java > Open Source Codes > org > jboss > test > jmx > eardeployment > a > interfaces > SessionALocal


1 /*
2  * Generated by XDoclet - Do not edit!
3  */

4 package org.jboss.test.jmx.eardeployment.a.interfaces;
5
6 /**
7  * Local interface for SessionA.
8  */

9 public interface SessionALocal
10    extends javax.ejb.EJBLocalObject JavaDoc
11 {
12    /**
13     * Describe <code>callB</code> method here.
14     * @exception RemoteException if an error occurs
15     */

16    public boolean callB( ) ;
17
18    /**
19     * Describe <code>doNothing</code> method here.
20     */

21    public void doNothing( ) ;
22
23 }
24
Popular Tags