public abstract class Policy extends StoppableImplementation implements Runnable
| Modifier and Type | Class and Description |
|---|---|
static class |
Policy.PolicyContext
A context for a Policy
|
| Modifier and Type | Field and Description |
|---|---|
protected Policy.PolicyContext |
context |
protected static org.slf4j.Logger |
LOG |
| Constructor and Description |
|---|
Policy() |
| Modifier and Type | Method and Description |
|---|---|
void |
init(Policy.PolicyContext context) |
isStopped, stopprotected static final org.slf4j.Logger LOG
protected Policy.PolicyContext context
public Policy()
public void init(Policy.PolicyContext context) throws Exception
ExceptionCopyright © 2007–2020 The Apache Software Foundation. All rights reserved.