org.exolab.jms.config
Class ConnectionFactory

java.lang.Object
  |
  +--org.exolab.jms.config.ConnectionFactory
All Implemented Interfaces:
java.io.Serializable
Direct Known Subclasses:
QueueConnectionFactory, TopicConnectionFactory, XAQueueConnectionFactory, XATopicConnectionFactory

public abstract class ConnectionFactory
extends java.lang.Object
implements java.io.Serializable

Class ConnectionFactory.

Version:
$Revision$ $Date$
See Also:
Serialized Form

Constructor Summary
ConnectionFactory()
           
 
Method Summary
 java.lang.String getName()
          Returns the value of field 'name'.
 boolean isValid()
          Method isValid
 void setName(java.lang.String name)
          Sets the value of field 'name'.
 void validate()
          Method validate
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ConnectionFactory

public ConnectionFactory()
Method Detail

getName

public java.lang.String getName()
Returns the value of field 'name'.
Returns:
the value of field 'name'.

isValid

public boolean isValid()
Method isValid

setName

public void setName(java.lang.String name)
Sets the value of field 'name'.
Parameters:
name - the value of field 'name'.

validate

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


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