org.superbiz
Interface FriendlyPersonEjbObject

All Superinterfaces:
javax.ejb.EJBObject, Remote

public interface FriendlyPersonEjbObject
extends javax.ejb.EJBObject


Method Summary
 void addGreeting(String language, String message)
           
 String getDefaultLanguage()
           
 String greet(String friend)
           
 String greet(String language, String friend)
           
 void setDefaultLanguage(String defaultLanguage)
           
 void setLanguagePreferences(String friend, String language)
           
 
Methods inherited from interface javax.ejb.EJBObject
getEJBHome, getHandle, getPrimaryKey, isIdentical, remove
 

Method Detail

greet

String greet(String friend)
             throws RemoteException
Throws:
RemoteException

greet

String greet(String language,
             String friend)
             throws RemoteException
Throws:
RemoteException

addGreeting

void addGreeting(String language,
                 String message)
                 throws RemoteException
Throws:
RemoteException

setLanguagePreferences

void setLanguagePreferences(String friend,
                            String language)
                            throws RemoteException
Throws:
RemoteException

getDefaultLanguage

String getDefaultLanguage()
                          throws RemoteException
Throws:
RemoteException

setDefaultLanguage

void setDefaultLanguage(String defaultLanguage)
                        throws RemoteException
Throws:
RemoteException


Copyright © 1999-2013 The Apache OpenEJB development community. All Rights Reserved.