Remove redundant modifiers from neutron-spi interfaces 40/22640/1
authorRyan Moats <rmoats@us.ibm.com>
Mon, 15 Jun 2015 20:27:46 +0000 (15:27 -0500)
committerRyan Moats <rmoats@us.ibm.com>
Mon, 15 Jun 2015 20:27:46 +0000 (15:27 -0500)
Change-Id: I7ad5f63ad931c4a934b764ee9527292237387c75
Signed-off-by: Ryan Moats <rmoats@us.ibm.com>
43 files changed:
neutron-spi/src/main/java/org/opendaylight/neutron/spi/INeutronFirewallAware.java
neutron-spi/src/main/java/org/opendaylight/neutron/spi/INeutronFirewallCRUD.java
neutron-spi/src/main/java/org/opendaylight/neutron/spi/INeutronFirewallPolicyAware.java
neutron-spi/src/main/java/org/opendaylight/neutron/spi/INeutronFirewallPolicyCRUD.java
neutron-spi/src/main/java/org/opendaylight/neutron/spi/INeutronFirewallRuleAware.java
neutron-spi/src/main/java/org/opendaylight/neutron/spi/INeutronFirewallRuleCRUD.java
neutron-spi/src/main/java/org/opendaylight/neutron/spi/INeutronFloatingIPAware.java
neutron-spi/src/main/java/org/opendaylight/neutron/spi/INeutronFloatingIPCRUD.java
neutron-spi/src/main/java/org/opendaylight/neutron/spi/INeutronLoadBalancerAware.java
neutron-spi/src/main/java/org/opendaylight/neutron/spi/INeutronLoadBalancerCRUD.java
neutron-spi/src/main/java/org/opendaylight/neutron/spi/INeutronLoadBalancerHealthMonitorAware.java
neutron-spi/src/main/java/org/opendaylight/neutron/spi/INeutronLoadBalancerHealthMonitorCRUD.java
neutron-spi/src/main/java/org/opendaylight/neutron/spi/INeutronLoadBalancerListenerAware.java
neutron-spi/src/main/java/org/opendaylight/neutron/spi/INeutronLoadBalancerListenerCRUD.java
neutron-spi/src/main/java/org/opendaylight/neutron/spi/INeutronLoadBalancerPoolAware.java
neutron-spi/src/main/java/org/opendaylight/neutron/spi/INeutronLoadBalancerPoolCRUD.java
neutron-spi/src/main/java/org/opendaylight/neutron/spi/INeutronLoadBalancerPoolMemberAware.java
neutron-spi/src/main/java/org/opendaylight/neutron/spi/INeutronLoadBalancerPoolMemberCRUD.java
neutron-spi/src/main/java/org/opendaylight/neutron/spi/INeutronMeteringLabelAware.java
neutron-spi/src/main/java/org/opendaylight/neutron/spi/INeutronMeteringLabelCRUD.java
neutron-spi/src/main/java/org/opendaylight/neutron/spi/INeutronMeteringLabelRuleAware.java
neutron-spi/src/main/java/org/opendaylight/neutron/spi/INeutronMeteringLabelRuleCRUD.java
neutron-spi/src/main/java/org/opendaylight/neutron/spi/INeutronNetworkAware.java
neutron-spi/src/main/java/org/opendaylight/neutron/spi/INeutronNetworkCRUD.java
neutron-spi/src/main/java/org/opendaylight/neutron/spi/INeutronObject.java
neutron-spi/src/main/java/org/opendaylight/neutron/spi/INeutronPortAware.java
neutron-spi/src/main/java/org/opendaylight/neutron/spi/INeutronPortCRUD.java
neutron-spi/src/main/java/org/opendaylight/neutron/spi/INeutronRouterAware.java
neutron-spi/src/main/java/org/opendaylight/neutron/spi/INeutronRouterCRUD.java
neutron-spi/src/main/java/org/opendaylight/neutron/spi/INeutronSecurityGroupAware.java
neutron-spi/src/main/java/org/opendaylight/neutron/spi/INeutronSecurityGroupCRUD.java
neutron-spi/src/main/java/org/opendaylight/neutron/spi/INeutronSecurityRuleAware.java
neutron-spi/src/main/java/org/opendaylight/neutron/spi/INeutronSecurityRuleCRUD.java
neutron-spi/src/main/java/org/opendaylight/neutron/spi/INeutronSubnetAware.java
neutron-spi/src/main/java/org/opendaylight/neutron/spi/INeutronSubnetCRUD.java
neutron-spi/src/main/java/org/opendaylight/neutron/spi/INeutronVPNIKEPolicyAware.java
neutron-spi/src/main/java/org/opendaylight/neutron/spi/INeutronVPNIKEPolicyCRUD.java
neutron-spi/src/main/java/org/opendaylight/neutron/spi/INeutronVPNIPSECPolicyAware.java
neutron-spi/src/main/java/org/opendaylight/neutron/spi/INeutronVPNIPSECPolicyCRUD.java
neutron-spi/src/main/java/org/opendaylight/neutron/spi/INeutronVPNIPSECSiteConnectionAware.java
neutron-spi/src/main/java/org/opendaylight/neutron/spi/INeutronVPNIPSECSiteConnectionsCRUD.java
neutron-spi/src/main/java/org/opendaylight/neutron/spi/INeutronVPNServiceAware.java
neutron-spi/src/main/java/org/opendaylight/neutron/spi/INeutronVPNServiceCRUD.java

index 13b3819dc176d1ea18b00fd752ec8dd18dd744d6..bdd7a675ec0b535861e6bda0441f534da8ae5672 100644 (file)
@@ -29,7 +29,7 @@ public interface INeutronFirewallAware {
      *            results in the create operation being interrupted and the returned status value reflected in the
      *            HTTP response.
      */
-    public int canCreateNeutronFirewall(NeutronFirewall firewall);
+    int canCreateNeutronFirewall(NeutronFirewall firewall);
 
     /**
      * Services provide this interface method for taking action after a firewall has been created
@@ -41,7 +41,7 @@ public interface INeutronFirewallAware {
      * @param firewall
      *            instance of new Firewall object
      */
-    public void neutronFirewallCreated(NeutronFirewall firewall);
+    void neutronFirewallCreated(NeutronFirewall firewall);
 
     /**
      * Services provide this interface method to indicate if the specified firewall can be changed using the specified
@@ -60,7 +60,7 @@ public interface INeutronFirewallAware {
      *            results in the update operation being interrupted and the returned status value reflected in the
      *            HTTP response.
      */
-    public int canUpdateNeutronFirewall(NeutronFirewall delta, NeutronFirewall original);
+    int canUpdateNeutronFirewall(NeutronFirewall delta, NeutronFirewall original);
 
     /**
      * Services provide this interface method for taking action after a firewall has been updated
@@ -72,7 +72,7 @@ public interface INeutronFirewallAware {
      * @param firewall
      *            instance of modified Firewall object
      */
-    public void neutronFirewallUpdated(NeutronFirewall firewall);
+    void neutronFirewallUpdated(NeutronFirewall firewall);
 
     /**
      * Services provide this interface method to indicate if the specified firewall can be deleted
@@ -88,7 +88,7 @@ public interface INeutronFirewallAware {
      *            results in the delete operation being interrupted and the returned status value reflected in the
      *            HTTP response.
      */
-    public int canDeleteNeutronFirewall(NeutronFirewall firewall);
+    int canDeleteNeutronFirewall(NeutronFirewall firewall);
 
     /**
      * Services provide this interface method for taking action after a firewall has been deleted
@@ -100,5 +100,5 @@ public interface INeutronFirewallAware {
      * @param firewall
      *            instance of deleted Firewall object
      */
-    public void neutronFirewallDeleted(NeutronFirewall firewall);
+    void neutronFirewallDeleted(NeutronFirewall firewall);
 }
index eaa89fd54ab31e9166b203bef6c81f59ddcfabe2..8cba157d4f8c3b0f1502dd0bf441ae412366bfe0 100644 (file)
@@ -33,7 +33,7 @@ public interface INeutronFirewallCRUD {
      * @return boolean
      */
 
-    public boolean neutronFirewallExists(String uuid);
+    boolean neutronFirewallExists(String uuid);
 
     /**
      * Applications call this interface method to return if a particular
@@ -49,7 +49,7 @@ public interface INeutronFirewallCRUD {
      *          OpenStackFirewall class
      */
 
-    public NeutronFirewall getNeutronFirewall(String uuid);
+    NeutronFirewall getNeutronFirewall(String uuid);
 
     /**
      * Applications call this interface method to return all Firewall objects
@@ -61,7 +61,7 @@ public interface INeutronFirewallCRUD {
      * @return List of OpenStackNetworks objects
      */
 
-    public List<NeutronFirewall> getAllNeutronFirewalls();
+    List<NeutronFirewall> getAllNeutronFirewalls();
 
     /**
      * Applications call this interface method to add a Firewall object to the
@@ -76,7 +76,7 @@ public interface INeutronFirewallCRUD {
      * @return boolean on whether the object was added or not
      */
 
-    public boolean addNeutronFirewall(NeutronFirewall input);
+    boolean addNeutronFirewall(NeutronFirewall input);
 
     /**
      * Applications call this interface method to remove a Neutron Firewall object to the
@@ -91,7 +91,7 @@ public interface INeutronFirewallCRUD {
      * @return boolean on whether the object was removed or not
      */
 
-    public boolean removeNeutronFirewall(String uuid);
+    boolean removeNeutronFirewall(String uuid);
 
     /**
      * Applications call this interface method to edit a Firewall object
@@ -107,7 +107,7 @@ public interface INeutronFirewallCRUD {
      * @return boolean on whether the object was updated or not
      */
 
-    public boolean updateNeutronFirewall(String uuid, NeutronFirewall delta);
+    boolean updateNeutronFirewall(String uuid, NeutronFirewall delta);
 
     /**
      * Applications call this interface method to see if a MAC address is in use
@@ -122,6 +122,6 @@ public interface INeutronFirewallCRUD {
      * port or not
      */
 
-    public boolean neutronFirewallInUse(String uuid);
+    boolean neutronFirewallInUse(String uuid);
 
 }
index cb79d8601eff7caf2f1fa85683750983f36dc3dc..d975ae8e5f5967f2abc69e6a8e7a7bd8968b4875 100644 (file)
@@ -33,7 +33,7 @@ public interface INeutronFirewallPolicyAware {
      *            results in the create operation being interrupted and the returned status value reflected in the
      *            HTTP response.
      */
-    public int canCreateNeutronFirewallPolicy(NeutronFirewallPolicy firewallPolicy);
+    int canCreateNeutronFirewallPolicy(NeutronFirewallPolicy firewallPolicy);
 
     /**
      * Services provide this interface method for taking action after a firewallPolicy has been created
@@ -45,7 +45,7 @@ public interface INeutronFirewallPolicyAware {
      * @param firewallPolicy
      *            instance of new Firewall Policy object
      */
-    public void neutronFirewallPolicyCreated(NeutronFirewallPolicy firewallPolicy);
+    void neutronFirewallPolicyCreated(NeutronFirewallPolicy firewallPolicy);
 
     /**
      * Services provide this interface method to indicate if the specified firewallPolicy can be changed using the specified
@@ -64,7 +64,7 @@ public interface INeutronFirewallPolicyAware {
      *            results in the update operation being interrupted and the returned status value reflected in the
      *            HTTP response.
      */
-    public int canUpdateNeutronFirewallPolicy(NeutronFirewallPolicy delta, NeutronFirewallPolicy original);
+    int canUpdateNeutronFirewallPolicy(NeutronFirewallPolicy delta, NeutronFirewallPolicy original);
 
     /**
      * Services provide this interface method for taking action after a firewallPolicy has been updated
@@ -76,7 +76,7 @@ public interface INeutronFirewallPolicyAware {
      * @param firewallPolicy
      *            instance of modified Firewall Policy object
      */
-    public void neutronFirewallPolicyUpdated(NeutronFirewallPolicy firewallPolicy);
+    void neutronFirewallPolicyUpdated(NeutronFirewallPolicy firewallPolicy);
 
     /**
      * Services provide this interface method to indicate if the specified firewallPolicy can be deleted
@@ -92,7 +92,7 @@ public interface INeutronFirewallPolicyAware {
      *            results in the delete operation being interrupted and the returned status value reflected in the
      *            HTTP response.
      */
-    public int canDeleteNeutronFirewallPolicy(NeutronFirewallPolicy firewallPolicy);
+    int canDeleteNeutronFirewallPolicy(NeutronFirewallPolicy firewallPolicy);
 
     /**
      * Services provide this interface method for taking action after a firewallPolicy has been deleted
@@ -104,5 +104,5 @@ public interface INeutronFirewallPolicyAware {
      * @param firewallPolicy
      *            instance of deleted Firewall Policy object
      */
-    public void neutronFirewallPolicyDeleted(NeutronFirewallPolicy firewallPolicy);
+    void neutronFirewallPolicyDeleted(NeutronFirewallPolicy firewallPolicy);
 }
index ef589b95b4a1663843d1374efebb4465b6169dbc..c9c099cffd50b042c53c59d6b13a9e606efa099b 100644 (file)
@@ -33,7 +33,7 @@ public interface INeutronFirewallPolicyCRUD {
      * @return boolean
      */
 
-    public boolean neutronFirewallPolicyExists(String uuid);
+    boolean neutronFirewallPolicyExists(String uuid);
 
     /**
      * Applications call this interface method to return if a particular
@@ -49,7 +49,7 @@ public interface INeutronFirewallPolicyCRUD {
      *          OpenStackFirewallPolicy class
      */
 
-    public NeutronFirewallPolicy getNeutronFirewallPolicy(String uuid);
+    NeutronFirewallPolicy getNeutronFirewallPolicy(String uuid);
 
     /**
      * Applications call this interface method to return all Firewall Policy objects
@@ -61,7 +61,7 @@ public interface INeutronFirewallPolicyCRUD {
      * @return List of OpenStack Firewall Policy objects
      */
 
-    public List<NeutronFirewallPolicy> getAllNeutronFirewallPolicies();
+    List<NeutronFirewallPolicy> getAllNeutronFirewallPolicies();
 
     /**
      * Applications call this interface method to add a Firewall Policy object to the
@@ -76,7 +76,7 @@ public interface INeutronFirewallPolicyCRUD {
      * @return boolean on whether the object was added or not
      */
 
-    public boolean addNeutronFirewallPolicy(NeutronFirewallPolicy input);
+    boolean addNeutronFirewallPolicy(NeutronFirewallPolicy input);
 
     /**
      * Applications call this interface method to remove a Neutron FirewallPolicy object to the
@@ -91,7 +91,7 @@ public interface INeutronFirewallPolicyCRUD {
      * @return boolean on whether the object was removed or not
      */
 
-    public boolean removeNeutronFirewallPolicy(String uuid);
+    boolean removeNeutronFirewallPolicy(String uuid);
 
     /**
      * Applications call this interface method to edit a FirewallPolicy object
@@ -107,7 +107,7 @@ public interface INeutronFirewallPolicyCRUD {
      * @return boolean on whether the object was updated or not
      */
 
-    public boolean updateNeutronFirewallPolicy(String uuid, NeutronFirewallPolicy delta);
+    boolean updateNeutronFirewallPolicy(String uuid, NeutronFirewallPolicy delta);
 
     /**
      * Applications call this interface method to see if a MAC address is in use
@@ -122,6 +122,6 @@ public interface INeutronFirewallPolicyCRUD {
      * port or not
      */
 
-    public boolean neutronFirewallPolicyInUse(String uuid);
+    boolean neutronFirewallPolicyInUse(String uuid);
 
 }
index 5dfd0dfbaadcb30697cc3a77743a0d4c83e9b8b5..2ae07a22627bceda29d94ff6508d76b8b221f5d0 100644 (file)
@@ -33,7 +33,7 @@ public interface INeutronFirewallRuleAware {
      *            results in the create operation being interrupted and the returned status value reflected in the
      *            HTTP response.
      */
-    public int canCreateNeutronFirewallRule(NeutronFirewallRule firewallRule);
+    int canCreateNeutronFirewallRule(NeutronFirewallRule firewallRule);
 
     /**
      * Services provide this interface method for taking action after a firewallRule has been created
@@ -45,7 +45,7 @@ public interface INeutronFirewallRuleAware {
      * @param firewallRule
      *            instance of new Firewall Rule object
      */
-    public void neutronFirewallRuleCreated(NeutronFirewallRule firewallRule);
+    void neutronFirewallRuleCreated(NeutronFirewallRule firewallRule);
 
     /**
      * Services provide this interface method to indicate if the specified firewallRule can be changed using the specified
@@ -64,7 +64,7 @@ public interface INeutronFirewallRuleAware {
      *            results in the update operation being interrupted and the returned status value reflected in the
      *            HTTP response.
      */
-    public int canUpdateNeutronFirewallRule(NeutronFirewallRule delta, NeutronFirewallRule original);
+    int canUpdateNeutronFirewallRule(NeutronFirewallRule delta, NeutronFirewallRule original);
 
     /**
      * Services provide this interface method for taking action after a firewallRule has been updated
@@ -76,7 +76,7 @@ public interface INeutronFirewallRuleAware {
      * @param firewallRule
      *            instance of modified Firewall Rule object
      */
-    public void neutronFirewallRuleUpdated(NeutronFirewallRule firewallRule);
+    void neutronFirewallRuleUpdated(NeutronFirewallRule firewallRule);
 
     /**
      * Services provide this interface method to indicate if the specified firewallRule can be deleted
@@ -92,7 +92,7 @@ public interface INeutronFirewallRuleAware {
      *            results in the delete operation being interrupted and the returned status value reflected in the
      *            HTTP response.
      */
-    public int canDeleteNeutronFirewallRule(NeutronFirewallRule firewallRule);
+    int canDeleteNeutronFirewallRule(NeutronFirewallRule firewallRule);
 
     /**
      * Services provide this interface method for taking action after a firewallRule has been deleted
@@ -104,5 +104,5 @@ public interface INeutronFirewallRuleAware {
      * @param firewallRule
      *            instance of deleted Firewall Rule object
      */
-    public void neutronFirewallRuleDeleted(NeutronFirewallRule firewallRule);
+    void neutronFirewallRuleDeleted(NeutronFirewallRule firewallRule);
 }
index 3426953bf7adc75cb4c5d95f4090deaac7249cb1..31204faa1f1bc8677bda72c80e67948e974951c9 100644 (file)
@@ -33,7 +33,7 @@ public interface INeutronFirewallRuleCRUD {
      * @return boolean
      */
 
-    public boolean neutronFirewallRuleExists(String uuid);
+    boolean neutronFirewallRuleExists(String uuid);
 
     /**
      * Applications call this interface method to return if a particular
@@ -49,7 +49,7 @@ public interface INeutronFirewallRuleCRUD {
      *          OpenStackFirewall Rule class
      */
 
-    public NeutronFirewallRule getNeutronFirewallRule(String uuid);
+    NeutronFirewallRule getNeutronFirewallRule(String uuid);
 
     /**
      * Applications call this interface method to return all Firewall Rule objects
@@ -61,7 +61,7 @@ public interface INeutronFirewallRuleCRUD {
      * @return List of OpenStackNetworks objects
      */
 
-    public List<NeutronFirewallRule> getAllNeutronFirewallRules();
+    List<NeutronFirewallRule> getAllNeutronFirewallRules();
 
     /**
      * Applications call this interface method to add a Firewall Rule object to the
@@ -76,7 +76,7 @@ public interface INeutronFirewallRuleCRUD {
      * @return boolean on whether the object was added or not
      */
 
-    public boolean addNeutronFirewallRule(NeutronFirewallRule input);
+    boolean addNeutronFirewallRule(NeutronFirewallRule input);
 
     /**
      * Applications call this interface method to remove a Neutron FirewallRule object to the
@@ -91,7 +91,7 @@ public interface INeutronFirewallRuleCRUD {
      * @return boolean on whether the object was removed or not
      */
 
-    public boolean removeNeutronFirewallRule(String uuid);
+    boolean removeNeutronFirewallRule(String uuid);
 
     /**
      * Applications call this interface method to edit a FirewallRule object
@@ -107,7 +107,7 @@ public interface INeutronFirewallRuleCRUD {
      * @return boolean on whether the object was updated or not
      */
 
-    public boolean updateNeutronFirewallRule(String uuid, NeutronFirewallRule delta);
+    boolean updateNeutronFirewallRule(String uuid, NeutronFirewallRule delta);
 
     /**
      * Applications call this interface method to see if a MAC address is in use
@@ -122,6 +122,6 @@ public interface INeutronFirewallRuleCRUD {
      * port or not
      */
 
-    public boolean neutronFirewallRuleInUse(String uuid);
+    boolean neutronFirewallRuleInUse(String uuid);
 
 }
index ddb2d17e0ccd76b594227e83f3a7cb10b57b3f7f..23d2adac73c54a76e3d65c4149ec1e4cd07c306c 100644 (file)
@@ -25,7 +25,7 @@ public interface INeutronFloatingIPAware {
      *            results in the create operation being interrupted and the returned status value reflected in the
      *            HTTP response.
      */
-    public int canCreateFloatingIP(NeutronFloatingIP floatingIP);
+    int canCreateFloatingIP(NeutronFloatingIP floatingIP);
 
     /**
      * Services provide this interface method for taking action after a floatingIP has been created
@@ -33,7 +33,7 @@ public interface INeutronFloatingIPAware {
      * @param floatingIP
      *            instance of new Neutron FloatingIP object
      */
-    public void neutronFloatingIPCreated(NeutronFloatingIP floatingIP);
+    void neutronFloatingIPCreated(NeutronFloatingIP floatingIP);
 
     /**
      * Services provide this interface method to indicate if the specified floatingIP can be changed using the specified
@@ -48,7 +48,7 @@ public interface INeutronFloatingIPAware {
      *            results in the update operation being interrupted and the returned status value reflected in the
      *            HTTP response.
      */
-    public int canUpdateFloatingIP(NeutronFloatingIP delta, NeutronFloatingIP original);
+    int canUpdateFloatingIP(NeutronFloatingIP delta, NeutronFloatingIP original);
 
     /**
      * Services provide this interface method for taking action after a floatingIP has been updated
@@ -56,7 +56,7 @@ public interface INeutronFloatingIPAware {
      * @param floatingIP
      *            instance of modified Neutron FloatingIP object
      */
-    public void neutronFloatingIPUpdated(NeutronFloatingIP floatingIP);
+    void neutronFloatingIPUpdated(NeutronFloatingIP floatingIP);
 
     /**
      * Services provide this interface method to indicate if the specified floatingIP can be deleted
@@ -68,7 +68,7 @@ public interface INeutronFloatingIPAware {
      *            results in the delete operation being interrupted and the returned status value reflected in the
      *            HTTP response.
      */
-    public int canDeleteFloatingIP(NeutronFloatingIP floatingIP);
+    int canDeleteFloatingIP(NeutronFloatingIP floatingIP);
 
     /**
      * Services provide this interface method for taking action after a floatingIP has been deleted
@@ -76,5 +76,5 @@ public interface INeutronFloatingIPAware {
      * @param floatingIP
      *            instance of deleted Neutron FloatingIP object
      */
-    public void neutronFloatingIPDeleted(NeutronFloatingIP floatingIP);
+    void neutronFloatingIPDeleted(NeutronFloatingIP floatingIP);
 }
index 28a20812765d5907e918b6e19cdd25f7cc1dc452..bd58fe4e20d60d966ab6d6bbbc265b140c2f0229 100644 (file)
@@ -25,7 +25,7 @@ public interface INeutronFloatingIPCRUD {
      * @return boolean
      */
 
-    public boolean floatingIPExists(String uuid);
+    boolean floatingIPExists(String uuid);
 
     /**
      * Applications call this interface method to return if a particular
@@ -37,7 +37,7 @@ public interface INeutronFloatingIPCRUD {
      *          OpenStack FloatingIP class
      */
 
-    public NeutronFloatingIP getFloatingIP(String uuid);
+    NeutronFloatingIP getFloatingIP(String uuid);
 
     /**
      * Applications call this interface method to return all FloatingIP objects
@@ -45,7 +45,7 @@ public interface INeutronFloatingIPCRUD {
      * @return a Set of OpenStackFloatingIPs objects
      */
 
-    public List<NeutronFloatingIP> getAllFloatingIPs();
+    List<NeutronFloatingIP> getAllFloatingIPs();
 
     /**
      * Applications call this interface method to add a FloatingIP object to the
@@ -56,7 +56,7 @@ public interface INeutronFloatingIPCRUD {
      * @return boolean on whether the object was added or not
      */
 
-    public boolean addFloatingIP(NeutronFloatingIP input);
+    boolean addFloatingIP(NeutronFloatingIP input);
 
     /**
      * Applications call this interface method to remove a FloatingIP object to the
@@ -67,7 +67,7 @@ public interface INeutronFloatingIPCRUD {
      * @return boolean on whether the object was removed or not
      */
 
-    public boolean removeFloatingIP(String uuid);
+    boolean removeFloatingIP(String uuid);
 
     /**
      * Applications call this interface method to edit a FloatingIP object
@@ -79,5 +79,5 @@ public interface INeutronFloatingIPCRUD {
      * @return boolean on whether the object was updated or not
      */
 
-    public boolean updateFloatingIP(String uuid, NeutronFloatingIP delta);
+    boolean updateFloatingIP(String uuid, NeutronFloatingIP delta);
 }
index 40638a9f845827aec67568ed56d3776005147ef0..f3f61965895ca9feaf652da33ac6b3769523683a 100644 (file)
@@ -25,7 +25,7 @@ public interface INeutronLoadBalancerAware {
      *            results in the create operation being interrupted and the returned status value reflected in the
      *            HTTP response.
      */
-    public int canCreateNeutronLoadBalancer(NeutronLoadBalancer loadBalancer);
+    int canCreateNeutronLoadBalancer(NeutronLoadBalancer loadBalancer);
 
     /**
      * Services provide this interface method for taking action after a loadBalancer has been created
@@ -33,7 +33,7 @@ public interface INeutronLoadBalancerAware {
      * @param loadBalancer
      *            instance of new LoadBalancer object
      */
-    public void neutronLoadBalancerCreated(NeutronLoadBalancer loadBalancer);
+    void neutronLoadBalancerCreated(NeutronLoadBalancer loadBalancer);
 
     /**
      * Services provide this interface method to indicate if the
@@ -49,7 +49,7 @@ public interface INeutronLoadBalancerAware {
      *            results in the update operation being interrupted and the returned status value reflected in the
      *            HTTP response.
      */
-    public int canUpdateNeutronLoadBalancer(NeutronLoadBalancer delta, NeutronLoadBalancer original);
+    int canUpdateNeutronLoadBalancer(NeutronLoadBalancer delta, NeutronLoadBalancer original);
 
     /**
      * Services provide this interface method for taking action after a loadBalancer has been updated
@@ -57,7 +57,7 @@ public interface INeutronLoadBalancerAware {
      * @param loadBalancer
      *            instance of modified LoadBalancer object
      */
-    public void neutronLoadBalancerUpdated(NeutronLoadBalancer loadBalancer);
+    void neutronLoadBalancerUpdated(NeutronLoadBalancer loadBalancer);
 
     /**
      * Services provide this interface method to indicate if the specified loadBalancer can be deleted
@@ -69,7 +69,7 @@ public interface INeutronLoadBalancerAware {
      *            results in the delete operation being interrupted and the returned status value reflected in the
      *            HTTP response.
      */
-    public int canDeleteNeutronLoadBalancer(NeutronLoadBalancer loadBalancer);
+    int canDeleteNeutronLoadBalancer(NeutronLoadBalancer loadBalancer);
 
     /**
      * Services provide this interface method for taking action after a loadBalancer has been deleted
@@ -77,5 +77,5 @@ public interface INeutronLoadBalancerAware {
      * @param loadBalancer
      *            instance of deleted LoadBalancer object
      */
-    public void neutronLoadBalancerDeleted(NeutronLoadBalancer loadBalancer);
+    void neutronLoadBalancerDeleted(NeutronLoadBalancer loadBalancer);
 }
index 866127dec6ccadda992fbc07b5ed77f7b85e7c47..99fc44d4f430f725b35c0bf7121677b04d7ace5a 100644 (file)
@@ -25,7 +25,7 @@ public interface INeutronLoadBalancerCRUD {
      * @return boolean
      */
 
-    public boolean neutronLoadBalancerExists(String uuid);
+    boolean neutronLoadBalancerExists(String uuid);
 
     /**
      * Applications call this interface method to return if a particular
@@ -37,7 +37,7 @@ public interface INeutronLoadBalancerCRUD {
      *          OpenStackLoadBalancer class
      */
 
-    public NeutronLoadBalancer getNeutronLoadBalancer(String uuid);
+    NeutronLoadBalancer getNeutronLoadBalancer(String uuid);
 
     /**
      * Applications call this interface method to return all LoadBalancer objects
@@ -45,7 +45,7 @@ public interface INeutronLoadBalancerCRUD {
      * @return List of OpenStackNetworks objects
      */
 
-    public List<NeutronLoadBalancer> getAllNeutronLoadBalancers();
+    List<NeutronLoadBalancer> getAllNeutronLoadBalancers();
 
     /**
      * Applications call this interface method to add a LoadBalancer object to the
@@ -56,7 +56,7 @@ public interface INeutronLoadBalancerCRUD {
      * @return boolean on whether the object was added or not
      */
 
-    public boolean addNeutronLoadBalancer(NeutronLoadBalancer input);
+    boolean addNeutronLoadBalancer(NeutronLoadBalancer input);
 
     /**
      * Applications call this interface method to remove a Neutron LoadBalancer object to the
@@ -67,7 +67,7 @@ public interface INeutronLoadBalancerCRUD {
      * @return boolean on whether the object was removed or not
      */
 
-    public boolean removeNeutronLoadBalancer(String uuid);
+    boolean removeNeutronLoadBalancer(String uuid);
 
     /**
      * Applications call this interface method to edit a LoadBalancer object
@@ -79,7 +79,7 @@ public interface INeutronLoadBalancerCRUD {
      * @return boolean on whether the object was updated or not
      */
 
-    public boolean updateNeutronLoadBalancer(String uuid, NeutronLoadBalancer delta);
+    boolean updateNeutronLoadBalancer(String uuid, NeutronLoadBalancer delta);
 
     /**
      * Applications call this interface method to see if a MAC address is in use
@@ -90,6 +90,6 @@ public interface INeutronLoadBalancerCRUD {
      * port or not
      */
 
-    public boolean neutronLoadBalancerInUse(String uuid);
+    boolean neutronLoadBalancerInUse(String uuid);
 
 }
index 329198b61effe252d8e3e3a0aec6e5a6de235631..81cb8d77f0d1a179d4eabb01c36afdba796c0801 100644 (file)
@@ -25,7 +25,7 @@ public interface INeutronLoadBalancerHealthMonitorAware {
      *            results in the create operation being interrupted and the returned status value reflected in the
      *            HTTP response.
      */
-    public int canCreateNeutronLoadBalancerHealthMonitor(NeutronLoadBalancerHealthMonitor loadBalancerHealthMonitor);
+    int canCreateNeutronLoadBalancerHealthMonitor(NeutronLoadBalancerHealthMonitor loadBalancerHealthMonitor);
 
     /**
      * Services provide this interface method for taking action after a loadBalancerHealthMonitor has been created
@@ -33,7 +33,7 @@ public interface INeutronLoadBalancerHealthMonitorAware {
      * @param loadBalancerHealthMonitor
      *            instance of new LoadBalancerHealthMonitor object
      */
-    public void neutronLoadBalancerHealthMonitorCreated(NeutronLoadBalancerHealthMonitor loadBalancerHealthMonitor);
+    void neutronLoadBalancerHealthMonitorCreated(NeutronLoadBalancerHealthMonitor loadBalancerHealthMonitor);
 
     /**
      * Services provide this interface method to indicate if the specified loadBalancerHealthMonitor can be changed using the specified
@@ -48,7 +48,7 @@ public interface INeutronLoadBalancerHealthMonitorAware {
      *            results in the update operation being interrupted and the returned status value reflected in the
      *            HTTP response.
      */
-    public int canUpdateNeutronLoadBalancerHealthMonitor(NeutronLoadBalancerHealthMonitor delta,
+    int canUpdateNeutronLoadBalancerHealthMonitor(NeutronLoadBalancerHealthMonitor delta,
             NeutronLoadBalancerHealthMonitor original);
 
     /**
@@ -57,7 +57,7 @@ public interface INeutronLoadBalancerHealthMonitorAware {
      * @param loadBalancerHealthMonitor
      *            instance of modified LoadBalancerHealthMonitor object
      */
-    public void neutronLoadBalancerHealthMonitorUpdated(NeutronLoadBalancerHealthMonitor loadBalancerHealthMonitor);
+    void neutronLoadBalancerHealthMonitorUpdated(NeutronLoadBalancerHealthMonitor loadBalancerHealthMonitor);
 
     /**
      * Services provide this interface method to indicate if the specified loadBalancerHealthMonitor can be deleted
@@ -69,7 +69,7 @@ public interface INeutronLoadBalancerHealthMonitorAware {
      *            results in the delete operation being interrupted and the returned status value reflected in the
      *            HTTP response.
      */
-    public int canDeleteNeutronLoadBalancerHealthMonitor(NeutronLoadBalancerHealthMonitor loadBalancerHealthMonitor);
+    int canDeleteNeutronLoadBalancerHealthMonitor(NeutronLoadBalancerHealthMonitor loadBalancerHealthMonitor);
 
     /**
      * Services provide this interface method for taking action after a loadBalancerHealthMonitor has been deleted
@@ -77,5 +77,5 @@ public interface INeutronLoadBalancerHealthMonitorAware {
      * @param loadBalancerHealthMonitor
      *            instance of deleted LoadBalancerHealthMonitor object
      */
-    public void neutronLoadBalancerHealthMonitorDeleted(NeutronLoadBalancerHealthMonitor loadBalancerHealthMonitor);
+    void neutronLoadBalancerHealthMonitorDeleted(NeutronLoadBalancerHealthMonitor loadBalancerHealthMonitor);
 }
index e79d47e03b03e30d00f9eb94150c25f03b5bf4d4..294ffbacfa1023dfa445b79b33616ae8f9b68ac6 100644 (file)
@@ -25,7 +25,7 @@ public interface INeutronLoadBalancerHealthMonitorCRUD {
      * @return boolean
      */
 
-    public boolean neutronLoadBalancerHealthMonitorExists(String uuid);
+    boolean neutronLoadBalancerHealthMonitorExists(String uuid);
 
     /**
      * Applications call this interface method to return if a particular
@@ -37,7 +37,7 @@ public interface INeutronLoadBalancerHealthMonitorCRUD {
      *          OpenStackLoadBalancerHealthMonitor class
      */
 
-    public NeutronLoadBalancerHealthMonitor getNeutronLoadBalancerHealthMonitor(String uuid);
+    NeutronLoadBalancerHealthMonitor getNeutronLoadBalancerHealthMonitor(String uuid);
 
     /**
      * Applications call this interface method to return all LoadBalancerHealthMonitor objects
@@ -45,7 +45,7 @@ public interface INeutronLoadBalancerHealthMonitorCRUD {
      * @return List of OpenStackNetworks objects
      */
 
-    public List<NeutronLoadBalancerHealthMonitor> getAllNeutronLoadBalancerHealthMonitors();
+    List<NeutronLoadBalancerHealthMonitor> getAllNeutronLoadBalancerHealthMonitors();
 
     /**
      * Applications call this interface method to add a LoadBalancerHealthMonitor object to the
@@ -56,7 +56,7 @@ public interface INeutronLoadBalancerHealthMonitorCRUD {
      * @return boolean on whether the object was added or not
      */
 
-    public boolean addNeutronLoadBalancerHealthMonitor(NeutronLoadBalancerHealthMonitor input);
+    boolean addNeutronLoadBalancerHealthMonitor(NeutronLoadBalancerHealthMonitor input);
 
     /**
      * Applications call this interface method to remove a Neutron LoadBalancerHealthMonitor object to the
@@ -67,7 +67,7 @@ public interface INeutronLoadBalancerHealthMonitorCRUD {
      * @return boolean on whether the object was removed or not
      */
 
-    public boolean removeNeutronLoadBalancerHealthMonitor(String uuid);
+    boolean removeNeutronLoadBalancerHealthMonitor(String uuid);
 
     /**
      * Applications call this interface method to edit a LoadBalancerHealthMonitor object
@@ -79,7 +79,7 @@ public interface INeutronLoadBalancerHealthMonitorCRUD {
      * @return boolean on whether the object was updated or not
      */
 
-    public boolean updateNeutronLoadBalancerHealthMonitor(String uuid, NeutronLoadBalancerHealthMonitor delta);
+    boolean updateNeutronLoadBalancerHealthMonitor(String uuid, NeutronLoadBalancerHealthMonitor delta);
 
     /**
      * Applications call this interface method to see if a MAC address is in use
@@ -90,6 +90,6 @@ public interface INeutronLoadBalancerHealthMonitorCRUD {
      * port or not
      */
 
-    public boolean neutronLoadBalancerHealthMonitorInUse(String uuid);
+    boolean neutronLoadBalancerHealthMonitorInUse(String uuid);
 
 }
index 97ec40d8029aa4238d718a17207c8e16bcd98934..61195bff3d353a761287c83d6f6935be07ec0aa7 100644 (file)
@@ -25,7 +25,7 @@ public interface INeutronLoadBalancerListenerAware {
      *            results in the create operation being interrupted and the returned status value reflected in the
      *            HTTP response.
      */
-    public int canCreateNeutronLoadBalancerListener(NeutronLoadBalancerListener loadBalancerListener);
+    int canCreateNeutronLoadBalancerListener(NeutronLoadBalancerListener loadBalancerListener);
 
     /**
      * Services provide this interface method for taking action after a loadBalancerListener has been created
@@ -33,7 +33,7 @@ public interface INeutronLoadBalancerListenerAware {
      * @param loadBalancerListener
      *            instance of new LoadBalancerListener object
      */
-    public void neutronLoadBalancerListenerCreated(NeutronLoadBalancerListener loadBalancerListener);
+    void neutronLoadBalancerListenerCreated(NeutronLoadBalancerListener loadBalancerListener);
 
     /**
      * Services provide this interface method to indicate if the specified loadBalancerListener can be changed using the specified
@@ -48,7 +48,7 @@ public interface INeutronLoadBalancerListenerAware {
      *            results in the update operation being interrupted and the returned status value reflected in the
      *            HTTP response.
      */
-    public int canUpdateNeutronLoadBalancerListener(NeutronLoadBalancerListener delta,
+    int canUpdateNeutronLoadBalancerListener(NeutronLoadBalancerListener delta,
             NeutronLoadBalancerListener original);
 
     /**
@@ -57,7 +57,7 @@ public interface INeutronLoadBalancerListenerAware {
      * @param loadBalancerListener
      *            instance of modified LoadBalancerListener object
      */
-    public void neutronLoadBalancerListenerUpdated(NeutronLoadBalancerListener loadBalancerListener);
+    void neutronLoadBalancerListenerUpdated(NeutronLoadBalancerListener loadBalancerListener);
 
     /**
      * Services provide this interface method to indicate if the specified loadBalancerListener can be deleted
@@ -69,7 +69,7 @@ public interface INeutronLoadBalancerListenerAware {
      *            results in the delete operation being interrupted and the returned status value reflected in the
      *            HTTP response.
      */
-    public int canDeleteNeutronLoadBalancerListener(NeutronLoadBalancerListener loadBalancerListener);
+    int canDeleteNeutronLoadBalancerListener(NeutronLoadBalancerListener loadBalancerListener);
 
     /**
      * Services provide this interface method for taking action after a loadBalancerListener has been deleted
@@ -77,5 +77,5 @@ public interface INeutronLoadBalancerListenerAware {
      * @param loadBalancerListener
      *            instance of deleted LoadBalancerListener object
      */
-    public void neutronLoadBalancerListenerDeleted(NeutronLoadBalancerListener loadBalancerListener);
+    void neutronLoadBalancerListenerDeleted(NeutronLoadBalancerListener loadBalancerListener);
 }
index f466812533f670a302175bc6ce759bbf30de5be8..2d93e3cbcc948a14d06b69a34795e459d3228542 100644 (file)
@@ -25,7 +25,7 @@ public interface INeutronLoadBalancerListenerCRUD {
      * @return boolean
      */
 
-    public boolean neutronLoadBalancerListenerExists(String uuid);
+    boolean neutronLoadBalancerListenerExists(String uuid);
 
     /**
      * Applications call this interface method to return if a particular
@@ -37,7 +37,7 @@ public interface INeutronLoadBalancerListenerCRUD {
      *          OpenStackLoadBalancerListener class
      */
 
-    public NeutronLoadBalancerListener getNeutronLoadBalancerListener(String uuid);
+    NeutronLoadBalancerListener getNeutronLoadBalancerListener(String uuid);
 
     /**
      * Applications call this interface method to return all LoadBalancerListener objects
@@ -45,7 +45,7 @@ public interface INeutronLoadBalancerListenerCRUD {
      * @return List of OpenStackNetworks objects
      */
 
-    public List<NeutronLoadBalancerListener> getAllNeutronLoadBalancerListeners();
+    List<NeutronLoadBalancerListener> getAllNeutronLoadBalancerListeners();
 
     /**
      * Applications call this interface method to add a LoadBalancerListener object to the
@@ -56,7 +56,7 @@ public interface INeutronLoadBalancerListenerCRUD {
      * @return boolean on whether the object was added or not
      */
 
-    public boolean addNeutronLoadBalancerListener(NeutronLoadBalancerListener input);
+    boolean addNeutronLoadBalancerListener(NeutronLoadBalancerListener input);
 
     /**
      * Applications call this interface method to remove a Neutron LoadBalancerListener object to the
@@ -67,7 +67,7 @@ public interface INeutronLoadBalancerListenerCRUD {
      * @return boolean on whether the object was removed or not
      */
 
-    public boolean removeNeutronLoadBalancerListener(String uuid);
+    boolean removeNeutronLoadBalancerListener(String uuid);
 
     /**
      * Applications call this interface method to edit a LoadBalancerListener object
@@ -79,7 +79,7 @@ public interface INeutronLoadBalancerListenerCRUD {
      * @return boolean on whether the object was updated or not
      */
 
-    public boolean updateNeutronLoadBalancerListener(String uuid, NeutronLoadBalancerListener delta);
+    boolean updateNeutronLoadBalancerListener(String uuid, NeutronLoadBalancerListener delta);
 
     /**
      * Applications call this interface method to see if a MAC address is in use
@@ -90,6 +90,6 @@ public interface INeutronLoadBalancerListenerCRUD {
      * port or not
      */
 
-    public boolean neutronLoadBalancerListenerInUse(String uuid);
+    boolean neutronLoadBalancerListenerInUse(String uuid);
 
 }
index bcee33fafe60f26a2e6ca3de94d35d26c740eb64..609dc0757229d40e986701264ac1fadec350d123 100644 (file)
@@ -25,7 +25,7 @@ public interface INeutronLoadBalancerPoolAware {
      *            results in the create operation being interrupted and the returned status value reflected in the
      *            HTTP response.
      */
-    public int canCreateNeutronLoadBalancerPool(NeutronLoadBalancerPool loadBalancerPool);
+    int canCreateNeutronLoadBalancerPool(NeutronLoadBalancerPool loadBalancerPool);
 
     /**
      * Services provide this interface method for taking action after a loadBalancerPool has been created
@@ -33,7 +33,7 @@ public interface INeutronLoadBalancerPoolAware {
      * @param loadBalancerPool
      *            instance of new LoadBalancerPool object
      */
-    public void neutronLoadBalancerPoolCreated(NeutronLoadBalancerPool loadBalancerPool);
+    void neutronLoadBalancerPoolCreated(NeutronLoadBalancerPool loadBalancerPool);
 
     /**
      * Services provide this interface method to indicate if the 
@@ -49,7 +49,7 @@ public interface INeutronLoadBalancerPoolAware {
      *            results in the update operation being interrupted and the returned status value reflected in the
      *            HTTP response.
      */
-    public int canUpdateNeutronLoadBalancerPool(NeutronLoadBalancerPool delta, NeutronLoadBalancerPool original);
+    int canUpdateNeutronLoadBalancerPool(NeutronLoadBalancerPool delta, NeutronLoadBalancerPool original);
 
     /**
      * Services provide this interface method for taking action after a loadBalancerPool has been updated
@@ -57,7 +57,7 @@ public interface INeutronLoadBalancerPoolAware {
      * @param loadBalancerPool
      *            instance of modified LoadBalancerPool object
      */
-    public void neutronLoadBalancerPoolUpdated(NeutronLoadBalancerPool loadBalancerPool);
+    void neutronLoadBalancerPoolUpdated(NeutronLoadBalancerPool loadBalancerPool);
 
     /**
      * Services provide this interface method to indicate if the specified loadBalancerPool can be deleted
@@ -69,7 +69,7 @@ public interface INeutronLoadBalancerPoolAware {
      *            results in the delete operation being interrupted and the returned status value reflected in the
      *            HTTP response.
      */
-    public int canDeleteNeutronLoadBalancerPool(NeutronLoadBalancerPool loadBalancerPool);
+    int canDeleteNeutronLoadBalancerPool(NeutronLoadBalancerPool loadBalancerPool);
 
     /**
      * Services provide this interface method for taking action after a loadBalancerPool has been deleted
@@ -77,5 +77,5 @@ public interface INeutronLoadBalancerPoolAware {
      * @param loadBalancerPool
      *            instance of deleted LoadBalancerPool object
      */
-    public void neutronLoadBalancerPoolDeleted(NeutronLoadBalancerPool loadBalancerPool);
+    void neutronLoadBalancerPoolDeleted(NeutronLoadBalancerPool loadBalancerPool);
 }
index 98ec93462d4b01b22a998fb555b7945a2815026f..75d69db1a37aca0f57b1774f1dc669ca80669ade 100644 (file)
@@ -25,7 +25,7 @@ public interface INeutronLoadBalancerPoolCRUD {
      * @return boolean
      */
 
-    public boolean neutronLoadBalancerPoolExists(String uuid);
+    boolean neutronLoadBalancerPoolExists(String uuid);
 
     /**
      * Applications call this interface method to return if a particular
@@ -37,7 +37,7 @@ public interface INeutronLoadBalancerPoolCRUD {
      *          OpenStackLoadBalancerPool class
      */
 
-    public NeutronLoadBalancerPool getNeutronLoadBalancerPool(String uuid);
+    NeutronLoadBalancerPool getNeutronLoadBalancerPool(String uuid);
 
     /**
      * Applications call this interface method to return all LoadBalancerPool objects
@@ -45,7 +45,7 @@ public interface INeutronLoadBalancerPoolCRUD {
      * @return List of OpenStackNetworks objects
      */
 
-    public List<NeutronLoadBalancerPool> getAllNeutronLoadBalancerPools();
+    List<NeutronLoadBalancerPool> getAllNeutronLoadBalancerPools();
 
     /**
      * Applications call this interface method to add a LoadBalancerPool object to the
@@ -56,7 +56,7 @@ public interface INeutronLoadBalancerPoolCRUD {
      * @return boolean on whether the object was added or not
      */
 
-    public boolean addNeutronLoadBalancerPool(NeutronLoadBalancerPool input);
+    boolean addNeutronLoadBalancerPool(NeutronLoadBalancerPool input);
 
     /**
      * Applications call this interface method to remove a Neutron LoadBalancerPool object to the
@@ -67,7 +67,7 @@ public interface INeutronLoadBalancerPoolCRUD {
      * @return boolean on whether the object was removed or not
      */
 
-    public boolean removeNeutronLoadBalancerPool(String uuid);
+    boolean removeNeutronLoadBalancerPool(String uuid);
 
     /**
      * Applications call this interface method to edit a LoadBalancerPool object
@@ -79,7 +79,7 @@ public interface INeutronLoadBalancerPoolCRUD {
      * @return boolean on whether the object was updated or not
      */
 
-    public boolean updateNeutronLoadBalancerPool(String uuid, NeutronLoadBalancerPool delta);
+    boolean updateNeutronLoadBalancerPool(String uuid, NeutronLoadBalancerPool delta);
 
     /**
      * Applications call this interface method to see if a MAC address is in use
@@ -90,6 +90,6 @@ public interface INeutronLoadBalancerPoolCRUD {
      * port or not
      */
 
-    public boolean neutronLoadBalancerPoolInUse(String uuid);
+    boolean neutronLoadBalancerPoolInUse(String uuid);
 
 }
index 2c7a9601b6737383287d02544893e58a71d4b0b3..f66263c1820faf47afd42aa39337db41a9a01e98 100644 (file)
@@ -20,7 +20,7 @@ public interface INeutronLoadBalancerPoolMemberAware {
      *            results in the create operation being interrupted and the returned status value reflected in the
      *            HTTP response.
      */
-    public int canCreateNeutronLoadBalancerPoolMember(NeutronLoadBalancerPoolMember loadBalancerPoolMember);
+    int canCreateNeutronLoadBalancerPoolMember(NeutronLoadBalancerPoolMember loadBalancerPoolMember);
 
     /**
      * Services provide this interface method for taking action after a loadBalancerPoolMember has been created
@@ -28,7 +28,7 @@ public interface INeutronLoadBalancerPoolMemberAware {
      * @param loadBalancerPoolMember
      *            instance of new LoadBalancerPool object
      */
-    public void neutronLoadBalancerPoolMemberCreated(NeutronLoadBalancerPoolMember loadBalancerPoolMember);
+    void neutronLoadBalancerPoolMemberCreated(NeutronLoadBalancerPoolMember loadBalancerPoolMember);
 
     /**
      * Services provide this interface method to indicate if the specified loadBalancerPoolMember can be changed using the specified
@@ -43,7 +43,7 @@ public interface INeutronLoadBalancerPoolMemberAware {
      *            results in the update operation being interrupted and the returned status value reflected in the
      *            HTTP response.
      */
-    public int canUpdateNeutronLoadBalancerPoolMember(NeutronLoadBalancerPoolMember delta,
+    int canUpdateNeutronLoadBalancerPoolMember(NeutronLoadBalancerPoolMember delta,
             NeutronLoadBalancerPoolMember original);
 
     /**
@@ -52,7 +52,7 @@ public interface INeutronLoadBalancerPoolMemberAware {
      * @param loadBalancerPoolMember
      *            instance of modified LoadBalancerPool object
      */
-    public void neutronLoadBalancerPoolMemberUpdated(NeutronLoadBalancerPoolMember loadBalancerPoolMember);
+    void neutronLoadBalancerPoolMemberUpdated(NeutronLoadBalancerPoolMember loadBalancerPoolMember);
 
     /**
      * Services provide this interface method to indicate if the specified loadBalancerPoolMember can be deleted
@@ -64,7 +64,7 @@ public interface INeutronLoadBalancerPoolMemberAware {
      *            results in the delete operation being interrupted and the returned status value reflected in the
      *            HTTP response.
      */
-    public int canDeleteNeutronLoadBalancerPoolMember(NeutronLoadBalancerPoolMember loadBalancerPoolMember);
+    int canDeleteNeutronLoadBalancerPoolMember(NeutronLoadBalancerPoolMember loadBalancerPoolMember);
 
     /**
      * Services provide this interface method for taking action after a loadBalancerPoolMember has been deleted
@@ -72,5 +72,5 @@ public interface INeutronLoadBalancerPoolMemberAware {
      * @param loadBalancerPoolMember
      *            instance of deleted LoadBalancerPool object
      */
-    public void neutronLoadBalancerPoolMemberDeleted(NeutronLoadBalancerPoolMember loadBalancerPoolMember);
+    void neutronLoadBalancerPoolMemberDeleted(NeutronLoadBalancerPoolMember loadBalancerPoolMember);
 }
index 996f281961788f23011bceaf4894a367ccf838b4..7ea03ebe762e44f33b17827333a2313c8ada53d0 100644 (file)
@@ -21,7 +21,7 @@ public interface INeutronLoadBalancerPoolMemberCRUD {
      * @return boolean
      */
 
-    public boolean neutronLoadBalancerPoolMemberExists(String uuid);
+    boolean neutronLoadBalancerPoolMemberExists(String uuid);
 
     /**
      * Applications call this interface method to return if a particular
@@ -33,7 +33,7 @@ public interface INeutronLoadBalancerPoolMemberCRUD {
      *          OpenStackNeutronLoadBalancerPoolMember class
      */
 
-    public NeutronLoadBalancerPoolMember getNeutronLoadBalancerPoolMember(String uuid);
+    NeutronLoadBalancerPoolMember getNeutronLoadBalancerPoolMember(String uuid);
 
     /**
      * Applications call this interface method to return all NeutronLoadBalancerPoolMember objects
@@ -41,7 +41,7 @@ public interface INeutronLoadBalancerPoolMemberCRUD {
      * @return List of OpenStackNetworks objects
      */
 
-    public List<NeutronLoadBalancerPoolMember> getAllNeutronLoadBalancerPoolMembers();
+    List<NeutronLoadBalancerPoolMember> getAllNeutronLoadBalancerPoolMembers();
 
     /**
      * Applications call this interface method to add a NeutronLoadBalancerPoolMember object to the
@@ -52,7 +52,7 @@ public interface INeutronLoadBalancerPoolMemberCRUD {
      * @return boolean on whether the object was added or not
      */
 
-    public boolean addNeutronLoadBalancerPoolMember(NeutronLoadBalancerPoolMember input);
+    boolean addNeutronLoadBalancerPoolMember(NeutronLoadBalancerPoolMember input);
 
     /**
      * Applications call this interface method to remove a Neutron NeutronLoadBalancerPoolMember object to the
@@ -63,7 +63,7 @@ public interface INeutronLoadBalancerPoolMemberCRUD {
      * @return boolean on whether the object was removed or not
      */
 
-    public boolean removeNeutronLoadBalancerPoolMember(String uuid);
+    boolean removeNeutronLoadBalancerPoolMember(String uuid);
 
     /**
      * Applications call this interface method to edit a NeutronLoadBalancerPoolMember object
@@ -75,7 +75,7 @@ public interface INeutronLoadBalancerPoolMemberCRUD {
      * @return boolean on whether the object was updated or not
      */
 
-    public boolean updateNeutronLoadBalancerPoolMember(String uuid, NeutronLoadBalancerPoolMember delta);
+    boolean updateNeutronLoadBalancerPoolMember(String uuid, NeutronLoadBalancerPoolMember delta);
 
     /**
      * Applications call this interface method to see if a MAC address is in use
@@ -86,6 +86,6 @@ public interface INeutronLoadBalancerPoolMemberCRUD {
      * port or not
      */
 
-    public boolean neutronLoadBalancerPoolMemberInUse(String uuid);
+    boolean neutronLoadBalancerPoolMemberInUse(String uuid);
 
 }
index 224f9f80305cc6d9cf5b2a4f0f393136d15d4c0c..3dc0d19adc4ded160e57cdb5d15731d97ce12e0f 100644 (file)
@@ -25,7 +25,7 @@ public interface INeutronMeteringLabelAware {
      *            results in the create operation being interrupted and the returned status value reflected in the
      *            HTTP response.
      */
-    public int canCreateMeteringLabel(NeutronMeteringLabel meteringLabel);
+    int canCreateMeteringLabel(NeutronMeteringLabel meteringLabel);
 
     /**
      * Services provide this interface method for taking action after a network has been created
@@ -33,7 +33,7 @@ public interface INeutronMeteringLabelAware {
      * @param meteringLabel
      *            instance of new Neutron Metering Label object
      */
-    public void neutronMeteringLabelCreated(NeutronMeteringLabel meteringLabel);
+    void neutronMeteringLabelCreated(NeutronMeteringLabel meteringLabel);
 
     /**
      * Services provide this interface method to indicate if the specified
@@ -46,7 +46,7 @@ public interface INeutronMeteringLabelAware {
      *            results in the delete operation being interrupted and the returned status value reflected in the
      *            HTTP response.
      */
-    public int canDeleteMeteringLabel(NeutronMeteringLabel meteringLabel);
+    int canDeleteMeteringLabel(NeutronMeteringLabel meteringLabel);
 
     /**
      * Services provide this interface method for taking action after a network has been deleted
@@ -54,5 +54,5 @@ public interface INeutronMeteringLabelAware {
      * @param meteringLabel
      *            instance of deleted Neutron Metering Label object
      */
-    public void neutronMeteringLabelDeleted(NeutronMeteringLabel meteringLabel);
+    void neutronMeteringLabelDeleted(NeutronMeteringLabel meteringLabel);
 }
index fddc054b0cb7f29c0baac0c61e294d4c7f78fc56..afcabdb0bd4baf9581611c6b28530e99fd2487f1 100644 (file)
@@ -21,7 +21,7 @@ public interface INeutronMeteringLabelCRUD {
      * @return boolean
      */
 
-    public boolean neutronMeteringLabelExists(String uuid);
+    boolean neutronMeteringLabelExists(String uuid);
 
     /**
      * Applications call this interface method to return if a particular
@@ -33,7 +33,7 @@ public interface INeutronMeteringLabelCRUD {
      *          OpenStackNeutronMeteringLabel class
      */
 
-    public NeutronMeteringLabel getNeutronMeteringLabel(String uuid);
+    NeutronMeteringLabel getNeutronMeteringLabel(String uuid);
 
     /**
      * Applications call this interface method to return all NeutronMeteringLabel objects
@@ -41,7 +41,7 @@ public interface INeutronMeteringLabelCRUD {
      * @return List of OpenStackNetworks objects
      */
 
-    public List<NeutronMeteringLabel> getAllNeutronMeteringLabels();
+    List<NeutronMeteringLabel> getAllNeutronMeteringLabels();
 
     /**
      * Applications call this interface method to add a NeutronMeteringLabel object to the
@@ -52,7 +52,7 @@ public interface INeutronMeteringLabelCRUD {
      * @return boolean on whether the object was added or not
      */
 
-    public boolean addNeutronMeteringLabel(NeutronMeteringLabel input);
+    boolean addNeutronMeteringLabel(NeutronMeteringLabel input);
 
     /**
      * Applications call this interface method to remove a Neutron NeutronMeteringLabel object to the
@@ -63,7 +63,7 @@ public interface INeutronMeteringLabelCRUD {
      * @return boolean on whether the object was removed or not
      */
 
-    public boolean removeNeutronMeteringLabel(String uuid);
+    boolean removeNeutronMeteringLabel(String uuid);
 
     /**
      * Applications call this interface method to edit a NeutronMeteringLabel object
@@ -75,7 +75,7 @@ public interface INeutronMeteringLabelCRUD {
      * @return boolean on whether the object was updated or not
      */
 
-    public boolean updateNeutronMeteringLabel(String uuid, NeutronMeteringLabel delta);
+    boolean updateNeutronMeteringLabel(String uuid, NeutronMeteringLabel delta);
 
     /**
      * Applications call this interface method to see if a MAC address is in use
@@ -86,6 +86,6 @@ public interface INeutronMeteringLabelCRUD {
      * port or not
      */
 
-    public boolean neutronMeteringLabelInUse(String uuid);
+    boolean neutronMeteringLabelInUse(String uuid);
 
 }
index ddb6b38ba3385a9ab16574545a2239aeb6f3cf41..2f655294547ed43c788a1ddb0326ef40b70b6dc9 100644 (file)
@@ -26,7 +26,7 @@ public interface INeutronMeteringLabelRuleAware {
      *            results in the create operation being interrupted and the returned status value reflected in the
      *            HTTP response.
      */
-    public int canCreateMeteringLabelRule(NeutronMeteringLabelRule meteringLabelRule);
+    int canCreateMeteringLabelRule(NeutronMeteringLabelRule meteringLabelRule);
 
     /**
      * Services provide this interface method for taking action after a meteringLabelRule has been created
@@ -34,7 +34,7 @@ public interface INeutronMeteringLabelRuleAware {
      * @param meteringLabelRule
      *            instance of new Neutron Metering Label Rule object
      */
-    public void neutronMeteringLabelRuleCreated(NeutronMeteringLabelRule meteringLabelRule);
+    void neutronMeteringLabelRuleCreated(NeutronMeteringLabelRule meteringLabelRule);
 
     /**
      * Services provide this interface method to indicate if the specified meteringLabelRule can be deleted
@@ -46,7 +46,7 @@ public interface INeutronMeteringLabelRuleAware {
      *            results in the delete operation being interrupted and the returned status value reflected in the
      *            HTTP response.
      */
-    public int canDeleteMeteringLabelRule(NeutronMeteringLabelRule meteringLabelRule);
+    int canDeleteMeteringLabelRule(NeutronMeteringLabelRule meteringLabelRule);
 
     /**
      * Services provide this interface method for taking action after a meteringLabelRule has been deleted
@@ -54,5 +54,5 @@ public interface INeutronMeteringLabelRuleAware {
      * @param meteringLabelRule
      *            instance of deleted Neutron Metering Label Rule object
      */
-    public void neutronMeteringLabelRuleDeleted(NeutronMeteringLabelRule meteringLabelRule);
+    void neutronMeteringLabelRuleDeleted(NeutronMeteringLabelRule meteringLabelRule);
 }
index 408f493766ea828ef07d4548ecae7437da01bc13..db630131ff520cc3bd18e1b14424867297f270a5 100644 (file)
@@ -21,7 +21,7 @@ public interface INeutronMeteringLabelRuleCRUD {
      * @return boolean
      */
 
-    public boolean neutronMeteringLabelRuleExists(String uuid);
+    boolean neutronMeteringLabelRuleExists(String uuid);
 
     /**
      * Applications call this interface method to return if a particular
@@ -33,7 +33,7 @@ public interface INeutronMeteringLabelRuleCRUD {
      *          OpenStackNeutronMeteringLabelRule class
      */
 
-    public NeutronMeteringLabelRule getNeutronMeteringLabelRule(String uuid);
+    NeutronMeteringLabelRule getNeutronMeteringLabelRule(String uuid);
 
     /**
      * Applications call this interface method to return all NeutronMeteringLabelRule objects
@@ -41,7 +41,7 @@ public interface INeutronMeteringLabelRuleCRUD {
      * @return List of OpenStackNetworks objects
      */
 
-    public List<NeutronMeteringLabelRule> getAllNeutronMeteringLabelRules();
+    List<NeutronMeteringLabelRule> getAllNeutronMeteringLabelRules();
 
     /**
      * Applications call this interface method to add a NeutronMeteringLabelRule object to the
@@ -52,7 +52,7 @@ public interface INeutronMeteringLabelRuleCRUD {
      * @return boolean on whether the object was added or not
      */
 
-    public boolean addNeutronMeteringLabelRule(NeutronMeteringLabelRule input);
+    boolean addNeutronMeteringLabelRule(NeutronMeteringLabelRule input);
 
     /**
      * Applications call this interface method to remove a Neutron NeutronMeteringLabelRule object to the
@@ -63,7 +63,7 @@ public interface INeutronMeteringLabelRuleCRUD {
      * @return boolean on whether the object was removed or not
      */
 
-    public boolean removeNeutronMeteringLabelRule(String uuid);
+    boolean removeNeutronMeteringLabelRule(String uuid);
 
     /**
      * Applications call this interface method to edit a NeutronMeteringLabelRule object
@@ -75,7 +75,7 @@ public interface INeutronMeteringLabelRuleCRUD {
      * @return boolean on whether the object was updated or not
      */
 
-    public boolean updateNeutronMeteringLabelRule(String uuid, NeutronMeteringLabelRule delta);
+    boolean updateNeutronMeteringLabelRule(String uuid, NeutronMeteringLabelRule delta);
 
     /**
      * Applications call this interface method to see if a MAC address is in use
@@ -86,6 +86,6 @@ public interface INeutronMeteringLabelRuleCRUD {
      * port or not
      */
 
-    public boolean neutronMeteringLabelRuleInUse(String uuid);
+    boolean neutronMeteringLabelRuleInUse(String uuid);
 
 }
index 527e6bcbca730af88240e210e8e3404b96526a67..485eafda38cfe87772d2aee57e9f92d2649a1905 100644 (file)
@@ -25,7 +25,7 @@ public interface INeutronNetworkAware {
      *            results in the create operation being interrupted and the returned status value reflected in the
      *            HTTP response.
      */
-    public int canCreateNetwork(NeutronNetwork network);
+    int canCreateNetwork(NeutronNetwork network);
 
     /**
      * Services provide this interface method for taking action after a network has been created
@@ -33,7 +33,7 @@ public interface INeutronNetworkAware {
      * @param network
      *            instance of new Neutron Network object
      */
-    public void neutronNetworkCreated(NeutronNetwork network);
+    void neutronNetworkCreated(NeutronNetwork network);
 
     /**
      * Services provide this interface method to indicate if the specified network can be changed using the specified
@@ -48,7 +48,7 @@ public interface INeutronNetworkAware {
      *            results in the update operation being interrupted and the returned status value reflected in the
      *            HTTP response.
      */
-    public int canUpdateNetwork(NeutronNetwork delta, NeutronNetwork original);
+    int canUpdateNetwork(NeutronNetwork delta, NeutronNetwork original);
 
     /**
      * Services provide this interface method for taking action after a network has been updated
@@ -56,7 +56,7 @@ public interface INeutronNetworkAware {
      * @param network
      *            instance of modified Neutron Network object
      */
-    public void neutronNetworkUpdated(NeutronNetwork network);
+    void neutronNetworkUpdated(NeutronNetwork network);
 
     /**
      * Services provide this interface method to indicate if the specified network can be deleted
@@ -68,7 +68,7 @@ public interface INeutronNetworkAware {
      *            results in the delete operation being interrupted and the returned status value reflected in the
      *            HTTP response.
      */
-    public int canDeleteNetwork(NeutronNetwork network);
+    int canDeleteNetwork(NeutronNetwork network);
 
     /**
      * Services provide this interface method for taking action after a network has been deleted
@@ -76,5 +76,5 @@ public interface INeutronNetworkAware {
      * @param network
      *            instance of deleted Neutron Network object
      */
-    public void neutronNetworkDeleted(NeutronNetwork network);
+    void neutronNetworkDeleted(NeutronNetwork network);
 }
index edcfecc2e48d7201e6e6a47c56c1e02057997104..236106a875a7fa7e5bc0610978117fa3e66dcf6a 100644 (file)
@@ -25,7 +25,7 @@ public interface INeutronNetworkCRUD {
      * @return boolean
      */
 
-    public boolean networkExists(String uuid);
+    boolean networkExists(String uuid);
 
     /**
      * Applications call this interface method to return if a particular
@@ -37,7 +37,7 @@ public interface INeutronNetworkCRUD {
      *          OpenStack Network class
      */
 
-    public NeutronNetwork getNetwork(String uuid);
+    NeutronNetwork getNetwork(String uuid);
 
     /**
      * Applications call this interface method to return all Network objects
@@ -45,7 +45,7 @@ public interface INeutronNetworkCRUD {
      * @return List of OpenStackNetworks objects
      */
 
-    public List<NeutronNetwork> getAllNetworks();
+    List<NeutronNetwork> getAllNetworks();
 
     /**
      * Applications call this interface method to add a Network object to the
@@ -56,7 +56,7 @@ public interface INeutronNetworkCRUD {
      * @return boolean on whether the object was added or not
      */
 
-    public boolean addNetwork(NeutronNetwork input);
+    boolean addNetwork(NeutronNetwork input);
 
     /**
      * Applications call this interface method to remove a Network object to the
@@ -67,7 +67,7 @@ public interface INeutronNetworkCRUD {
      * @return boolean on whether the object was removed or not
      */
 
-    public boolean removeNetwork(String uuid);
+    boolean removeNetwork(String uuid);
 
     /**
      * Applications call this interface method to edit a Network object
@@ -79,7 +79,7 @@ public interface INeutronNetworkCRUD {
      * @return boolean on whether the object was updated or not
      */
 
-    public boolean updateNetwork(String uuid, NeutronNetwork delta);
+    boolean updateNetwork(String uuid, NeutronNetwork delta);
 
     /**
      * Applications call this interface method to determine if a Network object
@@ -91,5 +91,5 @@ public interface INeutronNetworkCRUD {
      * @return boolean on whether the network is in use or not
      */
 
-    public boolean networkInUse(String netUUID);
+    boolean networkInUse(String netUUID);
 }
index d01ef0911e757224d45d2187df42bd6af2f518dd..86343b33ab8c4862a62e2716de97734d1aaf93f8 100644 (file)
@@ -13,7 +13,7 @@ package org.opendaylight.neutron.spi;
  */
 public interface INeutronObject {
 
-    public String getID();
+    String getID();
 
-    public void setID(String id);
+    void setID(String id);
 }
index f2a7ce927c79ffc8c6cc09bac3a9509be4d0903e..b10d72fc8f0e8d3f8164938db73b266016b09e8b 100644 (file)
@@ -25,7 +25,7 @@ public interface INeutronPortAware {
      *            results in the create operation being interrupted and the returned status value reflected in the
      *            HTTP response.
      */
-    public int canCreatePort(NeutronPort port);
+    int canCreatePort(NeutronPort port);
 
     /**
      * Services provide this interface method for taking action after a port has been created
@@ -33,7 +33,7 @@ public interface INeutronPortAware {
      * @param port
      *            instance of new Neutron Port object
      */
-    public void neutronPortCreated(NeutronPort port);
+    void neutronPortCreated(NeutronPort port);
 
     /**
      * Services provide this interface method to indicate if the specified port can be changed using the specified
@@ -48,7 +48,7 @@ public interface INeutronPortAware {
      *            results in the update operation being interrupted and the returned status value reflected in the
      *            HTTP response.
      */
-    public int canUpdatePort(NeutronPort delta, NeutronPort original);
+    int canUpdatePort(NeutronPort delta, NeutronPort original);
 
     /**
      * Services provide this interface method for taking action after a port has been updated
@@ -56,7 +56,7 @@ public interface INeutronPortAware {
      * @param port
      *            instance of modified Neutron Port object
      */
-    public void neutronPortUpdated(NeutronPort port);
+    void neutronPortUpdated(NeutronPort port);
 
     /**
      * Services provide this interface method to indicate if the specified port can be deleted
@@ -68,7 +68,7 @@ public interface INeutronPortAware {
      *            results in the delete operation being interrupted and the returned status value reflected in the
      *            HTTP response.
      */
-    public int canDeletePort(NeutronPort port);
+    int canDeletePort(NeutronPort port);
 
     /**
      * Services provide this interface method for taking action after a port has been deleted
@@ -76,5 +76,5 @@ public interface INeutronPortAware {
      * @param port
      *            instance of deleted Port Network object
      */
-    public void neutronPortDeleted(NeutronPort port);
+    void neutronPortDeleted(NeutronPort port);
 }
index 6b3b31046681b50ada039faa620290f86c75036b..6a7bf681aab3ec9343afd23224aa572d92e2f113 100644 (file)
@@ -25,7 +25,7 @@ public interface INeutronPortCRUD {
      * @return boolean
      */
 
-    public boolean portExists(String uuid);
+    boolean portExists(String uuid);
 
     /**
      * Applications call this interface method to return if a particular
@@ -37,7 +37,7 @@ public interface INeutronPortCRUD {
      *          OpenStack Port class
      */
 
-    public NeutronPort getPort(String uuid);
+    NeutronPort getPort(String uuid);
 
     /**
      * Applications call this interface method to return all Port objects
@@ -45,7 +45,7 @@ public interface INeutronPortCRUD {
      * @return List of OpenStackPorts objects
      */
 
-    public List<NeutronPort> getAllPorts();
+    List<NeutronPort> getAllPorts();
 
     /**
      * Applications call this interface method to add a Port object to the
@@ -56,7 +56,7 @@ public interface INeutronPortCRUD {
      * @return boolean on whether the object was added or not
      */
 
-    public boolean addPort(NeutronPort input);
+    boolean addPort(NeutronPort input);
 
     /**
      * Applications call this interface method to remove a Port object to the
@@ -67,7 +67,7 @@ public interface INeutronPortCRUD {
      * @return boolean on whether the object was removed or not
      */
 
-    public boolean removePort(String uuid);
+    boolean removePort(String uuid);
 
     /**
      * Applications call this interface method to edit a Port object
@@ -79,7 +79,7 @@ public interface INeutronPortCRUD {
      * @return boolean on whether the object was updated or not
      */
 
-    public boolean updatePort(String uuid, NeutronPort delta);
+    boolean updatePort(String uuid, NeutronPort delta);
 
     /**
      * Applications call this interface method to see if a MAC address is in use
@@ -90,7 +90,7 @@ public interface INeutronPortCRUD {
      * port or not
      */
 
-    public boolean macInUse(String macAddress);
+    boolean macInUse(String macAddress);
 
     /**
      * Applications call this interface method to retrieve the port associated with
@@ -101,5 +101,5 @@ public interface INeutronPortCRUD {
      * @return OpenStackPorts object if the port exists and null if it does not
      */
 
-    public NeutronPort getGatewayPort(String subnetUUID);
+    NeutronPort getGatewayPort(String subnetUUID);
 }
index 58f1a58b616e15b4e8b2b843b97b4446cd9d1fca..909283e3a54317c2c265281e2c0becfba4301ed8 100644 (file)
@@ -25,7 +25,7 @@ public interface INeutronRouterAware {
      *            results in the create operation being interrupted and the returned status value reflected in the
      *            HTTP response.
      */
-    public int canCreateRouter(NeutronRouter router);
+    int canCreateRouter(NeutronRouter router);
 
     /**
      * Services provide this interface method for taking action after a router has been created
@@ -33,7 +33,7 @@ public interface INeutronRouterAware {
      * @param router
      *            instance of new Neutron Router object
      */
-    public void neutronRouterCreated(NeutronRouter router);
+    void neutronRouterCreated(NeutronRouter router);
 
     /**
      * Services provide this interface method to indicate if the specified router can be changed using the specified
@@ -48,7 +48,7 @@ public interface INeutronRouterAware {
      *            results in the update operation being interrupted and the returned status value reflected in the
      *            HTTP response.
      */
-    public int canUpdateRouter(NeutronRouter delta, NeutronRouter original);
+    int canUpdateRouter(NeutronRouter delta, NeutronRouter original);
 
     /**
      * Services provide this interface method for taking action after a router has been updated
@@ -56,7 +56,7 @@ public interface INeutronRouterAware {
      * @param router
      *            instance of modified Neutron Router object
      */
-    public void neutronRouterUpdated(NeutronRouter router);
+    void neutronRouterUpdated(NeutronRouter router);
 
     /**
      * Services provide this interface method to indicate if the specified router can be deleted
@@ -68,7 +68,7 @@ public interface INeutronRouterAware {
      *            results in the delete operation being interrupted and the returned status value reflected in the
      *            HTTP response.
      */
-    public int canDeleteRouter(NeutronRouter router);
+    int canDeleteRouter(NeutronRouter router);
 
     /**
      * Services provide this interface method for taking action after a router has been deleted
@@ -76,7 +76,7 @@ public interface INeutronRouterAware {
      * @param router
      *            instance of deleted Router Network object
      */
-    public void neutronRouterDeleted(NeutronRouter router);
+    void neutronRouterDeleted(NeutronRouter router);
 
     /**
      * Services provide this interface method to indicate if the 
@@ -91,7 +91,7 @@ public interface INeutronRouterAware {
      *            results in the attach operation being interrupted and the returned status value reflected in the
      *            HTTP response.
      */
-    public int canAttachInterface(NeutronRouter router, NeutronRouter_Interface routerInterface);
+    int canAttachInterface(NeutronRouter router, NeutronRouter_Interface routerInterface);
 
     /**
      * Services provide this interface method for taking action 
@@ -102,7 +102,7 @@ public interface INeutronRouterAware {
      * @param routerInterface
      *            instance of the NeutronRouter_Interface being attached to the router
      */
-    public void neutronRouterInterfaceAttached(NeutronRouter router, NeutronRouter_Interface routerInterface);
+    void neutronRouterInterfaceAttached(NeutronRouter router, NeutronRouter_Interface routerInterface);
 
     /**
      * Services provide this interface method to indicate if the
@@ -117,7 +117,7 @@ public interface INeutronRouterAware {
      *            results in the detach operation being interrupted and the returned status value reflected in the
      *            HTTP response.
      */
-    public int canDetachInterface(NeutronRouter router, NeutronRouter_Interface routerInterface);
+    int canDetachInterface(NeutronRouter router, NeutronRouter_Interface routerInterface);
 
     /**
      * Services provide this interface method for taking action after an interface has been removed from a router
@@ -127,5 +127,5 @@ public interface INeutronRouterAware {
      * @param routerInterface
      *            instance of the NeutronRouter_Interface being detached from the router
      */
-    public void neutronRouterInterfaceDetached(NeutronRouter router, NeutronRouter_Interface routerInterface);
+    void neutronRouterInterfaceDetached(NeutronRouter router, NeutronRouter_Interface routerInterface);
 }
index 825000c039868c28e4da55cced7c2430e23d12e9..8010acf97ebea6b8f930b48c202877c29594f44f 100644 (file)
@@ -25,7 +25,7 @@ public interface INeutronRouterCRUD {
      * @return boolean
      */
 
-    public boolean routerExists(String uuid);
+    boolean routerExists(String uuid);
 
     /**
      * Applications call this interface method to return if a particular
@@ -37,7 +37,7 @@ public interface INeutronRouterCRUD {
      *          OpenStack Router class
      */
 
-    public NeutronRouter getRouter(String uuid);
+    NeutronRouter getRouter(String uuid);
 
     /**
      * Applications call this interface method to return all Router objects
@@ -45,7 +45,7 @@ public interface INeutronRouterCRUD {
      * @return List of OpenStackRouters objects
      */
 
-    public List<NeutronRouter> getAllRouters();
+    List<NeutronRouter> getAllRouters();
 
     /**
      * Applications call this interface method to add a Router object to the
@@ -56,7 +56,7 @@ public interface INeutronRouterCRUD {
      * @return boolean on whether the object was added or not
      */
 
-    public boolean addRouter(NeutronRouter input);
+    boolean addRouter(NeutronRouter input);
 
     /**
      * Applications call this interface method to remove a Router object to the
@@ -67,7 +67,7 @@ public interface INeutronRouterCRUD {
      * @return boolean on whether the object was removed or not
      */
 
-    public boolean removeRouter(String uuid);
+    boolean removeRouter(String uuid);
 
     /**
      * Applications call this interface method to edit a Router object
@@ -79,7 +79,7 @@ public interface INeutronRouterCRUD {
      * @return boolean on whether the object was updated or not
      */
 
-    public boolean updateRouter(String uuid, NeutronRouter delta);
+    boolean updateRouter(String uuid, NeutronRouter delta);
 
     /**
      * Applications call this interface method to check if a router is in use
@@ -89,5 +89,5 @@ public interface INeutronRouterCRUD {
      * @return boolean on whether the router is in use or not
      */
 
-    public boolean routerInUse(String routerUUID);
+    boolean routerInUse(String routerUUID);
 }
index 8d09e08ad055feed6c06df80b015fbccd12408e4..5042075dff6088110c5800dc0e0d67b1c21af8fc 100644 (file)
@@ -23,14 +23,14 @@ public interface INeutronSecurityGroupAware {
      * results in the create operation being interrupted and the returned status value reflected in the
      * HTTP response.
      */
-    public int canCreateNeutronSecurityGroup(NeutronSecurityGroup securityGroup);
+    int canCreateNeutronSecurityGroup(NeutronSecurityGroup securityGroup);
 
     /**
      * Services provide this interface method for taking action after a security group has been created
      *
      * @param securityGroup instance of new Neutron Security Group object
      */
-    public void neutronSecurityGroupCreated(NeutronSecurityGroup securityGroup);
+    void neutronSecurityGroupCreated(NeutronSecurityGroup securityGroup);
 
     /**
      * Services provide this interface method to indicate if the specified security group can be changed using the specified
@@ -43,14 +43,14 @@ public interface INeutronSecurityGroupAware {
      * results in the update operation being interrupted and the returned status value reflected in the
      * HTTP response.
      */
-    public int canUpdateNeutronSecurityGroup(NeutronSecurityGroup delta, NeutronSecurityGroup original);
+    int canUpdateNeutronSecurityGroup(NeutronSecurityGroup delta, NeutronSecurityGroup original);
 
     /**
      * Services provide this interface method for taking action after a security group has been updated
      *
      * @param securityGroup instance of modified Neutron Security Group object
      */
-    public void neutronSecurityGroupUpdated(NeutronSecurityGroup securityGroup);
+    void neutronSecurityGroupUpdated(NeutronSecurityGroup securityGroup);
 
     /**
      * Services provide this interface method to indicate if the specified security group can be deleted
@@ -61,12 +61,12 @@ public interface INeutronSecurityGroupAware {
      * results in the delete operation being interrupted and the returned status value reflected in the
      * HTTP response.
      */
-    public int canDeleteNeutronSecurityGroup(NeutronSecurityGroup securityGroup);
+    int canDeleteNeutronSecurityGroup(NeutronSecurityGroup securityGroup);
 
     /**
      * Services provide this interface method for taking action after a security group has been deleted
      *
      * @param securityGroup instance of deleted Neutron Security Group object
      */
-    public void neutronSecurityGroupDeleted(NeutronSecurityGroup securityGroup);
+    void neutronSecurityGroupDeleted(NeutronSecurityGroup securityGroup);
 }
index 91f0d65ef29ad8b20a57d405d9bfed2c392eb20e..45caccb9a7d6ded36b2e1093376dcdb7f31972d3 100644 (file)
@@ -24,7 +24,7 @@ public interface INeutronSecurityGroupCRUD {
      * @return boolean
      */
 
-    public boolean neutronSecurityGroupExists(String uuid);
+    boolean neutronSecurityGroupExists(String uuid);
 
     /**
      * Applications call this interface method to return if a particular
@@ -35,7 +35,7 @@ public interface INeutronSecurityGroupCRUD {
      * OpenStack Security Group class
      */
 
-    public NeutronSecurityGroup getNeutronSecurityGroup(String uuid);
+    NeutronSecurityGroup getNeutronSecurityGroup(String uuid);
 
     /**
      * Applications call this interface method to return all Security Group objects
@@ -43,7 +43,7 @@ public interface INeutronSecurityGroupCRUD {
      * @return List of OpenStackSecurity Groups objects
      */
 
-    public List<NeutronSecurityGroup> getAllNeutronSecurityGroups();
+    List<NeutronSecurityGroup> getAllNeutronSecurityGroups();
 
     /**
      * Applications call this interface method to add a Security Group object to the
@@ -53,7 +53,7 @@ public interface INeutronSecurityGroupCRUD {
      * @return boolean on whether the object was added or not
      */
 
-    public boolean addNeutronSecurityGroup(NeutronSecurityGroup input);
+    boolean addNeutronSecurityGroup(NeutronSecurityGroup input);
 
     /**
      * Applications call this interface method to remove a Neutron Security Group object to the
@@ -63,7 +63,7 @@ public interface INeutronSecurityGroupCRUD {
      * @return boolean on whether the object was removed or not
      */
 
-    public boolean removeNeutronSecurityGroup(String uuid);
+    boolean removeNeutronSecurityGroup(String uuid);
 
     /**
      * Applications call this interface method to edit a Security Group object
@@ -73,7 +73,7 @@ public interface INeutronSecurityGroupCRUD {
      * @return boolean on whether the object was updated or not
      */
 
-    public boolean updateNeutronSecurityGroup(String uuid, NeutronSecurityGroup delta);
+    boolean updateNeutronSecurityGroup(String uuid, NeutronSecurityGroup delta);
 
     /**
      * Applications call this interface method to see if a MAC address is in use
@@ -82,6 +82,6 @@ public interface INeutronSecurityGroupCRUD {
      * @return boolean on whether the Security Groups is already in use
      */
 
-    public boolean neutronSecurityGroupInUse(String uuid);
+    boolean neutronSecurityGroupInUse(String uuid);
 
 }
index 7e1a2df4497130a61c80b78abb564be307e7530c..b94629653f57d717660c35172139ecda521233ee 100644 (file)
@@ -23,14 +23,14 @@ public interface INeutronSecurityRuleAware {
      * results in the create operation being interrupted and the returned status value reflected in the
      * HTTP response.
      */
-    public int canCreateNeutronSecurityRule(NeutronSecurityRule securityRule);
+    int canCreateNeutronSecurityRule(NeutronSecurityRule securityRule);
 
     /**
      * Services provide this interface method for taking action after a security rule has been created
      *
      * @param securityRule instance of new Neutron Security Rule object
      */
-    public void neutronSecurityRuleCreated(NeutronSecurityRule securityRule);
+    void neutronSecurityRuleCreated(NeutronSecurityRule securityRule);
 
     /**
      * Services provide this interface method to indicate if the specified security rule can be changed using the specified
@@ -43,14 +43,14 @@ public interface INeutronSecurityRuleAware {
      * results in the update operation being interrupted and the returned status value reflected in the
      * HTTP response.
      */
-    public int canUpdateNeutronSecurityRule(NeutronSecurityRule delta, NeutronSecurityRule original);
+    int canUpdateNeutronSecurityRule(NeutronSecurityRule delta, NeutronSecurityRule original);
 
     /**
      * Services provide this interface method for taking action after a security rule has been updated
      *
      * @param securityRule instance of modified Neutron Security Rule object
      */
-    public void neutronSecurityRuleUpdated(NeutronSecurityRule securityRule);
+    void neutronSecurityRuleUpdated(NeutronSecurityRule securityRule);
 
     /**
      * Services provide this interface method to indicate if the specified security rule can be deleted
@@ -61,12 +61,12 @@ public interface INeutronSecurityRuleAware {
      * results in the delete operation being interrupted and the returned status value reflected in the
      * HTTP response.
      */
-    public int canDeleteNeutronSecurityRule(NeutronSecurityRule securityRule);
+    int canDeleteNeutronSecurityRule(NeutronSecurityRule securityRule);
 
     /**
      * Services provide this interface method for taking action after a security rule has been deleted
      *
      * @param securityRule instance of deleted Neutron Security Rule object
      */
-    public void neutronSecurityRuleDeleted(NeutronSecurityRule securityRule);
+    void neutronSecurityRuleDeleted(NeutronSecurityRule securityRule);
 }
index 362d34c333c1167ba83dddb939fadeb8f43058e3..498c6d4dc287a7a790af3c4fe76f96caa30859cf 100644 (file)
@@ -23,7 +23,7 @@ public interface INeutronSecurityRuleCRUD {
      * @return boolean
      */
 
-    public boolean neutronSecurityRuleExists(String uuid);
+    boolean neutronSecurityRuleExists(String uuid);
 
     /**
      * Applications call this interface method to return if a particular
@@ -34,7 +34,7 @@ public interface INeutronSecurityRuleCRUD {
      * OpenStackSecurity Rule class
      */
 
-    public NeutronSecurityRule getNeutronSecurityRule(String uuid);
+    NeutronSecurityRule getNeutronSecurityRule(String uuid);
 
     /**
      * Applications call this interface method to return all Security Rule objects
@@ -42,7 +42,7 @@ public interface INeutronSecurityRuleCRUD {
      * @return List of OpenStack SecurityRules objects
      */
 
-    public List<NeutronSecurityRule> getAllNeutronSecurityRules();
+    List<NeutronSecurityRule> getAllNeutronSecurityRules();
 
     /**
      * Applications call this interface method to add a Security Rule object to the
@@ -52,7 +52,7 @@ public interface INeutronSecurityRuleCRUD {
      * @return boolean on whether the object was added or not
      */
 
-    public boolean addNeutronSecurityRule(NeutronSecurityRule input);
+    boolean addNeutronSecurityRule(NeutronSecurityRule input);
 
     /**
      * Applications call this interface method to remove a Neutron Security Rule object to the
@@ -62,7 +62,7 @@ public interface INeutronSecurityRuleCRUD {
      * @return boolean on whether the object was removed or not
      */
 
-    public boolean removeNeutronSecurityRule(String uuid);
+    boolean removeNeutronSecurityRule(String uuid);
 
     /**
      * Applications call this interface method to edit aSecurity Rule object
@@ -72,7 +72,7 @@ public interface INeutronSecurityRuleCRUD {
      * @return boolean on whether the object was updated or not
      */
 
-    public boolean updateNeutronSecurityRule(String uuid, NeutronSecurityRule delta);
+    boolean updateNeutronSecurityRule(String uuid, NeutronSecurityRule delta);
 
     /**
      * Applications call this interface method to see if a MAC address is in use
@@ -82,6 +82,6 @@ public interface INeutronSecurityRuleCRUD {
      * port or not
      */
 
-    public boolean neutronSecurityRuleInUse(String uuid);
+    boolean neutronSecurityRuleInUse(String uuid);
 
 }
index 42df13cef63ea641281cd3fee2cfd65c5808dc2c..13b2999d373a7ca5fafa20aca2d809007fe54cad 100644 (file)
@@ -25,7 +25,7 @@ public interface INeutronSubnetAware {
      *            results in the create operation being interrupted and the returned status value reflected in the
      *            HTTP response.
      */
-    public int canCreateSubnet(NeutronSubnet subnet);
+    int canCreateSubnet(NeutronSubnet subnet);
 
     /**
      * Services provide this interface method for taking action after a subnet has been created
@@ -33,7 +33,7 @@ public interface INeutronSubnetAware {
      * @param subnet
      *            instance of new Neutron Subnet object
      */
-    public void neutronSubnetCreated(NeutronSubnet subnet);
+    void neutronSubnetCreated(NeutronSubnet subnet);
 
     /**
      * Services provide this interface method to indicate if the specified subnet can be changed using the specified
@@ -48,7 +48,7 @@ public interface INeutronSubnetAware {
      *            results in the update operation being interrupted and the returned status value reflected in the
      *            HTTP response.
      */
-    public int canUpdateSubnet(NeutronSubnet delta, NeutronSubnet original);
+    int canUpdateSubnet(NeutronSubnet delta, NeutronSubnet original);
 
     /**
      * Services provide this interface method for taking action after a subnet has been updated
@@ -56,7 +56,7 @@ public interface INeutronSubnetAware {
      * @param subnet
      *            instance of modified Neutron Subnet object
      */
-    public void neutronSubnetUpdated(NeutronSubnet subnet);
+    void neutronSubnetUpdated(NeutronSubnet subnet);
 
     /**
      * Services provide this interface method to indicate if the specified subnet can be deleted
@@ -68,7 +68,7 @@ public interface INeutronSubnetAware {
      *            results in the delete operation being interrupted and the returned status value reflected in the
      *            HTTP response.
      */
-    public int canDeleteSubnet(NeutronSubnet subnet);
+    int canDeleteSubnet(NeutronSubnet subnet);
 
     /**
      * Services provide this interface method for taking action after a subnet has been deleted
@@ -76,6 +76,6 @@ public interface INeutronSubnetAware {
      * @param subnet
      *            instance of deleted Router Subnet object
      */
-    public void neutronSubnetDeleted(NeutronSubnet subnet);
+    void neutronSubnetDeleted(NeutronSubnet subnet);
 
 }
index 5748e33782098a7665bd8f9d5c7705f9ce92db00..a33bb7baecec6af94841a7ec634cd5c1d3eff923 100644 (file)
@@ -25,7 +25,7 @@ public interface INeutronSubnetCRUD {
      * @return boolean
      */
 
-    public boolean subnetExists(String uuid);
+    boolean subnetExists(String uuid);
 
     /**
      * Applications call this interface method to return if a particular
@@ -37,7 +37,7 @@ public interface INeutronSubnetCRUD {
      *          OpenStack Subnet class
      */
 
-    public NeutronSubnet getSubnet(String uuid);
+    NeutronSubnet getSubnet(String uuid);
 
     /**
      * Applications call this interface method to return all Subnet objects
@@ -45,7 +45,7 @@ public interface INeutronSubnetCRUD {
      * @return List of OpenStackSubnets objects
      */
 
-    public List<NeutronSubnet> getAllSubnets();
+    List<NeutronSubnet> getAllSubnets();
 
     /**
      * Applications call this interface method to add a Subnet object to the
@@ -56,7 +56,7 @@ public interface INeutronSubnetCRUD {
      * @return boolean on whether the object was added or not
      */
 
-    public boolean addSubnet(NeutronSubnet input);
+    boolean addSubnet(NeutronSubnet input);
 
     /**
      * Applications call this interface method to remove a Subnet object to the
@@ -67,7 +67,7 @@ public interface INeutronSubnetCRUD {
      * @return boolean on whether the object was removed or not
      */
 
-    public boolean removeSubnet(String uuid);
+    boolean removeSubnet(String uuid);
 
     /**
      * Applications call this interface method to edit a Subnet object
@@ -79,7 +79,7 @@ public interface INeutronSubnetCRUD {
      * @return boolean on whether the object was updated or not
      */
 
-    public boolean updateSubnet(String uuid, NeutronSubnet delta);
+    boolean updateSubnet(String uuid, NeutronSubnet delta);
 
     /**
      * Applications call this interface method to determine if a Subnet object
@@ -91,5 +91,5 @@ public interface INeutronSubnetCRUD {
      * @return boolean on whether the subnet is in use or not
      */
 
-    public boolean subnetInUse(String subnetUUID);
+    boolean subnetInUse(String subnetUUID);
 }
index 5c1f9ab140c35c31917bfbdd55c6338ac738f3e0..4c41f1b1854c3fab54b5238aa6a4f1ebe77282d3 100644 (file)
@@ -25,7 +25,7 @@ public interface INeutronVPNIKEPolicyAware {
      *            results in the create operation being interrupted and the returned status value reflected in the
      *            HTTP response.
      */
-    public int canCreateNeutronVPNIKEPolicy(NeutronVPNIKEPolicy ikePolicy);
+    int canCreateNeutronVPNIKEPolicy(NeutronVPNIKEPolicy ikePolicy);
 
     /**
      * Services provide this interface method for taking action after a NeutronVPNIKEPolicy has been created
@@ -33,7 +33,7 @@ public interface INeutronVPNIKEPolicyAware {
      * @param ikePolicy
      *            instance of new NeutronVPNIKEPolicy object
      */
-    public void neutronVPNIKEPolicyCreated(NeutronVPNIKEPolicy ikePolicy);
+    void neutronVPNIKEPolicyCreated(NeutronVPNIKEPolicy ikePolicy);
 
     /**
      * Services provide this interface method to indicate if the
@@ -49,7 +49,7 @@ public interface INeutronVPNIKEPolicyAware {
      *            results in the update operation being interrupted and the returned status value reflected in the
      *            HTTP response.
      */
-    public int canUpdateNeutronVPNIKEPolicy(NeutronVPNIKEPolicy delta, NeutronVPNIKEPolicy original);
+    int canUpdateNeutronVPNIKEPolicy(NeutronVPNIKEPolicy delta, NeutronVPNIKEPolicy original);
 
     /**
      * Services provide this interface method for taking action after a NeutronVPNIKEPolicy has been updated
@@ -57,7 +57,7 @@ public interface INeutronVPNIKEPolicyAware {
      * @param ikePolicy
      *            instance of modified NeutronVPNIKEPolicy object
      */
-    public void neutronVPNIKEPolicyUpdated(NeutronVPNIKEPolicy ikePolicy);
+    void neutronVPNIKEPolicyUpdated(NeutronVPNIKEPolicy ikePolicy);
 
     /**
      * Services provide this interface method to indicate if the specified NeutronVPNIKEPolicy can be deleted
@@ -69,7 +69,7 @@ public interface INeutronVPNIKEPolicyAware {
      *            results in the delete operation being interrupted and the returned status value reflected in the
      *            HTTP response.
      */
-    public int canDeleteNeutronVPNIKEPolicy(NeutronVPNIKEPolicy ikePolicy);
+    int canDeleteNeutronVPNIKEPolicy(NeutronVPNIKEPolicy ikePolicy);
 
     /**
      * Services provide this interface method for taking action after a NeutronVPNIKEPolicy has been deleted
@@ -77,5 +77,5 @@ public interface INeutronVPNIKEPolicyAware {
      * @param ikePolicy
      *            instance of deleted NeutronVPNIKEPolicy object
      */
-    public void neutronVPNIKEPolicyDeleted(NeutronVPNIKEPolicy ikePolicy);
+    void neutronVPNIKEPolicyDeleted(NeutronVPNIKEPolicy ikePolicy);
 }
index 8bdbacecdba734f8f91bd3c8cc4e60d8a129111f..8f2a721fc7fff7a0e79516140c6930fb5d97cfe4 100644 (file)
@@ -21,7 +21,7 @@ public interface INeutronVPNIKEPolicyCRUD {
      * @return boolean
      */
 
-    public boolean neutronVPNIKEPolicyExists(String uuid);
+    boolean neutronVPNIKEPolicyExists(String uuid);
 
     /**
      * Applications call this interface method to return if a particular
@@ -33,7 +33,7 @@ public interface INeutronVPNIKEPolicyCRUD {
      *          OpenStackNeutronVPNIKEPolicy class
      */
 
-    public NeutronVPNIKEPolicy getNeutronVPNIKEPolicy(String uuid);
+    NeutronVPNIKEPolicy getNeutronVPNIKEPolicy(String uuid);
 
     /**
      * Applications call this interface method to return all NeutronVPNIKEPolicy objects
@@ -41,7 +41,7 @@ public interface INeutronVPNIKEPolicyCRUD {
      * @return List of OpenStackNetworks objects
      */
 
-    public List<NeutronVPNIKEPolicy> getAllNeutronVPNIKEPolicies();
+    List<NeutronVPNIKEPolicy> getAllNeutronVPNIKEPolicies();
 
     /**
      * Applications call this interface method to add a NeutronVPNIKEPolicy object to the
@@ -52,7 +52,7 @@ public interface INeutronVPNIKEPolicyCRUD {
      * @return boolean on whether the object was added or not
      */
 
-    public boolean addNeutronVPNIKEPolicy(NeutronVPNIKEPolicy input);
+    boolean addNeutronVPNIKEPolicy(NeutronVPNIKEPolicy input);
 
     /**
      * Applications call this interface method to remove a Neutron NeutronVPNIKEPolicy object to the
@@ -63,7 +63,7 @@ public interface INeutronVPNIKEPolicyCRUD {
      * @return boolean on whether the object was removed or not
      */
 
-    public boolean removeNeutronVPNIKEPolicy(String uuid);
+    boolean removeNeutronVPNIKEPolicy(String uuid);
 
     /**
      * Applications call this interface method to edit a NeutronVPNIKEPolicy object
@@ -75,7 +75,7 @@ public interface INeutronVPNIKEPolicyCRUD {
      * @return boolean on whether the object was updated or not
      */
 
-    public boolean updateNeutronVPNIKEPolicy(String uuid, NeutronVPNIKEPolicy delta);
+    boolean updateNeutronVPNIKEPolicy(String uuid, NeutronVPNIKEPolicy delta);
 
     /**
      * Applications call this interface method to see if a MAC address is in use
@@ -86,6 +86,6 @@ public interface INeutronVPNIKEPolicyCRUD {
      * port or not
      */
 
-    public boolean neutronVPNIKEPolicyInUse(String uuid);
+    boolean neutronVPNIKEPolicyInUse(String uuid);
 
 }
index ddaf3dd8102e5b58e119c4e5efffc480177f541d..68fb48322e5b78c940db11cf3f4f6db6203c9a43 100644 (file)
@@ -25,7 +25,7 @@ public interface INeutronVPNIPSECPolicyAware {
      *            results in the create operation being interrupted and the returned status value reflected in the
      *            HTTP response.
      */
-    public int canCreateNeutronVPNIPSECPolicy(NeutronVPNIPSECPolicy ipsecPolicy);
+    int canCreateNeutronVPNIPSECPolicy(NeutronVPNIPSECPolicy ipsecPolicy);
 
     /**
      * Services provide this interface method for taking action after a NeutronVPNIPSECPolicy has been created
@@ -33,7 +33,7 @@ public interface INeutronVPNIPSECPolicyAware {
      * @param ipsecPolicy
      *            instance of new NeutronVPNIPSECPolicy object
      */
-    public void neutronVPNIPSECPolicyCreated(NeutronVPNIPSECPolicy ipsecPolicy);
+    void neutronVPNIPSECPolicyCreated(NeutronVPNIPSECPolicy ipsecPolicy);
 
     /**
      * Services provide this interface method to indicate if the
@@ -49,7 +49,7 @@ public interface INeutronVPNIPSECPolicyAware {
      *            results in the update operation being interrupted and the returned status value reflected in the
      *            HTTP response.
      */
-    public int canUpdateNeutronVPNIPSECPolicy(NeutronVPNIPSECPolicy delta, NeutronVPNIPSECPolicy original);
+    int canUpdateNeutronVPNIPSECPolicy(NeutronVPNIPSECPolicy delta, NeutronVPNIPSECPolicy original);
 
     /**
      * Services provide this interface method for taking action after a NeutronVPNIPSECPolicy has been updated
@@ -57,7 +57,7 @@ public interface INeutronVPNIPSECPolicyAware {
      * @param ipsecPolicy
      *            instance of modified NeutronVPNIPSECPolicy object
      */
-    public void neutronVPNIPSECPolicyUpdated(NeutronVPNIPSECPolicy ipsecPolicy);
+    void neutronVPNIPSECPolicyUpdated(NeutronVPNIPSECPolicy ipsecPolicy);
 
     /**
      * Services provide this interface method to indicate if the specified NeutronVPNIPSECPolicy can be deleted
@@ -69,7 +69,7 @@ public interface INeutronVPNIPSECPolicyAware {
      *            results in the delete operation being interrupted and the returned status value reflected in the
      *            HTTP response.
      */
-    public int canDeleteNeutronVPNIPSECPolicy(NeutronVPNIPSECPolicy ipsecPolicy);
+    int canDeleteNeutronVPNIPSECPolicy(NeutronVPNIPSECPolicy ipsecPolicy);
 
     /**
      * Services provide this interface method for taking action after a NeutronVPNIPSECPolicy has been deleted
@@ -77,5 +77,5 @@ public interface INeutronVPNIPSECPolicyAware {
      * @param ipsecPolicy
      *            instance of deleted NeutronVPNIPSECPolicy object
      */
-    public void neutronVPNIPSECPolicyDeleted(NeutronVPNIPSECPolicy ipsecPolicy);
+    void neutronVPNIPSECPolicyDeleted(NeutronVPNIPSECPolicy ipsecPolicy);
 }
index 2c1d22f275a7ab40354884ea75b8349b0b9a8c8d..a335682601728302864bcee00d138bc1d6b055ff 100644 (file)
@@ -21,7 +21,7 @@ public interface INeutronVPNIPSECPolicyCRUD {
      * @return boolean
      */
 
-    public boolean neutronVPNIPSECPolicyExists(String uuid);
+    boolean neutronVPNIPSECPolicyExists(String uuid);
 
     /**
      * Applications call this interface method to return if a particular
@@ -33,7 +33,7 @@ public interface INeutronVPNIPSECPolicyCRUD {
      *          OpenStackNeutronVPNIPSECPolicy class
      */
 
-    public NeutronVPNIPSECPolicy getNeutronVPNIPSECPolicy(String uuid);
+    NeutronVPNIPSECPolicy getNeutronVPNIPSECPolicy(String uuid);
 
     /**
      * Applications call this interface method to return all NeutronVPNIPSECPolicy objects
@@ -41,7 +41,7 @@ public interface INeutronVPNIPSECPolicyCRUD {
      * @return List of OpenStackNetworks objects
      */
 
-    public List<NeutronVPNIPSECPolicy> getAllNeutronVPNIPSECPolicies();
+    List<NeutronVPNIPSECPolicy> getAllNeutronVPNIPSECPolicies();
 
     /**
      * Applications call this interface method to add a NeutronVPNIPSECPolicy object to the
@@ -52,7 +52,7 @@ public interface INeutronVPNIPSECPolicyCRUD {
      * @return boolean on whether the object was added or not
      */
 
-    public boolean addNeutronVPNIPSECPolicy(NeutronVPNIPSECPolicy input);
+    boolean addNeutronVPNIPSECPolicy(NeutronVPNIPSECPolicy input);
 
     /**
      * Applications call this interface method to remove a Neutron NeutronVPNIPSECPolicy object to the
@@ -63,7 +63,7 @@ public interface INeutronVPNIPSECPolicyCRUD {
      * @return boolean on whether the object was removed or not
      */
 
-    public boolean removeNeutronVPNIPSECPolicy(String uuid);
+    boolean removeNeutronVPNIPSECPolicy(String uuid);
 
     /**
      * Applications call this interface method to edit a NeutronVPNIPSECPolicy object
@@ -75,7 +75,7 @@ public interface INeutronVPNIPSECPolicyCRUD {
      * @return boolean on whether the object was updated or not
      */
 
-    public boolean updateNeutronVPNIPSECPolicy(String uuid, NeutronVPNIPSECPolicy delta);
+    boolean updateNeutronVPNIPSECPolicy(String uuid, NeutronVPNIPSECPolicy delta);
 
     /**
      * Applications call this interface method to see if a MAC address is in use
@@ -86,6 +86,6 @@ public interface INeutronVPNIPSECPolicyCRUD {
      * port or not
      */
 
-    public boolean neutronVPNIPSECPolicyInUse(String uuid);
+    boolean neutronVPNIPSECPolicyInUse(String uuid);
 
 }
index c7acfc6442dacc4814193c2acb0e40d2ad55cb56..096edeaacb58a6f3e5f6e98831b04cc8ff10a345 100644 (file)
@@ -25,7 +25,7 @@ public interface INeutronVPNIPSECSiteConnectionAware {
      *            results in the create operation being interrupted and the returned status value reflected in the
      *            HTTP response.
      */
-    public int canCreateNeutronVPNIPSECSiteConnection(NeutronVPNIPSECSiteConnection ipsecSiteConnection);
+    int canCreateNeutronVPNIPSECSiteConnection(NeutronVPNIPSECSiteConnection ipsecSiteConnection);
 
     /**
      * Services provide this interface method for taking action after a NeutronVPNIPSECSiteConnection has been created
@@ -33,7 +33,7 @@ public interface INeutronVPNIPSECSiteConnectionAware {
      * @param ipsecSiteConnection
      *            instance of new NeutronVPNIPSECSiteConnection object
      */
-    public void neutronVPNIPSECSiteConnectionCreated(NeutronVPNIPSECSiteConnection ipsecSiteConnection);
+    void neutronVPNIPSECSiteConnectionCreated(NeutronVPNIPSECSiteConnection ipsecSiteConnection);
 
     /**
      * Services provide this interface method to indicate if the
@@ -49,7 +49,7 @@ public interface INeutronVPNIPSECSiteConnectionAware {
      *            results in the update operation being interrupted and the returned status value reflected in the
      *            HTTP response.
      */
-    public int canUpdateNeutronVPNIPSECSiteConnection(NeutronVPNIPSECSiteConnection delta, NeutronVPNIPSECSiteConnection original);
+    int canUpdateNeutronVPNIPSECSiteConnection(NeutronVPNIPSECSiteConnection delta, NeutronVPNIPSECSiteConnection original);
 
     /**
      * Services provide this interface method for taking action after a NeutronVPNIPSECSiteConnection has been updated
@@ -57,7 +57,7 @@ public interface INeutronVPNIPSECSiteConnectionAware {
      * @param ipsecSiteConnection
      *            instance of modified NeutronVPNIPSECSiteConnection object
      */
-    public void neutronVPNIPSECSiteConnectionUpdated(NeutronVPNIPSECSiteConnection ipsecSiteConnection);
+    void neutronVPNIPSECSiteConnectionUpdated(NeutronVPNIPSECSiteConnection ipsecSiteConnection);
 
     /**
      * Services provide this interface method to indicate if the specified NeutronVPNIPSECSiteConnection can be deleted
@@ -69,7 +69,7 @@ public interface INeutronVPNIPSECSiteConnectionAware {
      *            results in the delete operation being interrupted and the returned status value reflected in the
      *            HTTP response.
      */
-    public int canDeleteNeutronVPNIPSECSiteConnection(NeutronVPNIPSECSiteConnection ipsecSiteConnection);
+    int canDeleteNeutronVPNIPSECSiteConnection(NeutronVPNIPSECSiteConnection ipsecSiteConnection);
 
     /**
      * Services provide this interface method for taking action after a NeutronVPNIPSECSiteConnection has been deleted
@@ -77,5 +77,5 @@ public interface INeutronVPNIPSECSiteConnectionAware {
      * @param ipsecSiteConnection
      *            instance of deleted NeutronVPNIPSECSiteConnection object
      */
-    public void neutronVPNIPSECSiteConnectionDeleted(NeutronVPNIPSECSiteConnection ipsecSiteConnection);
+    void neutronVPNIPSECSiteConnectionDeleted(NeutronVPNIPSECSiteConnection ipsecSiteConnection);
 }
index d73321950f91f574d3b145d39be6c507f60a774e..ffb4d73182768ba051a8e2ad8fc874c4975b9f49 100644 (file)
@@ -21,7 +21,7 @@ public interface INeutronVPNIPSECSiteConnectionsCRUD {
      * @return boolean
      */
 
-    public boolean neutronVPNIPSECSiteConnectionsExists(String policyID);
+    boolean neutronVPNIPSECSiteConnectionsExists(String policyID);
 
     /**
      * Applications call this interface method to return if a particular
@@ -33,7 +33,7 @@ public interface INeutronVPNIPSECSiteConnectionsCRUD {
      *         NeutronVPNIPSECSiteConnection class
      */
 
-    public NeutronVPNIPSECSiteConnection getNeutronVPNIPSECSiteConnections(String policyID);
+    NeutronVPNIPSECSiteConnection getNeutronVPNIPSECSiteConnections(String policyID);
 
     /**
      * Applications call this interface method to return all
@@ -42,7 +42,7 @@ public interface INeutronVPNIPSECSiteConnectionsCRUD {
      * @return List of NeutronVPNIPSECSiteConnection objects
      */
 
-    public List<NeutronVPNIPSECSiteConnection> getAllNeutronVPNIPSECSiteConnections();
+    List<NeutronVPNIPSECSiteConnection> getAllNeutronVPNIPSECSiteConnections();
 
     /**
      * Applications call this interface method to add a
@@ -53,7 +53,7 @@ public interface INeutronVPNIPSECSiteConnectionsCRUD {
      * @return boolean on whether the object was added or not
      */
 
-    public boolean addNeutronVPNIPSECSiteConnections(NeutronVPNIPSECSiteConnection input);
+    boolean addNeutronVPNIPSECSiteConnections(NeutronVPNIPSECSiteConnection input);
 
     /**
      * Applications call this interface method to remove a
@@ -64,7 +64,7 @@ public interface INeutronVPNIPSECSiteConnectionsCRUD {
      * @return boolean on whether the object was removed or not
      */
 
-    public boolean removeNeutronVPNIPSECSiteConnections(String policyID);
+    boolean removeNeutronVPNIPSECSiteConnections(String policyID);
 
     /**
      * Applications call this interface method to edit a
@@ -78,7 +78,7 @@ public interface INeutronVPNIPSECSiteConnectionsCRUD {
      * @return boolean on whether the object was updated or not
      */
 
-    public boolean updateNeutronVPNIPSECSiteConnections(String policyID, NeutronVPNIPSECSiteConnection delta);
+    boolean updateNeutronVPNIPSECSiteConnections(String policyID, NeutronVPNIPSECSiteConnection delta);
 
     /**
      * Applications call this interface method to see if a connection is in use
@@ -88,6 +88,6 @@ public interface INeutronVPNIPSECSiteConnectionsCRUD {
      * @return boolean on whether the connection is already is in use or not
      */
 
-    public boolean neutronVPNIPSECSiteConnectionsInUse(String policyID);
+    boolean neutronVPNIPSECSiteConnectionsInUse(String policyID);
 
 }
index 3378f2984e6a13e02516400b0c68ecb0ef837002..b6d7848da08e89961d2acdffba7ec524695d8284 100644 (file)
@@ -25,7 +25,7 @@ public interface INeutronVPNServiceAware {
      *            results in the create operation being interrupted and the returned status value reflected in the
      *            HTTP response.
      */
-    public int canCreateNeutronVPNService(NeutronVPNService vpnService);
+    int canCreateNeutronVPNService(NeutronVPNService vpnService);
 
     /**
      * Services provide this interface method for taking action after a NeutronVPNService has been created
@@ -33,7 +33,7 @@ public interface INeutronVPNServiceAware {
      * @param vpnService
      *            instance of new NeutronVPNService object
      */
-    public void neutronVPNServiceCreated(NeutronVPNService vpnService);
+    void neutronVPNServiceCreated(NeutronVPNService vpnService);
 
     /**
      * Services provide this interface method to indicate if the
@@ -49,7 +49,7 @@ public interface INeutronVPNServiceAware {
      *            results in the update operation being interrupted and the returned status value reflected in the
      *            HTTP response.
      */
-    public int canUpdateNeutronVPNService(NeutronVPNService delta, NeutronVPNService original);
+    int canUpdateNeutronVPNService(NeutronVPNService delta, NeutronVPNService original);
 
     /**
      * Services provide this interface method for taking action after a NeutronVPNService has been updated
@@ -57,7 +57,7 @@ public interface INeutronVPNServiceAware {
      * @param vpnService
      *            instance of modified NeutronVPNService object
      */
-    public void neutronVPNServiceUpdated(NeutronVPNService vpnService);
+    void neutronVPNServiceUpdated(NeutronVPNService vpnService);
 
     /**
      * Services provide this interface method to indicate if the specified NeutronVPNService can be deleted
@@ -69,7 +69,7 @@ public interface INeutronVPNServiceAware {
      *            results in the delete operation being interrupted and the returned status value reflected in the
      *            HTTP response.
      */
-    public int canDeleteNeutronVPNService(NeutronVPNService vpnService);
+    int canDeleteNeutronVPNService(NeutronVPNService vpnService);
 
     /**
      * Services provide this interface method for taking action after a NeutronVPNService has been deleted
@@ -77,5 +77,5 @@ public interface INeutronVPNServiceAware {
      * @param vpnService
      *            instance of deleted NeutronVPNService object
      */
-    public void neutronVPNServiceDeleted(NeutronVPNService vpnService);
+    void neutronVPNServiceDeleted(NeutronVPNService vpnService);
 }
index 319fffc232271470faef08c61b008a41d1d6bf25..3b992858a3301b763c8afc0068a9dcd7e3800572 100644 (file)
@@ -26,7 +26,7 @@ public interface INeutronVPNServiceCRUD {
      * @return boolean
      */
 
-    public boolean neutronVPNServiceExists(String uuid);
+    boolean neutronVPNServiceExists(String uuid);
 
     /**
      * Applications call this interface method to return if a particular
@@ -38,7 +38,7 @@ public interface INeutronVPNServiceCRUD {
      *         OpenStack VPNService class
      */
 
-    public NeutronVPNService getVPNService(String uuid);
+    NeutronVPNService getVPNService(String uuid);
 
     /**
      * Applications call this interface method to return all VPNService objects
@@ -46,7 +46,7 @@ public interface INeutronVPNServiceCRUD {
      * @return a Set of OpenStackVPNService objects
      */
 
-    public List<NeutronVPNService> getAllVPNService();
+    List<NeutronVPNService> getAllVPNService();
 
     /**
      * Applications call this interface method to add a VPNService object to the
@@ -57,7 +57,7 @@ public interface INeutronVPNServiceCRUD {
      * @return boolean on whether the object was added or not
      */
 
-    public boolean addVPNService(NeutronVPNService input);
+    boolean addVPNService(NeutronVPNService input);
 
     /**
      * Applications call this interface method to remove a VPNService object to
@@ -68,7 +68,7 @@ public interface INeutronVPNServiceCRUD {
      * @return boolean on whether the object was removed or not
      */
 
-    public boolean removeVPNService(String uuid);
+    boolean removeVPNService(String uuid);
 
     /**
      * Applications call this interface method to edit a VPNService object
@@ -80,7 +80,7 @@ public interface INeutronVPNServiceCRUD {
      * @return boolean on whether the object was updated or not
      */
 
-    public boolean updateVPNService(String uuid, NeutronVPNService delta);
+    boolean updateVPNService(String uuid, NeutronVPNService delta);
 
     /**
      * Applications call this interface method to see if a MAC address is in use
@@ -91,6 +91,6 @@ public interface INeutronVPNServiceCRUD {
      *         port or not
      */
 
-    public boolean neutronVPNServiceInUse(String uuid);
+    boolean neutronVPNServiceInUse(String uuid);
 
 }