Package com.sun.enterprise.ee.admin.configbeans

Examples of com.sun.enterprise.ee.admin.configbeans.NodeAgentsConfigBean


            throw new AgentException(_strMgr.getString(
                "nodeAgent.attemptLocalRendezvous.NoLocalDomains",
                dasHost2 + ":" + dasPort2, root.getAbsolutePath()));
        } else {
            // There was exactly one domain, flush out its domain.xml
            NodeAgentsConfigBean ncb =
                new NodeAgentsConfigBean(goodConfigContext);                           
            String retDasString = ncb.rendezvousWithDAS(
                naReader.getHost(), naReader.getPort(), getNodeAgentName(),
                naReader.getProtocol(), naReader.getClientHost());    
            goodConfigContext.flush();           
            markAsBound(retDasString);                        
        }       
View Full Code Here


        return new ConfigsConfigBean(getConfigContext());       
    }   
    
    protected NodeAgentsConfigBean getNodeAgentsConfigBean()
    {
        return new NodeAgentsConfigBean(getConfigContext());
    }
View Full Code Here

TOP

Related Classes of com.sun.enterprise.ee.admin.configbeans.NodeAgentsConfigBean

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.