Examples of SCADummyNodeImpl


Examples of org.apache.tuscany.sca.domain.impl.SCADummyNodeImpl

            // TODO - not caching local domains as currently the local domain can
            //        - only handle one node
            //        - provides the management endpoint for that node
           
            // Add the dummy node as there will be no real node in this case
            SCANode scaNode = new SCADummyNodeImpl(scaDomain);
            ((SCADomainProxyImpl)scaDomain).addNode(scaNode);
        }
        return scaDomain;
    }
View Full Code Here
TOP
Copyright © 2018 www.massapi.com. 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.