|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjrockit.management.DefaultGarbageCollectionHeuristic
public class DefaultGarbageCollectionHeuristic
The default implementation of a GarbageCollectionHeuristic.
Constructor Summary | |
---|---|
DefaultGarbageCollectionHeuristic(javax.management.openmbean.CompositeData cd)
Constructor. |
|
DefaultGarbageCollectionHeuristic(java.lang.String name,
java.lang.String description)
Constructor. |
Method Summary | |
---|---|
static DefaultGarbageCollectionHeuristic |
from(javax.management.openmbean.CompositeData cd)
Returns a DefaultGarbageHeuristic object from a composite data. |
java.lang.String |
getDescription()
Returns the description of this heuristic, for instance gcprio:paustimes. |
java.lang.String |
getName()
Returns the name of this heuristic, for instance gcprio:paustimes. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public DefaultGarbageCollectionHeuristic(java.lang.String name, java.lang.String description)
name
- name of this heuristic.description
- description of this heuristic.public DefaultGarbageCollectionHeuristic(javax.management.openmbean.CompositeData cd)
cd
- the composite data to use to construct this heuristic.Method Detail |
---|
public java.lang.String getName()
getName
in interface GarbageCollectionHeuristic
public java.lang.String getDescription()
getDescription
in interface GarbageCollectionHeuristic
GarbageCollectionHeuristic.getDescription()
public static DefaultGarbageCollectionHeuristic from(javax.management.openmbean.CompositeData cd)
cd
- the composite data to get the DefaultGarbageHeuristic object
from.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |