Uses of Interface
org.jboss.as.clustering.controller.RuntimeResourceRegistration
-
Packages that use RuntimeResourceRegistration Package Description org.jboss.as.clustering.controller -
-
Uses of RuntimeResourceRegistration in org.jboss.as.clustering.controller
Methods in org.jboss.as.clustering.controller that return types with arguments of type RuntimeResourceRegistration Modifier and Type Method Description default Collection<RuntimeResourceRegistration>RemoveStepHandlerDescriptor. getRuntimeResourceRegistrations()Returns a collection of handlers that register runtime resources Runtime resource registrations are executed in a separate MODEL stage step.Collection<RuntimeResourceRegistration>ResourceDescriptor. getRuntimeResourceRegistrations()Methods in org.jboss.as.clustering.controller with parameters of type RuntimeResourceRegistration Modifier and Type Method Description ResourceDescriptorResourceDescriptor. addRuntimeResourceRegistration(RuntimeResourceRegistration registration)Constructors in org.jboss.as.clustering.controller with parameters of type RuntimeResourceRegistration Constructor Description RuntimeResourceRegistrationStepHandler(RuntimeResourceRegistration registration)
-