JBoss VFS 3.0.1.GA

org.jboss.vfs.util.automount
Class SimpleMountOwner

java.lang.Object
  extended by org.jboss.vfs.util.automount.AbstractMountOwner<Object>
      extended by 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
SimpleMountOwner()
          Construct with a new object as the owner
SimpleMountOwner(Object owner)
          Construct with the provided object as the owner
 
Method Summary
 void onCleanup()
          No-op cleanup method
 
Methods inherited from class org.jboss.vfs.util.automount.AbstractMountOwner
equals, getOwner, hashCode
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

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
Method Detail

onCleanup

public void onCleanup()
No-op cleanup method


JBoss VFS 3.0.1.GA

Copyright © 2011 JBoss, A division of Red Hat, Inc. All Rights Reserved.