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.
  • Constructor Details

    • 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 Details

    • onCleanup

      public void onCleanup()
      No-op cleanup method