Serialized Form
url
java.lang.String url
- Web service or page URL
must
byte[] must
- Imperative criteria
niceif
byte[] niceif
- Optional criteria
entries
java.util.HashMap entries
- Entry map.
- Key: Entry name
- Value: ActiveEntry object
usage
ResourceUsage usage
- Ressource usage data
code
int code
- Either NOTDEPLOYED or NOTUNDEPLOYED or ARCHPB or PBPB
msg
java.lang.String msg
- Error message
url
java.lang.String url
- Subscriber URL
user
java.lang.String user
- Subscriber user name
pbUser
java.lang.String pbUser
- PageBox user name
pbPasswd
java.lang.String pbPasswd
- PageBox password
free
long free
- Free memory in the Java Virtual Machine
total
long total
- Total amount of memory in the Java virtual machine
max
long max
- Maximum amount of memory that the Java virtual machine will attempt to use
netTime
long netTime
- Time in millisecond to send a frame and get the answer
msg
java.lang.String msg
- Error message or null when valid data. Values of interest:
- first measure
type
java.lang.String type
- Request type
data
byte[] data
- Payload
codes
java.util.HashMap codes
- Return code map.
- Key: URL of the Deploy Web service of the issuing PageBox
- Value: Web application return code
url
java.lang.String url
- URL of the DeployIF Web service of the PageBox
user
java.lang.String user
- PageBox user
password
java.lang.String password
- PageBox password
perUse
float perUse
- CPU percentage used = 100 - perIdle
perIdle
float perIdle
- CPU percentage idle
perSystem
float perSystem
- CPU percentage system
perUser
float perUser
- CPU percentage user + user nice
repUrl
java.lang.String repUrl
- URL of the RepoQueryIF Web service of the Repository
nb
int nb
- Frame number
adjacencyList
java.util.LinkedList adjacencyList
- Contains PageBoxInfo objects.
msgList
java.util.LinkedList msgList
- Contains TokenMsg objects.