org.exolab.jms.config
Class GarbageCollectionConfiguration

java.lang.Object
  |
  +--org.exolab.jms.config.GarbageCollectionConfiguration
All Implemented Interfaces:
java.io.Serializable

public synchronized class GarbageCollectionConfiguration
extends java.lang.Object
implements java.io.Serializable

See Also:
Serialized Form

Constructor Summary
GarbageCollectionConfiguration()
           
 
Method Summary
 void deleteGarbageCollectionInterval()
           
 void deleteGarbageCollectionThreadPriority()
           
 void deleteLowWaterThreshold()
           
 void deleteMemoryCheckInterval()
           
 int getGarbageCollectionInterval()
           
 int getGarbageCollectionThreadPriority()
           
 int getLowWaterThreshold()
           
 int getMemoryCheckInterval()
           
 boolean hasGarbageCollectionInterval()
           
 boolean hasGarbageCollectionThreadPriority()
           
 boolean hasLowWaterThreshold()
           
 boolean hasMemoryCheckInterval()
           
 boolean isValid()
           
 void marshal(org.xml.sax.ContentHandler)
           
 void marshal(java.io.Writer)
           
 void setGarbageCollectionInterval(int)
           
 void setGarbageCollectionThreadPriority(int)
           
 void setLowWaterThreshold(int)
           
 void setMemoryCheckInterval(int)
           
static GarbageCollectionConfiguration unmarshal(java.io.Reader)
           
 void validate()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

GarbageCollectionConfiguration

public GarbageCollectionConfiguration()
Method Detail

deleteGarbageCollectionInterval

public void deleteGarbageCollectionInterval()

deleteGarbageCollectionThreadPriority

public void deleteGarbageCollectionThreadPriority()

deleteLowWaterThreshold

public void deleteLowWaterThreshold()

deleteMemoryCheckInterval

public void deleteMemoryCheckInterval()

getGarbageCollectionInterval

public int getGarbageCollectionInterval()

getGarbageCollectionThreadPriority

public int getGarbageCollectionThreadPriority()

getLowWaterThreshold

public int getLowWaterThreshold()

getMemoryCheckInterval

public int getMemoryCheckInterval()

hasGarbageCollectionInterval

public boolean hasGarbageCollectionInterval()

hasGarbageCollectionThreadPriority

public boolean hasGarbageCollectionThreadPriority()

hasLowWaterThreshold

public boolean hasLowWaterThreshold()

hasMemoryCheckInterval

public boolean hasMemoryCheckInterval()

isValid

public boolean isValid()

marshal

public void marshal(java.io.Writer)
             throws org.exolab.castor.xml.MarshalException,
                    org.exolab.castor.xml.ValidationException

marshal

public void marshal(org.xml.sax.ContentHandler)
             throws java.io.IOException,
                    org.exolab.castor.xml.MarshalException,
                    org.exolab.castor.xml.ValidationException

setGarbageCollectionInterval

public void setGarbageCollectionInterval(int)

setGarbageCollectionThreadPriority

public void setGarbageCollectionThreadPriority(int)

setLowWaterThreshold

public void setLowWaterThreshold(int)

setMemoryCheckInterval

public void setMemoryCheckInterval(int)

unmarshal

public static GarbageCollectionConfiguration unmarshal(java.io.Reader)
                                                throws org.exolab.castor.xml.MarshalException,
                                                       org.exolab.castor.xml.ValidationException

validate

public void validate()
              throws org.exolab.castor.xml.ValidationException


Copyright © 1999-2007 The OpenJMS Group. All Rights Reserved.