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, stop
protected static final org.slf4j.Logger LOG
protected Policy.PolicyContext context
public Policy()
public void init(Policy.PolicyContext context) throws Exception
Exception
Copyright © 2007–2020 The Apache Software Foundation. All rights reserved.