Serialized Form


Package de.smartics.ci.comm

Class de.smartics.ci.comm.LogLevel extends Object implements Serializable

serialVersionUID: 1L

Serialized Fields

level

String level
The name of the current level.

 

Package de.smartics.ci.comm.command

Class de.smartics.ci.comm.command.CommandException extends Exception implements Serializable

serialVersionUID: 1L

Class de.smartics.ci.comm.command.CommandResult extends Object implements Serializable

serialVersionUID: 1L

Serialized Fields

code

int code
The return code.

 

httpStatus

CommandResult.HttpStatus httpStatus
The information about the HTTP status returned by the result.

 

pageContent

String pageContent
The page returned on the request. Since this may be a performance issue, this information is not collected by default. Therefore the value may be null.

 

Class de.smartics.ci.comm.command.CommandResult.HttpStatus extends Object implements Serializable

serialVersionUID: 1L

Serialized Fields

code

int code
The HTTP status code of the result.

 

text

String text
The HTTP status text of the result.

 

Class de.smartics.ci.comm.command.InvalidRequestException extends CommandException implements Serializable

serialVersionUID: 1L

Class de.smartics.ci.comm.command.LoginCommandException extends CommandException implements Serializable

serialVersionUID: 1L



Copyright © 2012 Kronseder & Reiner GmbH - smartics. All Rights Reserved.