com.hp.lft.sdk.oracle

Class ApplicationSessionDescription.Init<T extends ApplicationSessionDescription.Init<T>>

    • Constructor Detail

      • Init

        protected Init()
    • Method Detail

      • classPath

        public T classPath(String classPath)
        Initializes the application session's classPath.
        Parameters:
        classPath - the hierarchy of the object's Oracle class.
        Returns:
        the description instance with the update state (builder pattern).
      • classPath

        public T classPath(StringProperty classPath)
        Initializes the application session's classPath.
        Parameters:
        classPath - the hierarchy of the object's Oracle class.
        Returns:
        the description instance with the update state (builder pattern).