JBoss VFS 3.0.1.GA

org.jboss.vfs.util.automount
Class VirtualFileOwner

java.lang.Object
  extended by org.jboss.vfs.util.automount.AbstractMountOwner<VirtualFile>
      extended by org.jboss.vfs.util.automount.VirtualFileOwner
All Implemented Interfaces:
MountOwner

public class VirtualFileOwner
extends AbstractMountOwner<VirtualFile>

Mount owner using a VirtualFile as the actual owner.

Author:
John Bailey

Constructor Summary
VirtualFileOwner(VirtualFile file)
          Constructed with a VirtualFile owner
 
Method Summary
 void onCleanup()
          A callback method allowing the mount owner to perform any addition cleanup specific to the owner type.
 
Methods inherited from class org.jboss.vfs.util.automount.AbstractMountOwner
equals, getOwner, hashCode
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

VirtualFileOwner

public VirtualFileOwner(VirtualFile file)
Constructed with a VirtualFile owner

Parameters:
file - the VirtualFile owning mount references
Method Detail

onCleanup

public void onCleanup()
A callback method allowing the mount owner to perform any addition cleanup specific to the owner type. Execute a forced recursive deep clean on the VirtualFile owner.


JBoss VFS 3.0.1.GA

Copyright © 2011 JBoss, A division of Red Hat, Inc. All Rights Reserved.