edu.pdx.cs399J.gwt.server
Class DivisionServiceImpl
java.lang.Object
javax.servlet.GenericServlet
javax.servlet.http.HttpServlet
com.google.gwt.user.server.rpc.RemoteServiceServlet
edu.pdx.cs399J.gwt.server.DivisionServiceImpl
- All Implemented Interfaces:
- RemoteService, SerializationPolicyProvider, DivisionService, Serializable, Servlet, ServletConfig
public class DivisionServiceImpl
- extends RemoteServiceServlet
- implements DivisionService
The server-side implementation of the division service
- See Also:
- Serialized Form
|
Method Summary |
int |
divide(int dividend,
int divisor)
Divides two numbers and returns their quotient |
| Methods inherited from class com.google.gwt.user.server.rpc.RemoteServiceServlet |
doGetSerializationPolicy, doPost, doUnexpectedFailure, getSerializationPolicy, getThreadLocalRequest, getThreadLocalResponse, onAfterRequestDeserialized, onAfterResponseSerialized, onBeforeRequestDeserialized, processCall, readContent, shouldCompressResponse |
| Methods inherited from class javax.servlet.GenericServlet |
destroy, getInitParameter, getInitParameterNames, getServletConfig, getServletContext, getServletInfo, getServletName, init, init, log, log |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
DivisionServiceImpl
public DivisionServiceImpl()
divide
public int divide(int dividend,
int divisor)
- Description copied from interface:
DivisionService
- Divides two numbers and returns their quotient
- Specified by:
divide in interface DivisionService
Copyright © 2000-2009 Portland State University. All Rights Reserved.