Docjar: A Java Source and Docuemnt Enginecom.*    java.*    javax.*    org.*    all    new    plug-in

Quick Search    Search Deep

Uses of Interface
org.apache.derby.iapi.services.property.PersistentSet

Uses of PersistentSet in org.apache.derby.iapi.services.property
 

Methods in org.apache.derby.iapi.services.property with parameters of type PersistentSet
static java.lang.String PropertyUtil.getDatabaseProperty(PersistentSet set, java.lang.String key)
          Get a property only looking in the Persistent Transactional (database) set.
static java.lang.String PropertyUtil.getServiceProperty(PersistentSet set, java.lang.String key, java.lang.String defaultValue)
          Find a service wide property with a default.
static java.lang.String PropertyUtil.getServiceProperty(PersistentSet set, java.lang.String key)
          Find a service wide property.
static boolean PropertyUtil.getServiceBoolean(PersistentSet set, java.lang.String key, boolean defValue)
          Get a service wide property as a boolean.
static int PropertyUtil.getServiceInt(PersistentSet set, java.lang.String key, int min, int max, int defaultValue)
          Get a service wide property as a int.
static int PropertyUtil.getServiceInt(PersistentSet set, java.util.Properties props, java.lang.String key, int min, int max, int defaultValue)
          Get a service wide property as a int.