Uses of Class
com.inesm.KeyManager.exceptions.ObjectNotMappedException
Packages that use ObjectNotMappedException
-
Uses of ObjectNotMappedException in com.inesm.KeyManager.controller
Methods in com.inesm.KeyManager.controller that throw ObjectNotMappedExceptionModifier and TypeMethodDescriptionvoidRequestController.acceptRequest(javax.servlet.http.HttpServletRequest requestz) Accepts a request inside the station.KeysController.createKey(javax.servlet.http.HttpServletRequest request) Creates a key inside a the station.MissionController.createMission(javax.servlet.http.HttpServletRequest request) Creates a mission inside the station.UserController.createUser(javax.servlet.http.HttpServletRequest request) Creates a user in the station.KeysController.deleteKey(javax.servlet.http.HttpServletRequest request) Deletes a key from the station.MissionController.deleteMission(javax.servlet.http.HttpServletRequest request) Deletes a mission from the station.UserController.deleteSelf(javax.servlet.http.HttpServletRequest request) Deletes the current user.UserController.deleteUser(javax.servlet.http.HttpServletRequest request) Deletes a user in the station.KeysController.getKey(javax.servlet.http.HttpServletRequest request) Gets a key from the station.UserController.getUser(javax.servlet.http.HttpServletRequest request) Gets a user from the station.KeysController.listKeys()Gets all keys inside a the station.KeysController.missionKeys(javax.servlet.http.HttpServletRequest request) Gets all keys belonging to a specific mission inside the station.KeysController.updateKey(javax.servlet.http.HttpServletRequest request) Updates a key inside a the station.KeysController.updateKeyState(javax.servlet.http.HttpServletRequest request) Updates a key's state inside a the station.MissionController.updateMission(javax.servlet.http.HttpServletRequest request) Update a mission in a station.UserController.updateSelfUserPassword(javax.servlet.http.HttpServletRequest request) Updates the current user's password in the station.UserController.updateUser(javax.servlet.http.HttpServletRequest request) Updates a user in the station.UserController.updateUserPassword(javax.servlet.http.HttpServletRequest request) Updates a user's password in the station. -
Uses of ObjectNotMappedException in com.inesm.KeyManager.services
Methods in com.inesm.KeyManager.services that throw ObjectNotMappedExceptionModifier and TypeMethodDescriptionvoidSessionService.distribute(int operationID, Mission mission, List<Station> added, List<Station> removed) Distributes the results of an operation.voidSessionService.distribute(int operationID, Resource data) Distributes the results of an operation.voidIntercept an operation.voidSessionService.interceptRequest(Request request) Intercepts a request.voidCommunicationService.process(ObjectInputStream objIn) Process a network resource from an input stream.voidMessageManager.process(NetworkResource resource) Processes a network resource.