| Package | Description |
|---|---|
| org.jboss.vfs.util.automount |
| Modifier and Type | Class and 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 a
VirtualFile as the actual owner. |
| Modifier and Type | Field and Description |
|---|---|
private java.util.Set<MountOwner> |
Automounter.RegistryEntry.inboundReferences |
private static java.util.concurrent.ConcurrentMap<MountOwner,java.util.Set<Automounter.RegistryEntry>> |
Automounter.ownerReferences |
| Modifier and Type | Method and Description |
|---|---|
static void |
Automounter.cleanup(MountOwner owner)
Cleanup all references from the
MountOwner. |
static void |
Automounter.mount(MountOwner owner,
VirtualFile target,
MountOption... mountOptions)
Mount provided
VirtualFile (if not mounted) and add an owner entry. |
private void |
Automounter.RegistryEntry.removeInboundReference(MountOwner owner) |