org.virtualbox_7_1
Class IGuestDirectoryReadEvent

java.lang.Object
  extended by org.virtualbox_7_1.IUnknown
      extended by org.virtualbox_7_1.IEvent
          extended by org.virtualbox_7_1.IGuestSessionEvent
              extended by org.virtualbox_7_1.IGuestDirectoryEvent
                  extended by org.virtualbox_7_1.IGuestDirectoryReadEvent

public class IGuestDirectoryReadEvent
extends IGuestDirectoryEvent

Notification when a directory entry has been read. Interface ID: {4E774BBE-5285-4517-8D34-21260633C513}


Field Summary
 
Fields inherited from class org.virtualbox_7_1.IUnknown
obj, objMgr, port
 
Constructor Summary
IGuestDirectoryReadEvent(java.lang.String wrapped, org.virtualbox_7_1.ObjectRefManager objMgr, org.virtualbox_7_1.jaxws.VboxPortType port)
           
 
Method Summary
 java.lang.String getGroups()
          Resolved user groups of the directory entry.
 IFsObjInfo getObjInfo()
          Object information of the directory entry.
 java.lang.String getOwner()
          Resolved owner name of the directory entry.
 java.lang.String getPath()
          Path of the directory entry.
static IGuestDirectoryReadEvent queryInterface(IUnknown obj)
           
 
Methods inherited from class org.virtualbox_7_1.IGuestDirectoryEvent
getDirectory
 
Methods inherited from class org.virtualbox_7_1.IGuestSessionEvent
getSession
 
Methods inherited from class org.virtualbox_7_1.IEvent
getSource, getType, getWaitable, setProcessed, waitProcessed
 
Methods inherited from class org.virtualbox_7_1.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

IGuestDirectoryReadEvent

public IGuestDirectoryReadEvent(java.lang.String wrapped,
                                org.virtualbox_7_1.ObjectRefManager objMgr,
                                org.virtualbox_7_1.jaxws.VboxPortType port)
Method Detail

getPath

public java.lang.String getPath()
Path of the directory entry.

Returns:
String

getObjInfo

public IFsObjInfo getObjInfo()
Object information of the directory entry. Also seeIFsObjInfo.

Returns:
org.virtualbox_7_1.IFsObjInfo

getOwner

public java.lang.String getOwner()
Resolved owner name of the directory entry.

Returns:
String

getGroups

public java.lang.String getGroups()
Resolved user groups of the directory entry.

Returns:
String

queryInterface

public static IGuestDirectoryReadEvent queryInterface(IUnknown obj)