public class RefCountMessage extends Object
Constructor and Description |
---|
RefCountMessage() |
Modifier and Type | Method and Description |
---|---|
void |
debugRefs()
This method will be useful if you remove commented out code around #ifdef AND #endif COMMENTS
|
String |
debugString() |
int |
durableDown() |
int |
durableUp() |
int |
getDurableCount() |
RefCountMessage |
getParentRef() |
int |
getRefCount() |
int |
getUsage() |
int |
refDown() |
int |
refUp() |
protected void |
releaseComplete() |
void |
setParentRef(RefCountMessage origin) |
int |
usageDown() |
int |
usageUp() |
public int getRefCount()
public int getUsage()
public int getDurableCount()
public RefCountMessage getParentRef()
public final void debugRefs()
public String debugString()
public void setParentRef(RefCountMessage origin)
protected void releaseComplete()
public int usageUp()
public int usageDown()
public int durableUp()
public int durableDown()
public int refDown()
public int refUp()
Copyright © 2021 JBoss by Red Hat. All rights reserved.