com.ibm.commerce.collaboration.livehelp.beans
Class LiveHelpShopperConfiguration

java.lang.Object
  |
  +--com.ibm.commerce.collaboration.livehelp.beans.LiveHelpShopperConfiguration

public class LiveHelpShopperConfiguration
extends java.lang.Object

Configuration data for LiveHelp.


Field Summary
static java.lang.String CLASSNAME
           
static java.lang.String COPYRIGHT
           
 
Constructor Summary
LiveHelpShopperConfiguration()
          Constructs a LiveHelpShopperConfiguration object.
 
Method Summary
protected static void entry(java.lang.String methodName)
          Simplifies tracing method entry.
protected static void exit(java.lang.String methodName)
          Simplifies tracing method exit.
static java.lang.String getAppletCodeBaseURL()
          Return the LiveHelp Applet CodeBase URL as it is defined in the WCS configuration file.
protected static ConfigProperties getConfigProperties()
          gets Configuration Properties from the instance.xml file
static java.lang.String getHostName()
          Return the LiveHelp HostName as it is defined in the WCS configuration file.
static java.lang.String getMonitorType()
          Return the LiveHelp MonitorType as it is defined in the WCS configuration file.
static boolean isEnabled()
          Returns true if Collaboration LiveHelp is enabled as it is defined in the WCS configuration file.
protected static void trace(java.lang.String methodName, java.lang.String text)
          Simplifies tracing text.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

CLASSNAME

public static final java.lang.String CLASSNAME

COPYRIGHT

public static final java.lang.String COPYRIGHT
Constructor Detail

LiveHelpShopperConfiguration

public LiveHelpShopperConfiguration()
Constructs a LiveHelpShopperConfiguration object.
Method Detail

entry

protected static void entry(java.lang.String methodName)
Simplifies tracing method entry.

exit

protected static void exit(java.lang.String methodName)
Simplifies tracing method exit.

getAppletCodeBaseURL

public static java.lang.String getAppletCodeBaseURL()
Return the LiveHelp Applet CodeBase URL as it is defined in the WCS configuration file.
Returns:
the LiveHelp Applet CodeBase URL.

getConfigProperties

protected static ConfigProperties getConfigProperties()
gets Configuration Properties from the instance.xml file
Returns:
the configuration properties

getHostName

public static java.lang.String getHostName()
Return the LiveHelp HostName as it is defined in the WCS configuration file.
Returns:
the LiveHelp HostName.

getMonitorType

public static java.lang.String getMonitorType()
Return the LiveHelp MonitorType as it is defined in the WCS configuration file.
Returns:
the LiveHelp MonitorType.

isEnabled

public static boolean isEnabled()
Returns true if Collaboration LiveHelp is enabled as it is defined in the WCS configuration file.
Returns:
True is Collaboration LiveHelp is enabled.

trace

protected static void trace(java.lang.String methodName,
                            java.lang.String text)
Simplifies tracing text.