org.exolab.jms.config
Class TcpConfiguration

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

public synchronized class TcpConfiguration
extends TcpConfigurationType
implements java.io.Serializable

See Also:
Serialized Form

Constructor Summary
TcpConfiguration()
           
 
Method Summary
 boolean isValid()
           
 void marshal(org.xml.sax.ContentHandler)
           
 void marshal(java.io.Writer)
           
static TcpConfiguration unmarshal(java.io.Reader)
           
 void validate()
           
 
Methods inherited from class org.exolab.jms.config.TcpConfigurationType
getInternalHost, setInternalHost
 
Methods inherited from class org.exolab.jms.config.SocketConfigurationType
deleteAdminPort, deleteBindAll, deleteJndiPort, getAdminPort, getBindAll, getJndiPort, getPort, hasAdminPort, hasBindAll, hasJndiPort, hasPort, setAdminPort, setBindAll, setJndiPort, setPort
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TcpConfiguration

public TcpConfiguration()
Method Detail

isValid

public boolean isValid()
Overrides:
isValid in class TcpConfigurationType

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

unmarshal

public static TcpConfiguration 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
Overrides:
validate in class TcpConfigurationType


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