Uses of Interface
com.ibm.aglets.Persistence

Packages that use Persistence
com.ibm.aglets   
 

Uses of Persistence in com.ibm.aglets
 

Methods in com.ibm.aglets that return Persistence
 Persistence PersistenceFactory.createPersistenceFor(AgletContext cxt)
           
 Persistence AgletContextImpl.getPersistence()
           
static Persistence AgletRuntime.createPersistenceFor(AgletContext cxt)
           
 

Methods in com.ibm.aglets with parameters of type Persistence
 void AgletContextImpl.setPersistence(Persistence p)