public class ClientCnxnAspect extends Object
| Modifier and Type | Class and Description |
|---|---|
static interface |
ClientCnxnAspect.EventListner |
static class |
ClientCnxnAspect.EventType |
| Constructor and Description |
|---|
ClientCnxnAspect() |
| Modifier and Type | Method and Description |
|---|---|
static void |
addListener(ClientCnxnAspect.EventListner listener) |
void |
processEvent() |
static void |
registerExecutor(ExecutorService executor) |
static void |
removeListener(ClientCnxnAspect.EventListner listener) |
void |
timedProcessEvent(org.aspectj.lang.ProceedingJoinPoint joinPoint) |
public void processEvent()
public void timedProcessEvent(org.aspectj.lang.ProceedingJoinPoint joinPoint)
throws Throwable
Throwablepublic static void registerExecutor(ExecutorService executor)
public static void addListener(ClientCnxnAspect.EventListner listener)
public static void removeListener(ClientCnxnAspect.EventListner listener)
Copyright © 2017–2019 Apache Software Foundation. All rights reserved.