Uses of Interface
org.jboss.hal.core.CrudOperations.ReadCallback
-
Packages that use CrudOperations.ReadCallback Package Description org.jboss.hal.core -
-
Uses of CrudOperations.ReadCallback in org.jboss.hal.core
Methods in org.jboss.hal.core with parameters of type CrudOperations.ReadCallback Modifier and Type Method Description voidCrudOperations. read(ResourceAddress address, int depth, CrudOperations.ReadCallback callback)Executes anModelDescriptionConstants.READ_RESOURCE_OPERATIONwith the specified depth on the specified address and passes the result to the specified callback.voidCrudOperations. read(ResourceAddress address, CrudOperations.ReadCallback callback)Executes anModelDescriptionConstants.READ_RESOURCE_OPERATIONon the specified address and passes the result to the specified callback.voidCrudOperations. read(AddressTemplate template, int depth, CrudOperations.ReadCallback callback)Executes anModelDescriptionConstants.READ_RESOURCE_OPERATIONwith the specified depth on the specified template and passes the result to the specified callback.voidCrudOperations. read(AddressTemplate template, CrudOperations.ReadCallback callback)Executes anModelDescriptionConstants.READ_RESOURCE_OPERATIONon the specified template and passes the result to the specified callback.voidCrudOperations. readRecursive(ResourceAddress address, CrudOperations.ReadCallback callback)Executes a recursiveModelDescriptionConstants.READ_RESOURCE_OPERATIONon the specified address and passes the result to the specified callback.voidCrudOperations. readRecursive(AddressTemplate template, CrudOperations.ReadCallback callback)Executes a recursiveModelDescriptionConstants.READ_RESOURCE_OPERATIONon the specified template and passes the result to the specified callback.
-