| 
 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.wles.blm.BLMPolicyDistributor.DistributionStatus
Represents the status of a distribution operation.
| Field Summary | |
|  int | distributionIdThe ID of the distribution. | 
|  BLMPolicyDistributor.EngineStatus[] | engineStatusThe individual status of each engine effected by this distribution. | 
|  int | percentCompleteIndicates how much of the distribution has been completed. | 
|  java.lang.String | statusIndicates the current status of the distribution. | 
|  java.lang.String | timestampThe timestamp of the distribution. | 
|  java.lang.String | userThe user who issued the distribution. | 
| Constructor Summary | |
| BLMPolicyDistributor.DistributionStatus() | |
| Method Summary | |
|  java.lang.String | toString() | 
| Methods inherited from class java.lang.Object | 
| equals, getClass, hashCode, notify, notifyAll, wait, wait, wait | 
| Field Detail | 
public int distributionId
public BLMPolicyDistributor.EngineStatus[] engineStatus
public int percentComplete
public java.lang.String status
public java.lang.String timestamp
public java.lang.String user
| Constructor Detail | 
public BLMPolicyDistributor.DistributionStatus()
| Method Detail | 
public java.lang.String toString()
| 
 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||