public class SimpleMountOwner extends AbstractMountOwner<Object>
| Constructor and Description |
|---|
SimpleMountOwner()
Construct with a new object as the owner
|
SimpleMountOwner(Object owner)
Construct with the provided object as the owner
|
| Modifier and Type | Method and Description |
|---|---|
void |
onCleanup()
No-op cleanup method
|
equals, getOwner, hashCodepublic SimpleMountOwner()
public SimpleMountOwner(Object owner)
object - the actual ownerCopyright © 2012 JBoss by Red Hat. All Rights Reserved.