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.IgnoredTransformationRegistrypublic 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.IgnoredTransformationRegistryaddress should be excluded from
resource transformation.isResourceTransformationIgnored in interface TransformationTarget.IgnoredTransformationRegistryaddress - the resource address. Cannot be nulltrue if the resource should be excluded from resource transformationpublic boolean isIgnoreUnaffectedConfig()
public boolean isOperationTransformationIgnored(PathAddress address)
TransformationTarget.IgnoredTransformationRegistryaddress should be excluded from
operation transformation.isOperationTransformationIgnored in interface TransformationTarget.IgnoredTransformationRegistryaddress - the resource address. Cannot be nulltrue if the resource should be excluded from operation transformationpublic String getPrettyProductName()
Copyright © 2014 JBoss by Red Hat. All rights reserved.