com.wles.blm
Class BLMPolicyDistributor.EngineStatus

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

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

Represents the distribution status of an instance of an engine.


Field Summary
 java.lang.String engineName
          The name of the engine (scm or ssm).
 java.lang.String hostName
          The name of the host the engine is running on.
 java.lang.String instanceName
          The name of the engine instance.
 boolean success
          An 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

engineName

public java.lang.String engineName
The name of the engine (scm or ssm).


hostName

public java.lang.String hostName
The name of the host the engine is running on.


instanceName

public java.lang.String instanceName
The name of the engine instance.


success

public boolean success
An indicator specifying if the engine was able to process the update.

Constructor Detail

BLMPolicyDistributor.EngineStatus

public BLMPolicyDistributor.EngineStatus()
Method Detail

toString

public java.lang.String toString()


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