|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.virtualbox_7_0.IUnknown
org.virtualbox_7_0.IGuestDebugControl
public class IGuestDebugControl
Controls the guest debug settings of one virtual machine. Interface ID: {1474BB3A-F096-4CD7-A857-8D8E3CEA7331}
Field Summary |
---|
Fields inherited from class org.virtualbox_7_0.IUnknown |
---|
obj, objMgr, port |
Constructor Summary | |
---|---|
IGuestDebugControl(java.lang.String wrapped,
org.virtualbox_7_0.ObjectRefManager objMgr,
org.virtualbox_7_0.jaxws.VboxPortType port)
|
Method Summary | |
---|---|
java.lang.String |
getDebugAddress()
The address to connect to or listen on, depending on the type. |
GuestDebugIoProvider |
getDebugIoProvider()
The I/O backend for the selected debug provider. |
java.lang.Long |
getDebugPort()
The port to listen on or connect to, depending on the selected I/O provider. |
GuestDebugProvider |
getDebugProvider()
The currently active debug provider. |
static IGuestDebugControl |
queryInterface(IUnknown obj)
|
void |
setDebugAddress(java.lang.String value)
The address to connect to or listen on, depending on the type. |
void |
setDebugIoProvider(GuestDebugIoProvider value)
The I/O backend for the selected debug provider. |
void |
setDebugPort(java.lang.Long value)
The port to listen on or connect to, depending on the selected I/O provider. |
void |
setDebugProvider(GuestDebugProvider value)
The currently active debug provider. |
Methods inherited from class org.virtualbox_7_0.IUnknown |
---|
getObjMgr, getRemoteWSPort, getWrapped, releaseRemote |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public IGuestDebugControl(java.lang.String wrapped, org.virtualbox_7_0.ObjectRefManager objMgr, org.virtualbox_7_0.jaxws.VboxPortType port)
Method Detail |
---|
public GuestDebugProvider getDebugProvider()
public void setDebugProvider(GuestDebugProvider value)
value
- org.virtualbox_7_0.GuestDebugProviderpublic GuestDebugIoProvider getDebugIoProvider()
public void setDebugIoProvider(GuestDebugIoProvider value)
value
- org.virtualbox_7_0.GuestDebugIoProviderpublic java.lang.String getDebugAddress()
public void setDebugAddress(java.lang.String value)
value
- Stringpublic java.lang.Long getDebugPort()
public void setDebugPort(java.lang.Long value)
value
- Longpublic static IGuestDebugControl queryInterface(IUnknown obj)
|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |