|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.exolab.jms.config.GarbageCollectionConfiguration
public class GarbageCollectionConfiguration
This element defines items specific to the garbage collection service.
Constructor Summary | |
---|---|
GarbageCollectionConfiguration()
|
Method Summary | |
---|---|
void |
deleteGarbageCollectionInterval()
Method deleteGarbageCollectionInterval |
void |
deleteGarbageCollectionThreadPriority()
Method deleteGarbageCollectionThreadPriority |
void |
deleteLowWaterThreshold()
Method deleteLowWaterThreshold |
void |
deleteMemoryCheckInterval()
Method deleteMemoryCheckInterval |
int |
getGarbageCollectionInterval()
Returns the value of field 'garbageCollectionInterval'. |
int |
getGarbageCollectionThreadPriority()
Returns the value of field 'garbageCollectionThreadPriority'. |
int |
getLowWaterThreshold()
Returns the value of field 'lowWaterThreshold'. |
int |
getMemoryCheckInterval()
Returns the value of field 'memoryCheckInterval'. |
boolean |
hasGarbageCollectionInterval()
Method hasGarbageCollectionInterval |
boolean |
hasGarbageCollectionThreadPriority()
Method hasGarbageCollectionThreadPriority |
boolean |
hasLowWaterThreshold()
Method hasLowWaterThreshold |
boolean |
hasMemoryCheckInterval()
Method hasMemoryCheckInterval |
boolean |
isValid()
Method isValid |
void |
marshal(org.xml.sax.ContentHandler handler)
Method marshal |
void |
marshal(java.io.Writer out)
Method marshal |
void |
setGarbageCollectionInterval(int garbageCollectionInterval)
Sets the value of field 'garbageCollectionInterval'. |
void |
setGarbageCollectionThreadPriority(int garbageCollectionThreadPriority)
Sets the value of field 'garbageCollectionThreadPriority'. |
void |
setLowWaterThreshold(int lowWaterThreshold)
Sets the value of field 'lowWaterThreshold'. |
void |
setMemoryCheckInterval(int memoryCheckInterval)
Sets the value of field 'memoryCheckInterval'. |
static java.lang.Object |
unmarshal(java.io.Reader reader)
Method unmarshal |
void |
validate()
Method validate |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public GarbageCollectionConfiguration()
Method Detail |
---|
public void deleteGarbageCollectionInterval()
public void deleteGarbageCollectionThreadPriority()
public void deleteLowWaterThreshold()
public void deleteMemoryCheckInterval()
public int getGarbageCollectionInterval()
public int getGarbageCollectionThreadPriority()
public int getLowWaterThreshold()
public int getMemoryCheckInterval()
public boolean hasGarbageCollectionInterval()
public boolean hasGarbageCollectionThreadPriority()
public boolean hasLowWaterThreshold()
public boolean hasMemoryCheckInterval()
public boolean isValid()
public void marshal(java.io.Writer out) throws org.exolab.castor.xml.MarshalException, org.exolab.castor.xml.ValidationException
out
-
org.exolab.castor.xml.MarshalException
org.exolab.castor.xml.ValidationException
public void marshal(org.xml.sax.ContentHandler handler) throws java.io.IOException, org.exolab.castor.xml.MarshalException, org.exolab.castor.xml.ValidationException
handler
-
java.io.IOException
org.exolab.castor.xml.MarshalException
org.exolab.castor.xml.ValidationException
public void setGarbageCollectionInterval(int garbageCollectionInterval)
garbageCollectionInterval
- the value of field
'garbageCollectionInterval'.public void setGarbageCollectionThreadPriority(int garbageCollectionThreadPriority)
garbageCollectionThreadPriority
- the value of field
'garbageCollectionThreadPriority'.public void setLowWaterThreshold(int lowWaterThreshold)
lowWaterThreshold
- the value of field
'lowWaterThreshold'.public void setMemoryCheckInterval(int memoryCheckInterval)
memoryCheckInterval
- the value of field
'memoryCheckInterval'.public static java.lang.Object unmarshal(java.io.Reader reader) throws org.exolab.castor.xml.MarshalException, org.exolab.castor.xml.ValidationException
reader
-
org.exolab.castor.xml.MarshalException
org.exolab.castor.xml.ValidationException
public void validate() throws org.exolab.castor.xml.ValidationException
org.exolab.castor.xml.ValidationException
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |