org.superbiz
Interface FriendlyPersonEjbObject
- All Superinterfaces:
- javax.ejb.EJBObject, Remote
public interface FriendlyPersonEjbObject
- extends javax.ejb.EJBObject
Methods inherited from interface javax.ejb.EJBObject |
getEJBHome, getHandle, getPrimaryKey, isIdentical, remove |
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-2011 The Apache OpenEJB development community. All Rights Reserved.