com.endeca.infront.content.source
Class LiveContentSource

java.lang.Object
  extended by com.endeca.infront.content.source.AbstractContentSource
      extended by com.endeca.infront.content.source.WorkbenchContentSource
          extended by com.endeca.infront.content.source.LiveContentSource
All Implemented Interfaces:
ContentSource

Deprecated.

@Deprecated
public class LiveContentSource
extends WorkbenchContentSource

Retrieves items from the live content.


Field Summary
 
Fields inherited from class com.endeca.infront.content.source.WorkbenchContentSource
client, DEFAULT_CLIENT_PORT, DEFAULT_MESSAGE_TIMEOUT, DEFAULT_SERVER_PORT, validator
 
Constructor Summary
LiveContentSource(String appName, String defaultSiteRootPath, String host, int port, int clientPort, String contextPath, String realPath)
          Deprecated. 
 
Method Summary
 
Methods inherited from class com.endeca.infront.content.source.WorkbenchContentSource
destroy, getAppName, getClientPort, getHost, getMessageTimeout, getServerPort, init, isAuthoring, resolveContent, resolveContent, setAppName, setClientPort, setHost, setIsAuthoring, setMessageTimeout, setServerPort
 
Methods inherited from class com.endeca.infront.content.source.AbstractContentSource
getDefaultSiteRootPath, setDefaultSiteRootPath
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

LiveContentSource

@Deprecated
public LiveContentSource(String appName,
                                    String defaultSiteRootPath,
                                    String host,
                                    int port,
                                    int clientPort,
                                    String contextPath,
                                    String realPath)
Deprecated. 

Constructs a new Live Content Source.

Parameters:
appName - Name of the application for which to retrieve content
defaultSiteRootPath - The default site root path to use when attempting to resolve content from a servlet request
host - host of the publishing TCP server
port - port of the publishing TCP server
clientPort - port of the TCP content client
contextPath - Additional debug property for identifying the client. The context path is the portion of the request URI that is used to select the context of the request.
realPath - Additional debug property for identifying the client. The real path is where the client is located on the file system, and is useful for locating the client from the PromotionStatus page.


Copyright © 2012, Oracle and/or its affiliates. All rights reserved.