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