com.wles.blm
Class BLMPolicyDistributor.EngineInfo

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

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

Represents the state of an engine instance.


Field Summary
 java.lang.String address
          The URL of the engine instance.
 long distributionId
          The distribution version ID the engine is currently using.
 java.lang.String engineName
          The name of the engine (ssm or scm).
 java.lang.String instanceName
          The name of the engine instance.
 
Method Summary
 java.lang.String toString()
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

address

public java.lang.String address
The URL of the engine instance.


distributionId

public long distributionId
The distribution version ID the engine is currently using.


engineName

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


instanceName

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

Method Detail

toString

public java.lang.String toString()


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