public class AutomationClientActivator extends Object implements AutomationClientFactory, org.osgi.framework.BundleActivator
| Constructor and Description |
|---|
AutomationClientActivator() |
| Modifier and Type | Method and Description |
|---|---|
AutomationClient |
getClient(URL url) |
AutomationClient |
getClient(URL url,
int httpCxTimeout) |
org.osgi.framework.BundleContext |
getContext() |
static AutomationClientActivator |
getInstance() |
void |
start(org.osgi.framework.BundleContext bundleContext) |
void |
stop(org.osgi.framework.BundleContext bundleContext) |
public void start(org.osgi.framework.BundleContext bundleContext)
throws Exception
start in interface org.osgi.framework.BundleActivatorExceptionpublic void stop(org.osgi.framework.BundleContext bundleContext)
throws Exception
stop in interface org.osgi.framework.BundleActivatorExceptionpublic AutomationClient getClient(URL url) throws URISyntaxException
getClient in interface AutomationClientFactoryURISyntaxExceptionpublic org.osgi.framework.BundleContext getContext()
public AutomationClient getClient(URL url, int httpCxTimeout) throws URISyntaxException
getClient in interface AutomationClientFactoryURISyntaxExceptionpublic static AutomationClientActivator getInstance()
Copyright © 2013 Nuxeo SA. All Rights Reserved.