jrockit.management.util
Class DefaultGarbageCollectionHeuristicCompositeData

java.lang.Object
  extended by jrockit.management.util.LazyCompositeData
      extended by jrockit.management.util.DefaultGarbageCollectionHeuristicCompositeData
All Implemented Interfaces:
java.io.Serializable, javax.management.openmbean.CompositeData

public class DefaultGarbageCollectionHeuristicCompositeData
extends LazyCompositeData

See Also:
Serialized Form

Constructor Summary
DefaultGarbageCollectionHeuristicCompositeData(DefaultGarbageCollectionHeuristic heuristic)
          Constructor
 
Method Summary
 javax.management.openmbean.CompositeData getCompositeData()
          Gets the composite data from the DefaultGarbageCollectionHeuristicCompositeData object
static java.lang.String getDescription(javax.management.openmbean.CompositeData cd)
          Gets the description from the composite data
 DefaultGarbageCollectionHeuristic getGarbageCollectionHeuristic()
          Gets the garbage collection heuristic
static java.lang.String getName(javax.management.openmbean.CompositeData cd)
          Gets the name from the composite data
static javax.management.openmbean.CompositeData toCompositeData(DefaultGarbageCollectionHeuristic heuristic)
          Gets the composite data from the heuristic
 
Methods inherited from class jrockit.management.util.LazyCompositeData
containsKey, containsValue, equals, get, getAll, getCompositeType, hashCode, isTypeMatched, isTypeMatched, toString, values, writeReplace
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Constructor Detail

DefaultGarbageCollectionHeuristicCompositeData

public DefaultGarbageCollectionHeuristicCompositeData(DefaultGarbageCollectionHeuristic heuristic)
Constructor

Parameters:
heuristic -
Method Detail

getCompositeData

public javax.management.openmbean.CompositeData getCompositeData()
Gets the composite data from the DefaultGarbageCollectionHeuristicCompositeData object

Specified by:
getCompositeData in class LazyCompositeData

getGarbageCollectionHeuristic

public DefaultGarbageCollectionHeuristic getGarbageCollectionHeuristic()
Gets the garbage collection heuristic

Returns:
garbage collection heuristic

getName

public static java.lang.String getName(javax.management.openmbean.CompositeData cd)
Gets the name from the composite data


getDescription

public static java.lang.String getDescription(javax.management.openmbean.CompositeData cd)
Gets the description from the composite data

Parameters:
cd -
Returns:
the description

toCompositeData

public static javax.management.openmbean.CompositeData toCompositeData(DefaultGarbageCollectionHeuristic heuristic)
Gets the composite data from the heuristic

Parameters:
heuristic -
Returns:
composite data


Copyright © 2004-2005 BEA Systems Inc.