Oracle Content Management SDK

oracle.ifs.management.domain
Class HttpServletNodeUtilities

java.lang.Object
  |
  +--oracle.ifs.management.domain.HttpServletNodeUtilities

public class HttpServletNodeUtilities
extends java.lang.Object

HttpServletNodeUtilities is a set of utilities for nodes running inside a web server.


Method Summary
static java.lang.String createNode(javax.servlet.ServletContext servletContext)
          Creates a node inside this Java VM.
 

Method Detail


createNode

public static java.lang.String createNode(javax.servlet.ServletContext servletContext)
                                   throws IfsException
Creates a node inside this Java VM.

Has no effect if there is already a node in this Java VM.

Parameters:
servletContext - the ServletContext requesting the node
Returns:
if a node was created by this call, an opaque cookie which can be passed to stopNode; if a node was not created by this call (because it was created previously), null
Throws:
IfsException - (IFS-45061) if the operation fails

Oracle Content Management SDK

(c) 2002 Copyright Oracle Corporation. All rights reserved.