com.wles.blm
Class BLMPolicyDistributor.DistributionStatus

java.lang.Object
  extended bycom.wles.blm.BLMPolicyDistributor.DistributionStatus
Enclosing class:
BLMPolicyDistributor

public static class BLMPolicyDistributor.DistributionStatus
extends java.lang.Object

Represents the status of a distribution operation.


Field Summary
 int distributionId
          The ID of the distribution.
 BLMPolicyDistributor.EngineStatus[] engineStatus
          The individual status of each engine effected by this distribution.
 int percentComplete
          Indicates how much of the distribution has been completed.
 java.lang.String status
          Indicates the current status of the distribution.
 java.lang.String timestamp
          The timestamp of the distribution.
 java.lang.String user
          The 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

distributionId

public int distributionId
The ID of the distribution.


engineStatus

public BLMPolicyDistributor.EngineStatus[] engineStatus
The individual status of each engine effected by this distribution.


percentComplete

public int percentComplete
Indicates how much of the distribution has been completed.


status

public java.lang.String status
Indicates the current status of the distribution.


timestamp

public java.lang.String timestamp
The timestamp of the distribution.


user

public java.lang.String user
The user who issued the distribution.

Constructor Detail

BLMPolicyDistributor.DistributionStatus

public BLMPolicyDistributor.DistributionStatus()
Method Detail

toString

public java.lang.String toString()


Copyright © 2004-2008, Oracle and/or its affiliates. All rights reserved.