@ThreadSafe @Service(value=FirewallManagerFactory.class) public final class FirewallManagerFactoryImpl extends io.fabric8.api.scr.AbstractComponent implements FirewallManagerFactory
| Constructor and Description |
|---|
FirewallManagerFactoryImpl() |
| Modifier and Type | Method and Description |
|---|---|
void |
bindFirewallSupport(ApiFirewallSupport providerSupport) |
FirewallManager |
getFirewallManager(org.jclouds.compute.ComputeService computeService)
Returns a
FirewallManager for the specified ComputeService. |
void |
unbindFirewallSupport(ApiFirewallSupport providerSupport) |
public FirewallManager getFirewallManager(org.jclouds.compute.ComputeService computeService) throws FirewallNotSupportedOnProviderException
FirewallManager for the specified ComputeService.getFirewallManager in interface FirewallManagerFactoryFirewallNotSupportedOnProviderExceptionpublic void bindFirewallSupport(ApiFirewallSupport providerSupport)
public void unbindFirewallSupport(ApiFirewallSupport providerSupport)
Copyright © 2011–2014 Red Hat. All rights reserved.