PageBoxLib
Class Relayer.Entry

java.lang.Object
  extended byPageBoxLib.Relayer.Entry
Enclosing class:
Relayer

class Relayer.Entry
extends java.lang.Object

Describes a Relay request


Field Summary
(package private)  java.lang.String arch
          Archive name
(package private)  byte[] archData
          Archive data
(package private)  java.lang.String date
          Publication date and time
(package private)  java.lang.String docURL
          Documentation URL
(package private)  boolean isUpdate
          If true delta update
(package private)  java.lang.String oldDate
          Expected previous publication date and time
(package private)  java.lang.String owner
          User who published the archive
(package private)  DeployIF.UrlUser[] relayed
          PageBox instances to deploy
(package private)  boolean runInstall
          If true run the Application server installer (Web application)
 
Constructor Summary
(package private) Relayer.Entry(java.lang.String arch, java.lang.String owner, byte[] archData, java.lang.String date, java.lang.String oldDate, java.lang.String docURL, boolean isUpdate, boolean runInstall, DeployIF.UrlUser[] relayed)
          Constructor.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

arch

java.lang.String arch
Archive name


owner

java.lang.String owner
User who published the archive


archData

byte[] archData
Archive data


date

java.lang.String date
Publication date and time


oldDate

java.lang.String oldDate
Expected previous publication date and time


docURL

java.lang.String docURL
Documentation URL


isUpdate

boolean isUpdate
If true delta update


runInstall

boolean runInstall
If true run the Application server installer (Web application)


relayed

DeployIF.UrlUser[] relayed
PageBox instances to deploy

Constructor Detail

Relayer.Entry

Relayer.Entry(java.lang.String arch,
              java.lang.String owner,
              byte[] archData,
              java.lang.String date,
              java.lang.String oldDate,
              java.lang.String docURL,
              boolean isUpdate,
              boolean runInstall,
              DeployIF.UrlUser[] relayed)
Constructor.

Parameters:
arch - archive name.
owner - user who published the archive.
archData - archive data.
date - publication date and time.
oldDate - expected previous publication date and time.
docURL - documentation URL.
isUpdate - if true delta update
runInstall - if true run the Application server installer (Web application)
relayed - PageBox instances to deploy