intarsys runtime library

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

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

Uses of IResource in de.intarsys.tools.transaction
 

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

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

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

Methods in de.intarsys.tools.transaction that return IResource
 IResource IResource.getParent()
          If this resource supports hierarchies, the optional parent is returned.
 

Methods in de.intarsys.tools.transaction with parameters of type IResource
static void TransactionTools.delist(IResource resource)
           
 void Transaction.delist(IResource resource)
           
static void TransactionTools.enlist(IResource resource)
           
 void Transaction.enlist(IResource resource)
           
 

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

Classes in de.intarsys.tools.transaction.file that implement IResource
 class FileSystemResource
          This IResource manages changes on the file system.
 


intarsys runtime library

Copyright © 2012 intarsys consulting GmbH. All Rights Reserved.