Uses of Class
net.sourceforge.apphere.AppHereException

Packages that use AppHereException
net.sourceforge.apphere   
net.sourceforge.apphere.cookies   
net.sourceforge.apphere.dao   
net.sourceforge.apphere.dao.mbeanclient   
net.sourceforge.apphere.ejb   
net.sourceforge.apphere.exception   
net.sourceforge.apphere.interfaces   
net.sourceforge.apphere.mbean   
net.sourceforge.apphere.util.html   
net.sourceforge.apphere.web   
net.sourceforge.apphere.web.ui   
 

Uses of AppHereException in net.sourceforge.apphere
 

Methods in net.sourceforge.apphere that throw AppHereException
 User UserManager.fetchUserFromToken(java.lang.String token)
          Method fetchUser.
 java.lang.String UserManager.login(java.lang.String username, java.lang.String password, java.lang.String clientIP)
          Method login.
 User UserManager.getUser(int userId)
           
 void UserManager.addDevice(DeviceValue newDev)
           
 void UserManager.removeDevice(int userId, int deviceId)
           
 void UserManager.updateUser(UserValue usr)
           
 java.lang.String User.toXmlString()
          Method toXmlString returns user details in XML format.
 DeviceMap User.loadDevices()
           
 DeviceMap User.getDevices()
           
 void User.copyValueIn(UserValue val)
           
 void User.setValue(UserValue val)
           
 void User.save()
           
 void SessionTransferController.transferSession(int sessID, java.lang.String destinationIP, int userId)
           
 int SessionManager.addSession(Session newSess)
           
 void SessionManager.updateSession(Session sess)
          Method updateSession step 3
 void SessionManager.transferSession(int sessID, java.lang.String destinationIP)
           
 void SessionManager.removeSession(int sessionID)
           
 Session SessionManager.getSession(int sessID)
           
 SessionList SessionManager.getSessionList()
           
 int SessionManager.size()
           
 void SessionManager.appendXml(org.w3c.dom.Document doc, org.w3c.dom.Element root)
          Method appendXml.
static Session SessionHandlerFactory.getSpecificInstance(java.lang.String name)
           
static Session SessionHandlerFactory.narrow(Session baseSess)
           
 void Session.setLocation(java.lang.String location)
          Sets the location.
 Pan PanManager.getPan(int userId, int panId)
           
 int PanManager.addPan(PanValue newPan)
           
 void PanManager.updatePan(PanValue newPanInfo)
           
 void PanManager.removePan(int userId, int panId)
           
 java.util.List PanManager.getPans(int userId)
           
 void Pan.setValue(PanValue val)
           
 void Pan.copyValueIn(PanValue val)
           
 int DeviceManager.addDevice(DeviceValue newDev)
           
 void DeviceManager.updateDevice(DeviceValue device)
           
 void DeviceManager.removeDevice(int userId, int deviceId)
           
 Device DeviceManager.getDevice(int userId, int deviceId)
           
 Device DeviceManager.getDevice(java.net.InetAddress ip)
           
 java.util.List DeviceManager.getDevices(int userId)
           
 void Device.copyValueIn(DeviceValue val)
           
 void Device.setValue(DeviceValue val)
           
static void Constants.load()
          Load default config file from working directory
static void Constants.load(java.lang.String configFile)
           
 void AppHereSession.setLocation(java.lang.String location)
          Used for merging form vals submitted to webservice with the existing session which contains the web page html Other types session can do their own thing
 

Constructors in net.sourceforge.apphere that throw AppHereException
User(UserValue val)
           
SessionManager(java.lang.String userToken)
           
Pan(PanValue val)
           
Device(DeviceValue val)
           
 

Uses of AppHereException in net.sourceforge.apphere.cookies
 

Methods in net.sourceforge.apphere.cookies that throw AppHereException
static CookieJar CookieManager.getUserCookies(HTTPHeader header)
           
 

Uses of AppHereException in net.sourceforge.apphere.dao
 

Methods in net.sourceforge.apphere.dao that throw AppHereException
 int UserDAO.validateUser(java.lang.String username, java.lang.String password)
           
 User UserDAO.getUser(int userId)
           
 int UserDAO.addUser(UserValue newUser)
           
 void UserDAO.updateUser(UserValue newUserInfo)
           
 void UserDAO.removeUser(int userId)
           
 java.util.List UserDAO.getUsers()
           
 int SessionDAO.addSession(int userId, Session newSess)
           
 void SessionDAO.removeSession(int userId, int sessID)
           
 Session SessionDAO.getSession(int userId, int sessID)
           
 java.util.List SessionDAO.getSessions(int userId)
           
 void SessionDAO.updateSession(int userId, Session sess)
           
 Pan PanDAO.getPan(int userId, int panId)
           
 int PanDAO.addPan(PanValue newPanVal)
           
 void PanDAO.updatePan(PanValue newVal)
           
 void PanDAO.removePan(int userId, int locationId)
           
 java.util.List PanDAO.getPans(int userId)
           
 int DeviceDAO.addDevice(DeviceValue deviceVal)
           
 void DeviceDAO.updateDevice(DeviceValue deviceVal)
           
 void DeviceDAO.removeDevice(int userId, int deviceId)
           
 Device DeviceDAO.getDevice(int userId, int deviceId)
           
 java.util.List DeviceDAO.getDevices(int userId)
           
 Device DeviceDAO.getDevice(java.net.InetAddress ip)
           
 

Uses of AppHereException in net.sourceforge.apphere.dao.mbeanclient
 

Methods in net.sourceforge.apphere.dao.mbeanclient that throw AppHereException
 int TestUserDAO.validateUser(java.lang.String username, java.lang.String password)
           
 int TestUserDAO.addUser(UserValue newDev)
           
 void TestUserDAO.updateUser(UserValue usr)
           
 void TestUserDAO.removeUser(int userId)
           
 java.util.List TestUserDAO.getUsers()
           
 User TestUserDAO.getUser(int userId)
           
 int TestPanDAO.addPan(PanValue newPan)
           
 void TestPanDAO.updatePan(PanValue device)
           
 void TestPanDAO.removePan(int userId, int deviceId)
           
 java.util.List TestPanDAO.getPans(int userId)
           
 Pan TestPanDAO.getPan(int userId, int panId)
           
 Device TestDeviceDAO.getDevice(int userId, int deviceId)
           
 int TestDeviceDAO.addDevice(DeviceValue newDev)
           
 void TestDeviceDAO.updateDevice(DeviceValue device)
           
 void TestDeviceDAO.removeDevice(int userId, int deviceId)
           
 java.util.List TestDeviceDAO.getDevices(int userId)
           
 Device TestDeviceDAO.getDevice(java.net.InetAddress ip)
           
 int MBeanSessionDAO.addSession(int userId, Session newSess)
           
 void MBeanSessionDAO.removeSession(int userId, int sessID)
           
 Session MBeanSessionDAO.getSession(int userId, int sessID)
           
 java.util.List MBeanSessionDAO.getSessions(int userId)
           
 void MBeanSessionDAO.updateSession(int userId, Session sess)
           
 java.lang.Object Invoker.invoke(MethodParameters params)
           
 

Uses of AppHereException in net.sourceforge.apphere.ejb
 

Methods in net.sourceforge.apphere.ejb that throw AppHereException
 int AppHereBean.addSession(Session newSess, java.lang.String loginId)
           
 void AppHereBean.updateSession(Session sessValue, java.lang.String remoteIPAddr, java.lang.String loginId)
          Session Transfer Step 3
 Session AppHereBean.getSession(int sessionID, java.lang.String loginId)
           
 Session[] AppHereBean.getSessions(java.lang.String loginId)
           
 void AppHereBean.transferSession(int sessID, java.lang.String destinationIP, java.lang.String loginId)
          Session Transfer Step 1
 void AppHereBean.removeSession(int sessionID, java.lang.String loginId)
           
 java.lang.String AppHereBean.getUserInfo(java.lang.String loginId)
           
 void AppHereBean.setDeviceStatus(java.lang.String devId, int status)
           
 void AppHereBean.addDevice(java.lang.String token, java.lang.String deviceName, java.lang.String deviceAddress)
           
 void AppHereBean.addPan(java.lang.String token, java.lang.String envName)
           
 void AppHereBean.removeDevice(java.lang.String token, int deviceID)
           
 void AppHereBean.removePan(java.lang.String token, int envID)
           
 void AppHereBean.updateDevice(java.lang.String token, int deviceId, java.lang.String deviceName, java.lang.String deviceAddress)
           
 void AppHereBean.updatePan(java.lang.String token, int envID, java.lang.String envName, int[] deviceIdList)
           
 

Uses of AppHereException in net.sourceforge.apphere.exception
 

Subclasses of AppHereException in net.sourceforge.apphere.exception
 class DeviceNotFoundException
           
 class InvalidTokenException
           
 class SessionException
           
 class SessionNotFoundException
           
 

Uses of AppHereException in net.sourceforge.apphere.interfaces
 

Methods in net.sourceforge.apphere.interfaces that throw AppHereException
 int AppHere.addSession(Session newSess, java.lang.String loginId)
           
 void AppHere.updateSession(Session sessValue, java.lang.String remoteIPAddr, java.lang.String loginId)
          Session Transfer Step 3
 Session AppHere.getSession(int sessionID, java.lang.String loginId)
           
 Session[] AppHere.getSessions(java.lang.String loginId)
           
 void AppHere.transferSession(int sessID, java.lang.String destinationIP, java.lang.String loginId)
          Session Transfer Step 1
 void AppHere.removeSession(int sessionID, java.lang.String loginId)
           
 java.lang.String AppHere.getUserInfo(java.lang.String loginId)
           
 void AppHere.setDeviceStatus(java.lang.String ipAddr, int status)
           
 void AppHere.addDevice(java.lang.String token, java.lang.String deviceName, java.lang.String deviceAddress)
           
 void AppHere.addPan(java.lang.String token, java.lang.String envName)
           
 void AppHere.removeDevice(java.lang.String token, int deviceID)
           
 void AppHere.removePan(java.lang.String token, int envID)
           
 void AppHere.updateDevice(java.lang.String token, int deviceId, java.lang.String deviceName, java.lang.String deviceAddress)
           
 void AppHere.updatePan(java.lang.String token, int envID, java.lang.String envName, int[] deviceIdList)
           
 

Uses of AppHereException in net.sourceforge.apphere.mbean
 

Methods in net.sourceforge.apphere.mbean that throw AppHereException
 int TestImpl.addDevice(DeviceValue val)
           
 int TestImpl.addPan(PanValue val)
           
 java.util.List TestImpl.getDevices(int userId)
           
 java.util.List TestImpl.getPans(int userId)
           
 void TestImpl.removeDevice(int userId, int deviceId)
           
 void TestImpl.removePan(int userId, int locationId)
           
 Pan TestImpl.getPan(int userId, int locationID)
           
 void TestImpl.setCurrentPan(int userId, int panId)
           
 Pan TestImpl.getCurrentPan(int userId)
           
 int TestImpl.validateUser(java.lang.String username, java.lang.String password)
           
 void TestImpl.updateDevice(DeviceValue val)
           
 void TestImpl.updatePan(PanValue val)
           
 Device TestImpl.getDevice(int userId, int deviceId)
           
 int TestImpl.addUser(UserValue val)
           
 void TestImpl.updateUser(UserValue newUserInfo)
           
 void TestImpl.removeUser(int userId)
           
 java.util.List TestImpl.getUsers()
           
 void SessionService.updateSession(int userId, Session sess)
           
 

Uses of AppHereException in net.sourceforge.apphere.util.html
 

Subclasses of AppHereException in net.sourceforge.apphere.util.html
 class FormMergeException
           
 

Uses of AppHereException in net.sourceforge.apphere.web
 

Methods in net.sourceforge.apphere.web that throw AppHereException
 void voiceSession.create(java.util.Map params, boolean isNew)
           
 void voiceSession.remove(java.util.Map params)
           
 java.lang.String voiceSession.getSession(java.util.Map params)
           
 void voiceSession.transfer(java.util.Map params)
           
 void voiceSession.addDevice(java.util.Map params)
           
 void voiceSession.setProfile(java.util.Map params)
           
 void voiceSession.createCall(java.util.Map params)
           
 void voiceSession.refresh(java.util.Map params)
           
abstract  void page.create(java.util.Map params, boolean isNew)
           
abstract  void page.remove(java.util.Map params)
           
abstract  java.lang.String page.getSession(java.util.Map params)
           
abstract  void page.transfer(java.util.Map params)
           
abstract  void page.addDevice(java.util.Map params)
           
abstract  void page.setProfile(java.util.Map params)
           
abstract  void page.createCall(java.util.Map params)
           
abstract  void page.refresh(java.util.Map params)
           
 void homePage.setProfile(java.util.Map params)
           
 void homePage.createCall(java.util.Map params)
           
 void homePage.create(java.util.Map params, boolean isNew)
           
 void homePage.remove(java.util.Map params)
           
 java.lang.String homePage.getSession(java.util.Map params)
           
 void homePage.transfer(java.util.Map params)
           
 void homePage.addDevice(java.util.Map params)
           
 void homePage.refresh(java.util.Map params)
           
 void environments.create(java.util.Map params, boolean isNew)
           
 void environments.remove(java.util.Map params)
           
 java.lang.String environments.getSession(java.util.Map params)
           
 void environments.transfer(java.util.Map params)
           
 void environments.addDevice(java.util.Map params)
           
 void environments.setProfile(java.util.Map params)
           
 void environments.createCall(java.util.Map params)
           
 void environments.refresh(java.util.Map params)
           
 void devices.create(java.util.Map params, boolean isNew)
           
 void devices.remove(java.util.Map params)
           
 java.lang.String devices.getSession(java.util.Map params)
           
 void devices.transfer(java.util.Map params)
           
 void devices.addDevice(java.util.Map params)
           
 void devices.setProfile(java.util.Map params)
           
 void devices.createCall(java.util.Map params)
           
 void devices.refresh(java.util.Map params)
           
 void dataSession.create(java.util.Map params, boolean isNew)
           
 void dataSession.remove(java.util.Map params)
           
 java.lang.String dataSession.getSession(java.util.Map params)
           
 void dataSession.setProfile(java.util.Map params)
           
 void dataSession.createCall(java.util.Map params)
           
 void dataSession.transfer(java.util.Map params)
           
 void dataSession.addDevice(java.util.Map params)
           
 void dataSession.refresh(java.util.Map params)
           
 void addressBook.create(java.util.Map params, boolean isNew)
           
 java.lang.String addressBook.getSession(java.util.Map params)
           
 void addressBook.transfer(java.util.Map params)
           
 void addressBook.addDevice(java.util.Map params)
           
 void addressBook.setProfile(java.util.Map params)
           
 void addressBook.createCall(java.util.Map params)
           
 void addressBook.refresh(java.util.Map params)
           
 void addressBook.remove(java.util.Map params)
           
 

Uses of AppHereException in net.sourceforge.apphere.web.ui
 

Methods in net.sourceforge.apphere.web.ui that throw AppHereException
 java.lang.String AppHereWebUiImpl.login(java.lang.String username, java.lang.String password, java.lang.String ipAddress)
           
 java.lang.String AppHereWebUiImpl.getXML(java.lang.String token)
           
 void AppHereWebUiImpl.setCurrentProfile(java.lang.String token, int profileID)
           
 java.lang.String AppHereWebUiImpl.getSession(java.lang.String token, int sessionID)
           
 void AppHereWebUiImpl.removeSession(java.lang.String token, int sessionID)
           
 void AppHereWebUiImpl.createPan(java.lang.String token, java.lang.String envName, int[] deviceIdList)
           
 void AppHereWebUiImpl.updatePan(java.lang.String token, int envID, java.lang.String envName, int[] deviceIdList)
           
 void AppHereWebUiImpl.removePan(java.lang.String token, int envID)
           
 void AppHereWebUiImpl.removeDevice(java.lang.String token, int deviceID)
           
 void AppHereWebUiImpl.addDevice(java.lang.String token, java.lang.String deviceName, java.lang.String devAddr)
           
 void AppHereWebUiImpl.updateDevice(java.lang.String token, int deviceId, java.lang.String deviceName, java.lang.String devAddr)
           
 java.lang.String AppHereUI.login(java.lang.String username, java.lang.String password, java.lang.String ipAddress)
           
 java.lang.String AppHereUI.getXML(java.lang.String token)
           
 void AppHereUI.setCurrentProfile(java.lang.String token, int profileID)
           
 java.lang.String AppHereUI.getSession(java.lang.String token, int sessionID)
           
 void AppHereUI.removeSession(java.lang.String token, int sessionID)
           
 void AppHereUI.removePan(java.lang.String token, int envID)
           
 void AppHereUI.createPan(java.lang.String token, java.lang.String envName, int[] deviceIdList)
           
 void AppHereUI.updatePan(java.lang.String token, int envID, java.lang.String envName, int[] deviceIdList)
           
 void AppHereUI.removeDevice(java.lang.String token, int deviceID)
           
 void AppHereUI.addDevice(java.lang.String token, java.lang.String deviceName, java.lang.String deviceAddress)
           
 void AppHereUI.updateDevice(java.lang.String token, int deviceID, java.lang.String deviceName, java.lang.String deviceAddress)