public class HostInfo extends Object implements TransformationTarget.IgnoredTransformationRegistry
public static org.jboss.dmr.ModelNode createLocalHostHostInfo(LocalHostControllerInfo hostInfo, ProductConfig productConfig, IgnoredDomainResourceRegistry ignoredResourceRegistry, Resource hostModelResource)
hostInfo
- the local host infoproductConfig
- the product configignoredResourceRegistry
- registry of ignored resourcespublic static HostInfo fromModelNode(org.jboss.dmr.ModelNode hostInfo)
public String getHostName()
getHostName
in interface TransformationTarget.IgnoredTransformationRegistry
public String getReleaseVersion()
public String getReleaseCodeName()
public int getManagementMajorVersion()
public int getManagementMinorVersion()
public int getManagementMicroVersion()
public String getProductName()
public String getProductVersion()
public Long getRemoteConnectionId()
public boolean isResourceTransformationIgnored(PathAddress address)
TransformationTarget.IgnoredTransformationRegistry
address
should be excluded from
resource transformation
.isResourceTransformationIgnored
in interface TransformationTarget.IgnoredTransformationRegistry
address
- the resource address. Cannot be null
true
if the resource should be excluded from resource transformationpublic boolean isIgnoreUnaffectedConfig()
public boolean isOperationTransformationIgnored(PathAddress address)
TransformationTarget.IgnoredTransformationRegistry
address
should be excluded from
operation transformation
.isOperationTransformationIgnored
in interface TransformationTarget.IgnoredTransformationRegistry
address
- the resource address. Cannot be null
true
if the resource should be excluded from operation transformationpublic String getPrettyProductName()
Copyright © 2014 JBoss by Red Hat. All rights reserved.