public class GridClientLogRequest extends GridClientAbstractMessage
| Constructor and Description |
|---|
GridClientLogRequest() |
| Modifier and Type | Method and Description |
|---|---|
int |
from() |
void |
from(int from) |
String |
path() |
void |
path(String path) |
void |
readExternal(ObjectInput in) |
int |
to() |
void |
to(int to) |
String |
toString() |
void |
writeExternal(ObjectOutput out) |
clientId, clientId, destinationId, destinationId, requestId, requestId, sessionToken, sessionTokenpublic String path()
public void path(String path)
path - Path to log file.public int from()
public void from(int from)
from - From line, inclusive, indexing from 0.public int to()
public void to(int to)
to - To line, inclusive, indexing from 0.public void writeExternal(ObjectOutput out) throws IOException
writeExternal in interface ExternalizablewriteExternal in class GridClientAbstractMessageIOExceptionpublic void readExternal(ObjectInput in) throws IOException, ClassNotFoundException
readExternal in interface ExternalizablereadExternal in class GridClientAbstractMessageIOExceptionClassNotFoundExceptionCopyright © 2014. All rights reserved.