org.exolab.jms.config
Class SchedulerConfiguration

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

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

See Also:
Serialized Form

Constructor Summary
SchedulerConfiguration()
           
 
Method Summary
 int getMaxThreads()
           
 boolean hasMaxThreads()
           
 boolean isValid()
           
 void marshal(org.xml.sax.ContentHandler)
           
 void marshal(java.io.Writer)
           
 void setMaxThreads(int)
           
static SchedulerConfiguration 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

SchedulerConfiguration

public SchedulerConfiguration()
Method Detail

getMaxThreads

public int getMaxThreads()

hasMaxThreads

public boolean hasMaxThreads()

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

setMaxThreads

public void setMaxThreads(int)

unmarshal

public static SchedulerConfiguration 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.