public class NetworkFilter
extends java.lang.Object
Constructor and Description |
---|
NetworkFilter(Connect virConnect,
NetworkFilterPointer NFP) |
Modifier and Type | Method and Description |
---|---|
protected 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
|
public NetworkFilter(Connect virConnect, NetworkFilterPointer NFP)
protected void finalize() throws LibvirtException
finalize
in class java.lang.Object
LibvirtException
public int free() throws LibvirtException
LibvirtException
public java.lang.String getName() throws LibvirtException
LibvirtException
public int[] getUUID() throws LibvirtException
LibvirtException
public java.lang.String getUUIDString() throws LibvirtException
LibvirtException
public java.lang.String getXMLDesc() throws LibvirtException
LibvirtException
protected void processError() throws LibvirtException
LibvirtException
public void undefine() throws LibvirtException
LibvirtException