Uses of Class
org.apache.openjpa.slice.Slice.Status

Packages that use Slice.Status
org.apache.openjpa.slice Extended OpenJPA Interfaces for distributed databases. 
org.apache.openjpa.slice.jdbc Implements Distributed version of JDBCStoreManager and JDBCStoreQuery. 
 

Uses of Slice.Status in org.apache.openjpa.slice
 

Methods in org.apache.openjpa.slice that return Slice.Status
 Slice.Status Slice.getStatus()
           
static Slice.Status Slice.Status.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static Slice.Status[] Slice.Status.values()
          Returns an array containing the constants of this enum type, in the order they're declared.
 

Methods in org.apache.openjpa.slice with parameters of type Slice.Status
 List<Slice> DistributedConfiguration.getSlices(Slice.Status... statuses)
          Gets the slices of given status.
 void Slice.setStatus(Slice.Status status)
           
 

Uses of Slice.Status in org.apache.openjpa.slice.jdbc
 

Methods in org.apache.openjpa.slice.jdbc with parameters of type Slice.Status
 List<Slice> DistributedJDBCConfigurationImpl.getSlices(Slice.Status... statuses)
          Gets the slices of given status.
 



Copyright © 2006-2013 Apache Software Foundation. All Rights Reserved.