com.xenonsoft.bridgetown.test.ejb
Interface SecondaryLocal

All Superinterfaces:
javax.ejb.EJBLocalObject

public interface SecondaryLocal
extends javax.ejb.EJBLocalObject

The local home interface for the secondary EJB

Version:
$Id: SecondaryLocal.java,v 1.1 2005/03/20 17:51:35 peter_pilgrim Exp $
Author:
Peter Pilgrim, 18-Mar-2005 16:33:36

Method Summary
 java.lang.String executeTest(java.lang.String name)
          Execute test
 
Methods inherited from interface javax.ejb.EJBLocalObject
getEJBLocalHome, getPrimaryKey, isIdentical, remove
 

Method Detail

executeTest

public java.lang.String executeTest(java.lang.String name)
Execute test

Parameters:
name - arbitary parameter
Returns:
the results as a String
Throws:
RemoteException


Copyright © 2005 XeNoNSoFT.com. All Rights Reserved.