public class IGuestDebugControl extends IUnknown
{1474BB3A-F096-4CD7-A857-8D8E3CEA7331}
Constructor and Description |
---|
IGuestDebugControl(java.lang.String wrapped,
org.virtualbox_7_0.ObjectRefManager objMgr,
org.virtualbox_7_0.jaxws.VboxPortType port) |
Modifier and Type | Method and Description |
---|---|
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.
|
getObjMgr, getRemoteWSPort, getWrapped, releaseRemote
public IGuestDebugControl(java.lang.String wrapped, org.virtualbox_7_0.ObjectRefManager objMgr, org.virtualbox_7_0.jaxws.VboxPortType port)
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)