Package org.jboss.as.controller.registry
Interface DelegatingManagementResourceRegistration.RegistrationDelegateProvider
- Enclosing class:
- DelegatingManagementResourceRegistration
public static interface DelegatingManagementResourceRegistration.RegistrationDelegateProvider
Provides a delegate for use by a
DelegatingManagementResourceRegistration.
Does not need to provide the same delegate for every call, allowing a copy-on-write
semantic for the underlying @{code ManagementResourceRegistration}.-
Method Summary
Modifier and TypeMethodDescriptionGets the delegate.
-
Method Details
-
getDelegateRegistration
ManagementResourceRegistration getDelegateRegistration()Gets the delegate.- Returns:
- the delegate. Cannot return
null
-