Package org.jboss.vfs.util.automount
Class SimpleMountOwner
- java.lang.Object
-
- org.jboss.vfs.util.automount.AbstractMountOwner<java.lang.Object>
-
- org.jboss.vfs.util.automount.SimpleMountOwner
-
- All Implemented Interfaces:
MountOwner
public class SimpleMountOwner extends AbstractMountOwner<java.lang.Object>
Simple mount owner wrapper relying on any object type as the owner.
-
-
Constructor Summary
Constructors Constructor Description SimpleMountOwner()
Construct with a new object as the ownerSimpleMountOwner(java.lang.Object owner)
Construct with the provided object as the owner
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
onCleanup()
No-op cleanup method-
Methods inherited from class org.jboss.vfs.util.automount.AbstractMountOwner
equals, getOwner, hashCode
-
-