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
Method Summary |
void |
onCleanup()
No-op cleanup method |
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
onCleanup
public void onCleanup()
- No-op cleanup method
Copyright © 2012 JBoss, A division of Red Hat, Inc. All Rights Reserved.