Package org.jboss.as.controller.registry
Interface DelegatingResource.ResourceDelegateProvider
- Enclosing class:
- DelegatingResource
public static interface DelegatingResource.ResourceDelegateProvider
Provides a delegate for use by a
DelegatingResource.
Does not need to provide the same delegate for every call, allowing a copy-on-write
semantic for the underlying Resource.-
Method Summary
-
Method Details
-
getDelegateResource
Resource getDelegateResource()Gets the delegate.- Returns:
- the delegate. Cannot return
null
-