|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.libvirt.NetworkFilter
public class NetworkFilter
Field Summary | |
---|---|
protected Libvirt |
libvirt
The libvirt connection from the hypervisor |
Constructor Summary | |
---|---|
NetworkFilter(Connect virConnect,
NetworkFilterPointer NFP)
|
Method Summary | |
---|---|
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 |
Field Detail |
---|
protected Libvirt libvirt
Constructor Detail |
---|
public NetworkFilter(Connect virConnect, NetworkFilterPointer NFP)
Method Detail |
---|
public 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
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |