T - the type of the actual ownerpublic abstract class AbstractMountOwner<T> extends Object implements MountOwner
| Modifier | Constructor and Description |
|---|---|
protected |
AbstractMountOwner(T owner)
Construct with an object.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object other) |
protected T |
getOwner()
Get the owner object
|
int |
hashCode() |
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, waitonCleanupprotected AbstractMountOwner(T owner)
owner - the actual ownerCopyright © 2012 JBoss by Red Hat. All Rights Reserved.