Class MountHandle

java.lang.Object
org.jboss.as.server.deployment.module.MountHandle
All Implemented Interfaces:
Closeable, AutoCloseable

public class MountHandle extends Object implements Closeable
Wrapper object to hold onto and close a VFS mount handle. If the provided mount handle is null then no action will be taken.
Author:
John E. Bailey, Jason T. Greene, Stuart Douglas