Package org.codehaus.wadi.servicespace

Examples of org.codehaus.wadi.servicespace.ServiceProxy


                new Class[] { NodeServiceTracker.class });

        InvocationMetaData invocationMetaData = proxyFactory.getInvocationMetaData();
        invocationMetaData.setOneWay(true);

        ServiceProxy proxy = proxyFactory.getProxy();

        return (NodeServiceTracker) proxy;

    }
View Full Code Here


                synchronized (locations) {
                    clonedLocations = new HashSet<URI>(locations);
                }
                for (EjbDeploymentIdAccessor deploymentIdAccessor : NetworkConnectorMonitor.this.idAccessors) {
                    String deploymentId = deploymentIdAccessor.getDeploymentId();
                    ServiceProxy proxy = trackerProxyFactory.getProxy();
                    RemoteNode remoteNode = (RemoteNode) joiningNode;
                    proxy.getInvocationMetaData().setTargets(new Peer[] {remoteNode.getPeer()});
                    NetworkConnectorTracker tracker = (NetworkConnectorTrackerproxy;
                    tracker.registerNetworkConnectorLocations(deploymentId, nodeName, clonedLocations);
                }
            }
View Full Code Here

TOP

Related Classes of org.codehaus.wadi.servicespace.ServiceProxy

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.