org.openanzo.telar
Class GraphFileUploadServlet

java.lang.Object
  extended by javax.servlet.GenericServlet
      extended by javax.servlet.http.HttpServlet
          extended by org.openanzo.telar.GraphFileUploadServlet
All Implemented Interfaces:
java.io.Serializable, javax.servlet.Servlet, javax.servlet.ServletConfig, Constants

public class GraphFileUploadServlet
extends javax.servlet.http.HttpServlet
implements Constants

Author:
Rouben Meschian (rmeschi@us.ibm.com)
See Also:
Serialized Form

Field Summary
static int MAX_MEMORY_SIZE
           
static int NUM_STMTS_PER_TRANSACTION
           
 
Fields inherited from interface org.openanzo.telar.Constants
ADD, DATATYPE, DEFAULT_NAMED_GRAPHS, ERROR, EXEC_QUERY, GRAPH, GRAPH_REVISIONS, LITERAL, NAMED_GRAPHS, OBJECT, PREDICATE, QUERY, REMOVE, REQUEST, RESPONSE, RESULT_SET, SUBJECT, TYPE, TYPED_LITERAL, URI
 
Constructor Summary
GraphFileUploadServlet(ModelServiceApi api)
           
 
Method Summary
 void init()
           
 
Methods inherited from class javax.servlet.http.HttpServlet
service
 
Methods inherited from class javax.servlet.GenericServlet
destroy, getInitParameter, getInitParameterNames, getServletConfig, getServletContext, getServletInfo, getServletName, init, log, log
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

MAX_MEMORY_SIZE

public static final int MAX_MEMORY_SIZE
See Also:
Constant Field Values

NUM_STMTS_PER_TRANSACTION

public static final int NUM_STMTS_PER_TRANSACTION
See Also:
Constant Field Values
Constructor Detail

GraphFileUploadServlet

public GraphFileUploadServlet(ModelServiceApi api)
Method Detail

init

public void init()
          throws javax.servlet.ServletException
Overrides:
init in class javax.servlet.GenericServlet
Throws:
javax.servlet.ServletException


Copyright © 2007 Cambridge Semantics Inc.. All Rights Reserved.