KickJava   Java API By Example, From Geeks To Geeks.

Java > Open Source Codes > org > jboss > test > jmx > eardeployment > b > interfaces > SessionB


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

4 package org.jboss.test.jmx.eardeployment.b.interfaces;
5
6 /**
7  * Remote interface for SessionB.
8  */

9 public interface SessionB
10    extends javax.ejb.EJBObject JavaDoc
11 {
12    /**
13     * Describe <code>callA</code> method here.
14     */

15    public boolean callA( )
16       throws java.rmi.RemoteException JavaDoc;
17
18    /**
19     * Describe <code>doNothing</code> method here.
20     */

21    public void doNothing( )
22       throws java.rmi.RemoteException JavaDoc;
23
24 }
25
Popular Tags