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.ObjectLibvirtExceptionpublic int free()
throws LibvirtException
LibvirtExceptionpublic java.lang.String getName()
throws LibvirtException
LibvirtExceptionpublic int[] getUUID()
throws LibvirtException
LibvirtExceptionpublic java.lang.String getUUIDString()
throws LibvirtException
LibvirtExceptionpublic java.lang.String getXMLDesc()
throws LibvirtException
LibvirtExceptionprotected void processError()
throws LibvirtException
LibvirtExceptionpublic void undefine()
throws LibvirtException
LibvirtException