org.superbiz
Interface FriendlyPersonEjbObject
- All Superinterfaces:
- javax.ejb.EJBObject, java.rmi.Remote
public interface FriendlyPersonEjbObject
- extends javax.ejb.EJBObject
Methods inherited from interface javax.ejb.EJBObject |
getEJBHome, getHandle, getPrimaryKey, isIdentical, remove |
greet
java.lang.String greet(java.lang.String friend)
throws java.rmi.RemoteException
- Throws:
java.rmi.RemoteException
greet
java.lang.String greet(java.lang.String language,
java.lang.String friend)
throws java.rmi.RemoteException
- Throws:
java.rmi.RemoteException
addGreeting
void addGreeting(java.lang.String language,
java.lang.String message)
throws java.rmi.RemoteException
- Throws:
java.rmi.RemoteException
setLanguagePreferences
void setLanguagePreferences(java.lang.String friend,
java.lang.String language)
throws java.rmi.RemoteException
- Throws:
java.rmi.RemoteException
getDefaultLanguage
java.lang.String getDefaultLanguage()
throws java.rmi.RemoteException
- Throws:
java.rmi.RemoteException
setDefaultLanguage
void setDefaultLanguage(java.lang.String defaultLanguage)
throws java.rmi.RemoteException
- Throws:
java.rmi.RemoteException
Copyright © 1999-2011 The Apache OpenEJB development community. All Rights Reserved.