Uses of Class
org.exolab.jms.net.util.Properties

Packages that use Properties
org.exolab.jms.net.connector Connector framework 
org.exolab.jms.net.http HTTP connector 
org.exolab.jms.net.rmi RMI connector 
org.exolab.jms.net.socket Abstract connector that multiplexes data over a socket 
org.exolab.jms.net.tcp TCP and TCPS connectors 
org.exolab.jms.net.util Network related utility and helper classes 
 

Uses of Properties in org.exolab.jms.net.connector
 

Methods in org.exolab.jms.net.connector that return Properties
protected  Properties AbstractConnectionFactory.getProperties(java.util.Map properties)
          Helper to return a Properties instance for the supplied map.
 

Methods in org.exolab.jms.net.connector with parameters of type Properties
 void URIRequestInfo.export(Properties properties)
          Helper to export this to a Properties instance.
 

Uses of Properties in org.exolab.jms.net.http
 

Methods in org.exolab.jms.net.http with parameters of type Properties
 void HTTPRequestInfo.export(Properties properties)
          Helper to export this to a Properties instance.
 

Constructors in org.exolab.jms.net.http with parameters of type Properties
HTTPRequestInfo(URI uri, Properties properties)
          Construct a new HTTPRequestInfo.
 

Uses of Properties in org.exolab.jms.net.rmi
 

Methods in org.exolab.jms.net.rmi with parameters of type Properties
 void RMIRequestInfo.export(Properties properties)
          Helper to export this to a Properties instance.
 

Constructors in org.exolab.jms.net.rmi with parameters of type Properties
RMIRequestInfo(URI uri, Properties properties)
          Construct a new RMIRequestInfo.
 

Uses of Properties in org.exolab.jms.net.socket
 

Methods in org.exolab.jms.net.socket with parameters of type Properties
 void SocketRequestInfo.export(Properties properties)
          Helper to export this to a Properties instance.
 

Constructors in org.exolab.jms.net.socket with parameters of type Properties
SocketRequestInfo(URI uri, Properties properties)
          Construct a new SocketRequestInfo.
 

Uses of Properties in org.exolab.jms.net.tcp
 

Methods in org.exolab.jms.net.tcp with parameters of type Properties
 void TCPSRequestInfo.export(Properties properties)
          Helper to export this to a Properties instance.
 

Constructors in org.exolab.jms.net.tcp with parameters of type Properties
TCPSRequestInfo(URI uri, Properties properties)
          Construct a new TCPSRequestInfo.
 

Uses of Properties in org.exolab.jms.net.util
 

Methods in org.exolab.jms.net.util with parameters of type Properties
 void SSLProperties.export(Properties properties)
          Helper to export this to a Properties instance.
 

Constructors in org.exolab.jms.net.util with parameters of type Properties
SSLProperties(Properties properties)
          Construct a new SSLProperties.
 



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