edu.pdx.cs399J.gwt.server
Class DivisionServiceImpl

java.lang.Object
  extended by javax.servlet.GenericServlet
      extended by javax.servlet.http.HttpServlet
          extended by com.google.gwt.user.server.rpc.RemoteServiceServlet
              extended by 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

Nested Class Summary
 
Nested classes/interfaces inherited from interface edu.pdx.cs399J.gwt.client.DivisionService
DivisionService.Helper
 
Constructor Summary
DivisionServiceImpl()
           
 
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.http.HttpServlet
doDelete, doGet, doHead, doOptions, doPut, doTrace, getLastModified, service, service
 
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
 

Constructor Detail

DivisionServiceImpl

public DivisionServiceImpl()
Method Detail

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.