super(name, cc);
throw new ConfigException(strMgr.getString("target.not_supported", "getApplicationRefs", getType().getName()));
Return all the clusters in the domain return ClusterHelper.getClustersInDomain(getConfigContext());
return ClusterHelper.getClustersInDomain(getConfigContext());
return null;
throw new Exception(strMgr.getString("target.no_config_for_domain"));
Return all the configurations in the domain return ConfigAPIHelper.getConfigsInDomain(getConfigContext());
return ConfigAPIHelper.getConfigsInDomain(getConfigContext());
Return all the node agents in the domain return NodeAgentHelper.getNodeAgentsInDomain(getConfigContext());
return NodeAgentHelper.getNodeAgentsInDomain(getConfigContext());
throw new ConfigException(strMgr.getString("target.not_supported", "getResourceRefs", getType().getName()));
Get all servers in the domain return ServerHelper.getServersInDomain(getConfigContext());
return ServerHelper.getServersInDomain(getConfigContext());
checkTokens(tokens, 1); return (tokens[0] + ":type=domain,category=config");
return TargetType.DOMAIN;