Package org.libvirt

Class NetworkFilter


  • public class NetworkFilter
    extends java.lang.Object
    • Field Summary

      Fields 
      Modifier and Type Field Description
      protected Libvirt libvirt
      The libvirt connection from the hypervisor
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      void finalize()  
      int free()
      Release the network filter handle.
      java.lang.String getName()
      Gets the public name for this network filter
      int[] getUUID()
      Get the UUID for this network filter.
      java.lang.String getUUIDString()
      Gets the UUID for this network filter as string.
      java.lang.String getXMLDesc()
      Fetches an XML document describing attributes of the network filter.
      protected void processError()
      Error handling logic to throw errors.
      void undefine()
      undefine the network filter
      • Methods inherited from class java.lang.Object

        clone, equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait