org.kuali.student.common.ui.client.service
Interface LogRpcService

All Superinterfaces:
com.google.gwt.user.client.rpc.RemoteService
All Known Implementing Classes:
LogRpcGwtServlet

@RemoteServiceRelativePath(value="rpcservices/LogRpcService")
public interface LogRpcService
extends com.google.gwt.user.client.rpc.RemoteService


Method Summary
 Boolean sendLog(Map<String,String> clientContextInfo, String log)
          Sends a List of messages to the server.
 

Method Detail

sendLog

Boolean sendLog(Map<String,String> clientContextInfo,
                String log)
Sends a List of messages to the server.

Parameters:
clientContextInfo - any configuration or runtime information about the client
messages - the messages to log


Copyright © 2004-2012 The Kuali Foundation. All Rights Reserved.