com.plumtree.remote.crawler
Interface ICrawlerLog

All Known Implementing Classes:
CWSLogger

public interface ICrawlerLog

An interface that returns logging information to the portal. An instance of this interface will be passed into the service's initialize calls. To return messages to the portal job log, keep track of this instance and invoke the log method with messages. The portal currently retrieves messages after IContainerProvider.attachToContainer but this behavior is subject to change in future versions.


Method Summary
 void Log(java.lang.String message)
          Adds a message to the log.
 

Method Detail

Log

public void Log(java.lang.String message)
Adds a message to the log.

Parameters:
message - the string to add


For additional information on the Oracle® WebCenter Interaction Development Kit, including tutorials, blogs, code samples and more, see the Oracle Technology Network (http://www.oracle.com/technology/index.html).

Copyright ©2010 Oracle® Corporation. All Rights Reserved.