public class CampaignsCachingComponent
extends java.lang.Object
implements com.ibm.commerce.server.ComponentConfiguration
Modifier and Type | Field and Description |
---|---|
static java.lang.String |
CLASSNAME
The name of this class.
|
static java.lang.String |
COPYRIGHT
IBM Copyright field.
|
Constructor and Description |
---|
CampaignsCachingComponent() |
Modifier and Type | Method and Description |
---|---|
void |
destroy()
This destroy method will be called when the request servlet
is stopped or destroyed.
|
void |
enable(boolean val)
This method dynamically enables or disables a component.
|
void |
init(org.w3c.dom.Element node)
This method initializes the component, it will be called during
initialization of the Request Servlet.
|
public static final java.lang.String CLASSNAME
public static final java.lang.String COPYRIGHT
public void destroy()
destroy
in interface com.ibm.commerce.server.ComponentConfiguration
public void enable(boolean val) throws java.lang.Exception
enable
in interface com.ibm.commerce.server.ComponentConfiguration
val
- True if component should be enabled; false otherwise.java.lang.Exception
public void init(org.w3c.dom.Element node) throws java.lang.Exception
init
in interface com.ibm.commerce.server.ComponentConfiguration
node
- A DOM element node with the parameters for the
component, null if no property is present.java.lang.Exception