Package | Description |
---|---|
org.jboss.as.controller.services.path |
Modifier and Type | Method and Description |
---|---|
PathManager.Event |
PathManager.PathEventContext.getEvent()
Get the event triggered
|
static PathManager.Event |
PathManager.Event.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static PathManager.Event[] |
PathManager.Event.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
void |
PathManager.Callback.pathEvent(PathManager.Event event,
PathEntry pathEntry)
Called once the model has been successfully updated, and the path has been updated in the path manager.
|
PathManager.Callback.Handle |
PathManager.registerCallback(String name,
PathManager.Callback callback,
PathManager.Event... events)
Registers a callback for when a path is added/changed/removed
|
PathManager.Callback.Handle |
PathManagerService.registerCallback(String name,
PathManager.Callback callback,
PathManager.Event... events) |
Copyright © 2023 JBoss by Red Hat. All rights reserved.