Uses of Class
org.exolab.jms.config.Property

Packages that use Property
org.exolab.jms.config   
 

Uses of Property in org.exolab.jms.config
 

Methods in org.exolab.jms.config that return Property
static Property Property.unmarshal(java.io.Reader reader)
          Method unmarshal
 Property JndiConfiguration.getProperty(int index)
          Method getProperty
 Property[] JndiConfiguration.getProperty()
          Method getProperty
 

Methods in org.exolab.jms.config with parameters of type Property
 void JndiConfiguration.addProperty(Property vProperty)
          Method addProperty
 void JndiConfiguration.addProperty(int index, Property vProperty)
          Method addProperty
 boolean JndiConfiguration.removeProperty(Property vProperty)
          Method removeProperty
 void JndiConfiguration.setProperty(int index, Property vProperty)
          Method setProperty
 void JndiConfiguration.setProperty(Property[] propertyArray)
          Method setProperty
 



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