| 
 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.wles.blm.BLMPolicyDistributor.EngineStatus
Represents the distribution status of an instance of an engine.
| Field Summary | |
|  java.lang.String | engineNameThe name of the engine (scm or ssm). | 
|  java.lang.String | hostNameThe name of the host the engine is running on. | 
|  java.lang.String | instanceNameThe name of the engine instance. | 
|  boolean | successAn indicator specifying if the engine was able to process the update. | 
| Constructor Summary | |
| BLMPolicyDistributor.EngineStatus() | |
| Method Summary | |
|  java.lang.String | toString() | 
| Methods inherited from class java.lang.Object | 
| equals, getClass, hashCode, notify, notifyAll, wait, wait, wait | 
| Field Detail | 
public java.lang.String engineName
public java.lang.String hostName
public java.lang.String instanceName
public boolean success
| Constructor Detail | 
public BLMPolicyDistributor.EngineStatus()
| Method Detail | 
public java.lang.String toString()
| 
 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||