com.ibm.commerce.pvcdevices.objects
Interface PVCSessionAccessBeanData

All Known Implementing Classes:
PVCSessionAccessBean

public interface PVCSessionAccessBeanData

This table manages the session of various pervasive computing devices.


Method Summary
 java.lang.String getGuestId()
           
 java.lang.String getLastVisted()
           
 java.lang.String getPVCSessionId()
           
 java.lang.String getRegisterId()
           
 java.lang.String getSessionType()
           
 java.lang.String getStatus()
           
 java.lang.String getTerminalId()
           
 void setGuestId(java.lang.String newValue)
           
 void setLastVisted(java.lang.String newValue)
           
 void setPVCSessionId(java.lang.String newValue)
           
 void setRegisterId(java.lang.String newValue)
           
 void setSessionType(java.lang.String newValue)
           
 void setStatus(java.lang.String newValue)
           
 void setTerminalId(java.lang.String newValue)            
 

Method Detail

getTerminalId

public java.lang.String getTerminalId()
                               throws java.rmi.RemoteException,
                                      javax.ejb.CreateException,
                                      javax.ejb.FinderException,
                                      javax.naming.NamingException
java.rmi.RemoteException
javax.ejb.CreateException
javax.ejb.FinderException
javax.naming.NamingException

setTerminalId

public void setTerminalId(java.lang.String newValue)

getLastVisted

public java.lang.String getLastVisted()
                               throws java.rmi.RemoteException,
                                      javax.ejb.CreateException,
                                      javax.ejb.FinderException,
                                      javax.naming.NamingException
java.rmi.RemoteException
javax.ejb.CreateException
javax.ejb.FinderException
javax.naming.NamingException

setLastVisted

public void setLastVisted(java.lang.String newValue)

getPVCSessionId

public java.lang.String getPVCSessionId()
                                 throws java.rmi.RemoteException,
                                        javax.ejb.CreateException,
                                        javax.ejb.FinderException,
                                        javax.naming.NamingException
java.rmi.RemoteException
javax.ejb.CreateException
javax.ejb.FinderException
javax.naming.NamingException

setPVCSessionId

public void setPVCSessionId(java.lang.String newValue)

getRegisterId

public java.lang.String getRegisterId()
                               throws java.rmi.RemoteException,
                                      javax.ejb.CreateException,
                                      javax.ejb.FinderException,
                                      javax.naming.NamingException
java.rmi.RemoteException
javax.ejb.CreateException
javax.ejb.FinderException
javax.naming.NamingException

setRegisterId

public void setRegisterId(java.lang.String newValue)

getSessionType

public java.lang.String getSessionType()
                                throws java.rmi.RemoteException,
                                       javax.ejb.CreateException,
                                       javax.ejb.FinderException,
                                       javax.naming.NamingException
java.rmi.RemoteException
javax.ejb.CreateException
javax.ejb.FinderException
javax.naming.NamingException

setSessionType

public void setSessionType(java.lang.String newValue)

getStatus

public java.lang.String getStatus()
                           throws java.rmi.RemoteException,
                                  javax.ejb.CreateException,
                                  javax.ejb.FinderException,
                                  javax.naming.NamingException
java.rmi.RemoteException
javax.ejb.CreateException
javax.ejb.FinderException
javax.naming.NamingException

setStatus

public void setStatus(java.lang.String newValue)

getGuestId

public java.lang.String getGuestId()
                            throws java.rmi.RemoteException,
                                   javax.ejb.CreateException,
                                   javax.ejb.FinderException,
                                   javax.naming.NamingException
java.rmi.RemoteException
javax.ejb.CreateException
javax.ejb.FinderException
javax.naming.NamingException

setGuestId

public void setGuestId(java.lang.String newValue)