Uses of Interface
org.gvsig.fmap.dal.resource.Resource
Packages that use Resource
Package
Description
Provides API for system resource management.
Provides DAL's resource level exceptions.
-
Uses of Resource in org.gvsig.fmap.dal.resource
Methods in org.gvsig.fmap.dal.resource that return ResourceModifier and TypeMethodDescriptionResourceManager.getResource(String name) ResourceNotification.getResource()Returns the resource that caused this notification.Methods in org.gvsig.fmap.dal.resource that return types with arguments of type Resource -
Uses of Resource in org.gvsig.fmap.dal.resource.db
Subinterfaces of Resource in org.gvsig.fmap.dal.resource.db -
Uses of Resource in org.gvsig.fmap.dal.resource.exception
Methods in org.gvsig.fmap.dal.resource.exception that return ResourceConstructors in org.gvsig.fmap.dal.resource.exception with parameters of type ResourceModifierConstructorDescriptionAccessResourceException(Resource resource, Throwable cause) PrepareResourceException(Resource resource, Throwable cause) ResourceException(Resource resource, String messageFormat, String messageKey, long code) ResourceException(Resource resource, String messageFormat, Throwable cause, String messageKey, long code) ResourceExecuteException(Resource resource, Throwable cause) Create a newResourceExecuteException.ResourceNotifyChangesException(Resource resource) ResourceNotifyCloseException(Resource resource) ResourceNotifyDisposeException(Resource resource) ResourceNotifyOpenException(Resource resource) -
Uses of Resource in org.gvsig.fmap.dal.resource.spi
Subinterfaces of Resource in org.gvsig.fmap.dal.resource.spi -
Uses of Resource in org.gvsig.fmap.dal.spi
Methods in org.gvsig.fmap.dal.spi that return ResourceModifier and TypeMethodDescriptionDataServerExplorerProviderServices.createResource(String name, Object[] params)