intarsys runtime library

Uses of Interface
de.intarsys.tools.transaction.IResourceType

Packages that use IResourceType
de.intarsys.tools.transaction   
de.intarsys.tools.transaction.file   
 

Uses of IResourceType in de.intarsys.tools.transaction
 

Classes in de.intarsys.tools.transaction with type parameters of type IResourceType
 class CommonResource<R extends IResource,T extends IResourceType<R>>
          A common implementation for the IResource abstraction.
 

Classes in de.intarsys.tools.transaction that implement IResourceType
 class CommonResourceType<T extends IResource>
          A common implementation for the IResourceType.
 

Methods in de.intarsys.tools.transaction that return IResourceType
 IResourceType IResource.getType()
          The type that created this resource.
 

Methods in de.intarsys.tools.transaction with parameters of type IResourceType
static
<T extends IResource>
T
TransactionTools.getResource(IResourceType<T> type, boolean create)
           
 

Uses of IResourceType in de.intarsys.tools.transaction.file
 

Classes in de.intarsys.tools.transaction.file that implement IResourceType
 class FileSystemResourceType
          The IResourceType for FileSystemResource instances.
 


intarsys runtime library

Copyright © 2012 intarsys consulting GmbH. All Rights Reserved.