org.virtualbox_4_2
Class IVRDEServerInfo

java.lang.Object
  extended by org.virtualbox_4_2.IVRDEServerInfo

public class IVRDEServerInfo
extends java.lang.Object

Contains information about the remote desktop (VRDE) server capabilities and status. This is used in the IConsole.getVRDEServerInfo() attribute. Interface ID: {714434A1-58C3-4AAB-9049-7652C5DF113B}


Constructor Summary
IVRDEServerInfo(org.virtualbox_4_2.jaxws.IVRDEServerInfo real, org.virtualbox_4_2.jaxws.VboxPortType port)
           
 
Method Summary
 java.lang.Boolean getActive()
           
 java.lang.Long getBeginTime()
           
 java.lang.Long getBytesReceived()
           
 java.lang.Long getBytesReceivedTotal()
           
 java.lang.Long getBytesSent()
           
 java.lang.Long getBytesSentTotal()
           
 java.lang.String getClientIP()
           
 java.lang.String getClientName()
           
 java.lang.Long getClientVersion()
           
 java.lang.String getDomain()
           
 java.lang.Long getEncryptionStyle()
           
 java.lang.Long getEndTime()
           
 java.lang.Long getNumberOfClients()
           
 java.lang.Integer getPort()
           
 java.lang.String getUser()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

IVRDEServerInfo

public IVRDEServerInfo(org.virtualbox_4_2.jaxws.IVRDEServerInfo real,
                       org.virtualbox_4_2.jaxws.VboxPortType port)
Method Detail

getActive

public java.lang.Boolean getActive()

getPort

public java.lang.Integer getPort()

getNumberOfClients

public java.lang.Long getNumberOfClients()

getBeginTime

public java.lang.Long getBeginTime()

getEndTime

public java.lang.Long getEndTime()

getBytesSent

public java.lang.Long getBytesSent()

getBytesSentTotal

public java.lang.Long getBytesSentTotal()

getBytesReceived

public java.lang.Long getBytesReceived()

getBytesReceivedTotal

public java.lang.Long getBytesReceivedTotal()

getUser

public java.lang.String getUser()

getDomain

public java.lang.String getDomain()

getClientName

public java.lang.String getClientName()

getClientIP

public java.lang.String getClientIP()

getClientVersion

public java.lang.Long getClientVersion()

getEncryptionStyle

public java.lang.Long getEncryptionStyle()