Interface ICollaboratorMetaData


public interface ICollaboratorMetaData
  • Method Details

    • getComponentMetaData

      WebComponentMetaData getComponentMetaData()
    • getHttpServletRequest

      javax.servlet.http.HttpServletRequest getHttpServletRequest()
    • getHttpServletResponse

      javax.servlet.http.HttpServletResponse getHttpServletResponse()
    • getServletConfig

      IServletConfig getServletConfig()
    • getServletContext

      IServletContext getServletContext()
    • getWebAppDispatcherContext

      IWebAppDispatcherContext getWebAppDispatcherContext()
    • getSecurityObject

      Object getSecurityObject()
    • setSecurityObject

      void setSecurityObject(Object securityObject)
    • getTransactionConfig

      Object getTransactionConfig()
    • setTransactionConfig

      void setTransactionConfig(Object transactionConfig)
    • setPostInvokeNecessary

      void setPostInvokeNecessary(boolean b)
    • isPostInvokeNecessary

      boolean isPostInvokeNecessary()
    • setTransaction

      void setTransaction(Object transaction)
    • getTransaction

      Object getTransaction()
    • setOrigClassLoader

      void setOrigClassLoader(ClassLoader origClassLoader)
    • getOrigClassLoader

      ClassLoader getOrigClassLoader()
    • setCallbacksID

      void setCallbacksID(int callbacksID)
    • getCallbacksID

      int getCallbacksID()
    • setConnectionHandleList

      void setConnectionHandleList(com.ibm.ejs.j2c.HandleList handleList)
    • getConnectionHandleList

      com.ibm.ejs.j2c.HandleList getConnectionHandleList()
    • getRequestProcessor

      RequestProcessor getRequestProcessor()
    • setServletRequestCreated

      void setServletRequestCreated(boolean notifyServletRequestCreated)
    • isServletRequestCreated

      boolean isServletRequestCreated()
    • isSessionInvokeRequired

      boolean isSessionInvokeRequired()
    • setSessionInvokeRequired

      void setSessionInvokeRequired(boolean sessionInvoke)