Uses of Interface
dev.getelements.elements.rt.Resource
Packages that use Resource
Package
Description
-
Uses of Resource in dev.getelements.elements.appnode.security
Methods in dev.getelements.elements.appnode.security that return types with arguments of type ResourceModifier and TypeMethodDescriptionjakarta.inject.Provider
<Resource> ResourceOptionalSessionProvider.getResourceProvider()
Method parameters in dev.getelements.elements.appnode.security with type arguments of type ResourceModifier and TypeMethodDescriptionvoid
ResourceOptionalSessionProvider.setResourceProvider
(jakarta.inject.Provider<Resource> resourceProvider) -
Uses of Resource in dev.getelements.elements.rt
Methods in dev.getelements.elements.rt that return ResourceModifier and TypeMethodDescriptionResourceService.ResourceTransaction.getResource()
Gets theResource
.default Resource
ResourceLoader.load
(InputStream is) Loads theResource
from theInputStream
in non-verbose mode.ResourceLoader.load
(InputStream is, boolean verbose) Loads aResource
from the suppliedInputStream
.ResourceLoader.load
(String moduleName, Attributes attributes, Object... args) Loads theResource
specified by the supplied module name.default Resource
Performs the same operation asResourceLoader.load(String, Attributes, Object...)
usingAttributes.EMPTY
as the specifiedAttributes
.default Resource
ResourceLoader.load
(ReadableByteChannel rbc) Loads theResource
from theReadableByteChannel
in non-verbose mode.ResourceLoader.load
(ReadableByteChannel rbc, boolean verbose) Loads aResource
from the suppliedReadableByteChannel
.ResourceService.removeResource
(ResourceId resourceId) Removes aResource
instance from this resource service.default Resource
ResourceService.removeResource
(String resourceIdString) Removes aResource
instance from this resource service.Methods in dev.getelements.elements.rt that return types with arguments of type ResourceModifier and TypeMethodDescriptionstatic ReentrantThreadLocal
<Resource> CurrentResource.getInstance()
Gets the shared instance.ResourceService.removeAllResources()
Removes all resources from.Methods in dev.getelements.elements.rt with parameters of type ResourceModifier and TypeMethodDescriptionResourceService.addAndAcquireResource
(Path path, Resource resource) Adds an acquires thisResource
.void
ResourceService.addAndReleaseResource
(Path path, Resource resource) Adds aResource
to this resource service.Method parameters in dev.getelements.elements.rt with type arguments of type ResourceModifier and TypeMethodDescriptionResourceService.removeResources
(Path path, int max, Consumer<Resource> removed) ResourceService.unlinkMultiple
(Path path, int max, Consumer<Resource> removed) Unlinks multipleResource
s.ResourceService.unlinkPath
(Path path, Consumer<Resource> removed) -
Uses of Resource in dev.getelements.elements.rt.provider
Methods in dev.getelements.elements.rt.provider that return Resource -
Uses of Resource in dev.getelements.elements.rt.transact
Classes in dev.getelements.elements.rt.transact that implement ResourceMethods in dev.getelements.elements.rt.transact that return ResourceModifier and TypeMethodDescriptionTransactionalResource.getDelegate()
TransactionalResourceService.removeResource
(ResourceId resourceId) Methods in dev.getelements.elements.rt.transact that return types with arguments of type ResourceMethods in dev.getelements.elements.rt.transact with parameters of type ResourceModifier and TypeMethodDescriptionTransactionalResourceService.addAndAcquireResource
(Path path, Resource resource) void
TransactionalResourceService.addAndReleaseResource
(Path path, Resource resource) Method parameters in dev.getelements.elements.rt.transact with type arguments of type ResourceModifier and TypeMethodDescriptionTransactionalResourceService.removeResources
(Path path, int max, Consumer<Resource> removed) TransactionalResourceService.unlinkMultiple
(Path path, int max, Consumer<Resource> removed) TransactionalResourceService.unlinkPath
(Path path, Consumer<Resource> removed) Constructors in dev.getelements.elements.rt.transact with parameters of type Resource