Package org.jboss.vfs.util.automount
Interface MountOwner
- All Known Implementing Classes:
AbstractMountOwner
,SimpleMountOwner
,VirtualFileOwner
public interface MountOwner
An owner of a reference to an automounted resource.
-
Method Summary
Modifier and TypeMethodDescriptionvoid
A callback method allowing the mount owner to perform any addition cleanup specific to the owner type.
-
Method Details
-
onCleanup
void onCleanup()A callback method allowing the mount owner to perform any addition cleanup specific to the owner type.
-