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 Log |
LOG |
| Constructor and Description |
|---|
Policy() |
protected static Log LOG
protected Policy.PolicyContext context
public void init(Policy.PolicyContext context) throws Exception
Exception