org.eaglei.ui.gwt.instance.server
Class InstanceServlet
java.lang.Object
javax.servlet.GenericServlet
javax.servlet.http.HttpServlet
com.google.gwt.user.server.rpc.AbstractRemoteServiceServlet
com.google.gwt.user.server.rpc.RemoteServiceServlet
org.eaglei.ui.gwt.instance.server.InstanceServlet
- All Implemented Interfaces:
- com.google.gwt.user.client.rpc.RemoteService, com.google.gwt.user.server.rpc.SerializationPolicyProvider, java.io.Serializable, javax.servlet.Servlet, javax.servlet.ServletConfig, InstanceServiceRemote
public class InstanceServlet
- extends com.google.gwt.user.server.rpc.RemoteServiceServlet
- implements InstanceServiceRemote
Implementation of InstanceService.
- See Also:
- Serialized Form
| Fields inherited from class com.google.gwt.user.server.rpc.AbstractRemoteServiceServlet |
perThreadRequest, perThreadResponse |
|
Method Summary |
boolean |
contactMessage(java.lang.String sessionID,
org.eaglei.model.EIURI instanceID,
java.lang.String label,
boolean test_mode,
java.lang.String from_name,
java.lang.String from_email,
java.lang.String subject,
java.lang.String message)
|
void |
destroy()
|
org.eaglei.model.EIInstanceX |
getInstance(java.lang.String sessionID,
org.eaglei.model.EIURI instanceID)
|
void |
init()
|
| Methods inherited from class com.google.gwt.user.server.rpc.RemoteServiceServlet |
checkPermutationStrongName, doGetSerializationPolicy, getSerializationPolicy, onAfterResponseSerialized, onBeforeRequestDeserialized, processCall, processPost, shouldCompressResponse |
| Methods inherited from class com.google.gwt.user.server.rpc.AbstractRemoteServiceServlet |
doPost, doUnexpectedFailure, getPermutationStrongName, getThreadLocalRequest, getThreadLocalResponse, onAfterRequestDeserialized, readContent |
| Methods inherited from class javax.servlet.http.HttpServlet |
doDelete, doGet, doHead, doOptions, doPut, doTrace, getLastModified, service, service |
| Methods inherited from class javax.servlet.GenericServlet |
getInitParameter, getInitParameterNames, getServletConfig, getServletContext, getServletInfo, getServletName, init, log, log |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
InstanceServlet
public InstanceServlet()
init
public void init()
- Overrides:
init in class javax.servlet.GenericServlet
destroy
public void destroy()
- Specified by:
destroy in interface javax.servlet.Servlet- Overrides:
destroy in class javax.servlet.GenericServlet
getInstance
public org.eaglei.model.EIInstanceX getInstance(java.lang.String sessionID,
org.eaglei.model.EIURI instanceID)
throws InvalidSessionIdException,
LoggedException
- Specified by:
getInstance in interface InstanceServiceRemote
- Throws:
InvalidSessionIdException
LoggedException
contactMessage
public boolean contactMessage(java.lang.String sessionID,
org.eaglei.model.EIURI instanceID,
java.lang.String label,
boolean test_mode,
java.lang.String from_name,
java.lang.String from_email,
java.lang.String subject,
java.lang.String message)
throws InvalidSessionIdException,
LoggedException
- Specified by:
contactMessage in interface InstanceServiceRemote
- Throws:
InvalidSessionIdException
LoggedException
Copyright © 2009-2011 Eagle-I. All Rights Reserved.