use of org.ow2.proactive.resourcemanager.exception.RMException in project scheduling by ow2-proactive.
the class RMProxy method init.
public synchronized void init() throws RMException, RMProxyCreationException {
RMAuthentication auth = RMConnection.join(rmURL.toString());
proxyActiveObject = RMProxyActiveObject.createAOProxy(auth, creds);
currentRMConnection = new RMProxiesManager.Connection(rmURL, auth);
}
Aggregations