Package com.sun.enterprise.admin.servermgmt

Examples of com.sun.enterprise.admin.servermgmt.RepositoryManager$RepositoryManagerMessages


     * @throws DomainException If any exception occurs in validation.
     */
    public void validateTemplate() throws DomainException {
        try   {
            // Sanity check on the repository.
            RepositoryManager repoManager = new RepositoryManager();
            repoManager.checkRepository(_domainConfig, false);

            // Validate the port values.
            DomainPortValidator portValidator = new DomainPortValidator(_domainConfig, _defaultPortValues);
            portValidator.validateAndSetPorts();

View Full Code Here


     * @throws DomainException If any exception occurs in validation.
     */
    public void validateTemplate() throws DomainException {
        try   {
            // Sanity check on the repository.
            RepositoryManager repoManager = new RepositoryManager();
            repoManager.checkRepository(_domainConfig, false);

            // Validate the port values.
            DomainPortValidator portValidator = new DomainPortValidator(_domainConfig, _defaultPortValues);
            portValidator.validateAndSetPorts();

View Full Code Here

TOP

Related Classes of com.sun.enterprise.admin.servermgmt.RepositoryManager$RepositoryManagerMessages

Copyright © 2018 www.massapicom. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.