public abstract class GuardedMethod<T> extends Object
| Constructor and Description |
|---|
GuardedMethod() |
| Modifier and Type | Method and Description |
|---|---|
static void |
addPreoperation(Runnable preoperation) |
GuardedMethod<T> |
execute() |
T |
getResult() |
protected abstract T |
run() |
public static void addPreoperation(Runnable preoperation)
public GuardedMethod<T> execute() throws javax.ws.rs.WebApplicationException
javax.ws.rs.WebApplicationExceptionpublic T getResult()
Copyright © 2022. All Rights Reserved.