net.sf.spif.ejb
Interface StoreSession
- All Superinterfaces:
- javax.ejb.EJBObject, java.rmi.Remote
- public interface StoreSession
- extends javax.ejb.EJBObject
Remote interface for the StoreSession session bean. The
implementation of this interface is found in the StoreSessionBean
class. This interface describes the business methods implemented
for this bean.
- Code generation source:
- net.sf.spif.ejb.StoreSessionBean
- Code generation template:
- ejbStatelessRemote_java
- See Also:
EJBObject
,
StoreSession
,
StoreSessionBean
Method Summary |
java.lang.Object |
get(Id id,
boolean writable)
|
Id |
put(Id id,
java.lang.Object object)
|
boolean |
remove(Id id)
|
Methods inherited from interface javax.ejb.EJBObject |
getEJBHome, getHandle, getPrimaryKey, isIdentical, remove |
put
public Id put(Id id,
java.lang.Object object)
throws java.rmi.RemoteException
java.rmi.RemoteException
get
public java.lang.Object get(Id id,
boolean writable)
throws java.rmi.RemoteException
java.rmi.RemoteException
remove
public boolean remove(Id id)
throws java.rmi.RemoteException
java.rmi.RemoteException
Spif 1.01 (2003-04-03). http://spif.sf.net