Uses of Interface
org.jboss.vfs.util.automount.MountOwner
-
Packages that use MountOwner Package Description org.jboss.vfs.util.automount -
-
Uses of MountOwner in org.jboss.vfs.util.automount
Classes in org.jboss.vfs.util.automount that implement MountOwner Modifier and Type Class Description class
AbstractMountOwner<T>
Abstract MountOwner used to wrap a real object as an owner.class
SimpleMountOwner
Simple mount owner wrapper relying on any object type as the owner.class
VirtualFileOwner
Mount owner using aVirtualFile
as the actual owner.Fields in org.jboss.vfs.util.automount with type parameters of type MountOwner Modifier and Type Field Description private java.util.Set<MountOwner>
Automounter.RegistryEntry. inboundReferences
private static java.util.concurrent.ConcurrentMap<MountOwner,java.util.Set<Automounter.RegistryEntry>>
Automounter. ownerReferences
Methods in org.jboss.vfs.util.automount with parameters of type MountOwner Modifier and Type Method Description static void
Automounter. cleanup(MountOwner owner)
Cleanup all references from theMountOwner
.static void
Automounter. mount(MountOwner owner, VirtualFile target, MountOption... mountOptions)
Mount providedVirtualFile
(if not mounted) and add an owner entry.private void
Automounter.RegistryEntry. removeInboundReference(MountOwner owner)
-