| java.lang.Object javax.servlet.GenericServlet javax.servlet.http.HttpServlet com.sun.portal.netfile.servlet.java2.NetFileServlet
NetFileServlet | public class NetFileServlet extends HttpServlet (Code) | | author: Suresh Yellamaraju version: 1.0 |
Inner Class :class NetFileSessionClean implements SSOTokenListener | |
nfSessClean | public static NetFileSessionClean nfSessClean(Code) | | |
destroy | public void destroy()(Code) | | |
getInterface | public static Object getInterface(String serverName)(Code) | | Returns the interface on which the given server can be contacted
If no match found, returns null.
The calling method should cast the returned value to String after
checking for null.
|
getInterfaceIPs | public static Vector getInterfaceIPs()(Code) | | To be invoked by NetFile classes to get the list of interface IPs.
|
getNetFileSessionCleaner | public static NetFileSessionClean getNetFileSessionCleaner()(Code) | | |
putTempDirCache | public static void putTempDirCache(String ssoToken, String szTempDir)(Code) | | |
setInterface | public static void setInterface(String nameOfServer, String nameOfInterface)(Code) | | Sets the servername as key and interface as value
in the interface_server_cache
|
Methods inherited from javax.servlet.http.HttpServlet | protected void doDelete(HttpServletRequest req, HttpServletResponse resp) throws ServletException, IOException(Code)(Java Doc) protected void doGet(HttpServletRequest req, HttpServletResponse resp) throws ServletException, IOException(Code)(Java Doc) protected void doHead(HttpServletRequest req, HttpServletResponse resp) throws ServletException, IOException(Code)(Java Doc) protected void doOptions(HttpServletRequest req, HttpServletResponse resp) throws ServletException, IOException(Code)(Java Doc) protected void doPost(HttpServletRequest req, HttpServletResponse resp) throws ServletException, IOException(Code)(Java Doc) protected void doPut(HttpServletRequest req, HttpServletResponse resp) throws ServletException, IOException(Code)(Java Doc) protected void doTrace(HttpServletRequest req, HttpServletResponse resp) throws ServletException, IOException(Code)(Java Doc) protected long getLastModified(HttpServletRequest req)(Code)(Java Doc) protected void service(HttpServletRequest req, HttpServletResponse resp) throws ServletException, IOException(Code)(Java Doc) public void service(ServletRequest req, ServletResponse res) throws ServletException, IOException(Code)(Java Doc)
|
|
|