com.hazelcast.management.request
Class GetLogsRequest

java.lang.Object
  extended by com.hazelcast.management.request.GetLogsRequest
All Implemented Interfaces:
JsonSerializable, ConsoleRequest

Deprecated.

@Deprecated
public class GetLogsRequest
extends Object
implements ConsoleRequest

Request for fetching system log records.


Constructor Summary
GetLogsRequest()
          Deprecated.  
 
Method Summary
 void fromJson(com.eclipsesource.json.JsonObject json)
          Deprecated.  
 int getType()
          Deprecated.  
 Object readResponse(com.eclipsesource.json.JsonObject json)
          Deprecated.  
 com.eclipsesource.json.JsonObject toJson()
          Deprecated.  
 void writeResponse(ManagementCenterService mcs, com.eclipsesource.json.JsonObject root)
          Deprecated.  
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

GetLogsRequest

public GetLogsRequest()
Deprecated. 
Method Detail

getType

public int getType()
Deprecated. 
Specified by:
getType in interface ConsoleRequest

readResponse

public Object readResponse(com.eclipsesource.json.JsonObject json)
Deprecated. 
Specified by:
readResponse in interface ConsoleRequest

writeResponse

public void writeResponse(ManagementCenterService mcs,
                          com.eclipsesource.json.JsonObject root)
                   throws Exception
Deprecated. 
Specified by:
writeResponse in interface ConsoleRequest
Throws:
Exception

toJson

public com.eclipsesource.json.JsonObject toJson()
Deprecated. 
Specified by:
toJson in interface JsonSerializable

fromJson

public void fromJson(com.eclipsesource.json.JsonObject json)
Deprecated. 
Specified by:
fromJson in interface JsonSerializable


Copyright © 2015 Hazelcast, Inc.. All Rights Reserved.