org.exolab.jms.config
Class RmiConfiguration

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

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

See Also:
Serialized Form

Constructor Summary
RmiConfiguration()
           
 
Method Summary
 void deleteClientPingInterval()
           
 void deleteEmbeddedRegistry()
           
 void deleteRegistryPort()
           
 int getClientPingInterval()
           
 boolean getEmbeddedRegistry()
           
 java.lang.String getRegistryHost()
           
 int getRegistryPort()
           
 boolean hasClientPingInterval()
           
 boolean hasEmbeddedRegistry()
           
 boolean hasRegistryPort()
           
 boolean isValid()
           
 void marshal(org.xml.sax.ContentHandler)
           
 void marshal(java.io.Writer)
           
 void setClientPingInterval(int)
           
 void setEmbeddedRegistry(boolean)
           
 void setRegistryHost(java.lang.String)
           
 void setRegistryPort(int)
           
static RmiConfiguration 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

RmiConfiguration

public RmiConfiguration()
Method Detail

deleteClientPingInterval

public void deleteClientPingInterval()

deleteEmbeddedRegistry

public void deleteEmbeddedRegistry()

deleteRegistryPort

public void deleteRegistryPort()

getClientPingInterval

public int getClientPingInterval()

getEmbeddedRegistry

public boolean getEmbeddedRegistry()

getRegistryHost

public java.lang.String getRegistryHost()

getRegistryPort

public int getRegistryPort()

hasClientPingInterval

public boolean hasClientPingInterval()

hasEmbeddedRegistry

public boolean hasEmbeddedRegistry()

hasRegistryPort

public boolean hasRegistryPort()

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

setClientPingInterval

public void setClientPingInterval(int)

setEmbeddedRegistry

public void setEmbeddedRegistry(boolean)

setRegistryHost

public void setRegistryHost(java.lang.String)

setRegistryPort

public void setRegistryPort(int)

unmarshal

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