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
Simple mount owner wrapper relying on any object type as the owner.
-
Constructor Summary
ConstructorsConstructorDescriptionConstruct with a new object as the ownerSimpleMountOwner
(Object owner) Construct with the provided object as the owner -
Method Summary
Methods inherited from class org.jboss.vfs.util.automount.AbstractMountOwner
equals, getOwner, hashCode
-
Constructor Details
-
SimpleMountOwner
public SimpleMountOwner()Construct with a new object as the owner -
SimpleMountOwner
Construct with the provided object as the owner- Parameters:
object
- the actual owner
-
-
Method Details
-
onCleanup
public void onCleanup()No-op cleanup method
-