Uses of Class
org.drools.guvnor.client.rpc.LogEntry

Packages that use LogEntry
org.drools.guvnor.client.rpc This contains classes used for remote communication with the repository server. 
org.drools.guvnor.server This package contains server side code for the repository. 
org.drools.guvnor.server.builder.pagerow   
org.drools.guvnor.server.util   
 

Uses of LogEntry in org.drools.guvnor.client.rpc
 

Methods in org.drools.guvnor.client.rpc that return LogEntry
 LogEntry[] RepositoryService.showLog()
          Deprecated. in favour of showLogEntries()
 

Uses of LogEntry in org.drools.guvnor.server
 

Methods in org.drools.guvnor.server that return LogEntry
 LogEntry[] ServiceImplementation.showLog()
          Deprecated. in favour of ServiceImplementation.showLog(PageRequest)
 LogEntry[] RepositoryServiceServlet.showLog()
           
 

Uses of LogEntry in org.drools.guvnor.server.builder.pagerow
 

Methods in org.drools.guvnor.server.builder.pagerow with parameters of type LogEntry
 List<LogPageRow> LogPageRowBuilder.createRows(PageRequest pageRequest, LogEntry[] logEntries)
           
 

Uses of LogEntry in org.drools.guvnor.server.util
 

Methods in org.drools.guvnor.server.util that return LogEntry
static LogEntry[] LoggingHelper.getMessages()
           
 



Copyright © 2001-2011 JBoss Inc.. All Rights Reserved.