java.lang.Object | +--com.ibm.commerce.collaboration.livehelp.beans.LiveHelpShopperConfiguration
Configuration data for customer care.
Field Summary | |
---|---|
static java.lang.String |
CLASSNAME Class name |
static java.lang.String |
COPYRIGHT IBM copyright info |
Constructor Summary | |
---|---|
LiveHelpShopperConfiguration() Constructs a LiveHelpShopperConfiguration object. |
Method Summary | |
---|---|
protected
static void |
entry(java.lang.String methodName) Logging method entry tracing information. |
protected
static void |
exit(java.lang.String methodName) Logging method exit tracing information. |
static java.lang.String |
getAppletCodeBaseURL() Returns the Customer Care Applet CodeBase URL as it is defined in the WebSphere Commerce Suite configuration file. |
protected
static
ConfigProperties |
getConfigProperties() Returns Configuration Properties from the instance.xml file |
static java.lang.String |
getHostName() Returns Sametime HostName as it is defined in the WebSphere Commerce Suite configuration file. |
static java.lang.String |
getInstanceName() Returns Customer Care Instance name in format as "instance_name@hostname" |
static java.lang.String |
getMonitorType() Returns Customer Care MonitorType as it is defined in the WebSphere Commerce Suite configuration file. |
static boolean |
isEnabled() Returns true if Customer Care is enabled as it is defined in the WebSphere Commerce Suite configuration file. |
protected
static void |
trace(java.lang.String methodName, java.lang.String text) Logging method tracing information. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll,
toString, wait, wait, wait |
Field Detail |
---|
public static final java.lang.String COPYRIGHT
public static final java.lang.String CLASSNAME
Constructor Detail |
---|
public LiveHelpShopperConfiguration()
Method Detail |
---|
protected static void entry(java.lang.String methodName)
methodName
- method Nameprotected static void exit(java.lang.String methodName)
methodName
- method Namepublic static java.lang.String getAppletCodeBaseURL()
protected static ConfigProperties getConfigProperties()
public static java.lang.String getHostName()
public static java.lang.String getInstanceName()
public static java.lang.String getMonitorType()
public static boolean isEnabled()
protected static void trace(java.lang.String methodName, java.lang.String text)
methodName
- method Nametext
- trace text