org.pentaho.platform.plugin.action.mondrian
Class MondrianCachePublisher
java.lang.Object
org.pentaho.platform.engine.core.system.PentahoBase
org.pentaho.platform.engine.core.system.BasePublisher
org.pentaho.platform.plugin.action.mondrian.MondrianCachePublisher
- All Implemented Interfaces:
- Serializable, ILogger, IPentahoPublisher
public class MondrianCachePublisher
- extends BasePublisher
- See Also:
- Serialized Form
Fields inherited from interface org.pentaho.platform.api.engine.ILogger |
ACTIVITY_LOG, DEBUG, ERROR, FATAL, INFO, INSTANCE_LOG, SESSION_LOG, SOLUTION_LOG, TRACE, UNKNOWN, WARN |
Methods inherited from class org.pentaho.platform.engine.core.system.PentahoBase |
debug, debug, error, error, fatal, fatal, genLogIdFromInfo, genLogIdFromInfo, genLogIdFromSession, getLoggingLevel, getLogId, getObjectName, info, info, setLoggingLevel, setLogId, trace, trace, warn, warn |
MondrianCachePublisher
public MondrianCachePublisher()
getLogger
public org.apache.commons.logging.Log getLogger()
- Specified by:
getLogger
in class PentahoBase
getName
public String getName()
- Returns:
- The name of the publisher. This name is displayed in the Publish JSP
getDescription
public String getDescription()
- Returns:
- The description of the publisher. This string is displayed in the Publish JSP
publish
public String publish(IPentahoSession localSession)
- Specified by:
publish
in class BasePublisher