jason.core.service
Class LogServiceRequest

java.lang.Object
  |
  +--jason.core.ServiceRequest
        |
        +--jason.core.service.LogServiceRequest

public class LogServiceRequest
extends ServiceRequest

Created Sun Oct 6 18:03:05 2002

Here a way for external service to send a request about log

See Also:
ServiceRequest, LogService

Field Summary
static java.lang.String GET
          Get all log
 
Constructor Summary
LogServiceRequest()
           
 
Method Summary
 int getSize()
           
 void setSize(int size)
          Update the size of the log content.
 
Methods inherited from class jason.core.ServiceRequest
getQuery, getType, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

GET

public static final java.lang.String GET
Get all log

See Also:
Constant Field Values
Constructor Detail

LogServiceRequest

public LogServiceRequest()
Method Detail

setSize

public void setSize(int size)
Update the size of the log content. By default the value is '100' lines


getSize

public int getSize()
Returns:
the size of the log content