edu.pdx.cs399J.family.gwt.server
Class FamilyTreeServiceImpl

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.family.gwt.server.FamilyTreeServiceImpl
All Implemented Interfaces:
RemoteService, SerializationPolicyProvider, FamilyTreeService, Serializable, Servlet, ServletConfig

public class FamilyTreeServiceImpl
extends RemoteServiceServlet
implements FamilyTreeService

Server-side implementation of FamilyTreeService

See Also:
Serialized Form

Constructor Summary
FamilyTreeServiceImpl()
           
 
Method Summary
 FamilyTree getFamilyTree()
          Returns the family tree being edited by the user
 
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

FamilyTreeServiceImpl

public FamilyTreeServiceImpl()
Method Detail

getFamilyTree

public FamilyTree getFamilyTree()
Description copied from interface: FamilyTreeService
Returns the family tree being edited by the user

Specified by:
getFamilyTree in interface FamilyTreeService


Copyright © 2000-2009 Portland State University. All Rights Reserved.