Package org.apache.tuscany.sca.domain.impl

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

Related Classes of org.apache.tuscany.sca.domain.impl.SCADummyNodeImpl

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.