public abstract class EzyAbstractZoneChildContext extends EzyAbstractContext implements EzyExecutorServiceFetcher
| Modifier and Type | Field and Description |
|---|---|
protected ScheduledExecutorService |
executorService |
protected EzyZoneContext |
parent |
commandSuppliers, component, handleException, logger| Constructor and Description |
|---|
EzyAbstractZoneChildContext() |
| Modifier and Type | Method and Description |
|---|---|
<T> T |
cmd(Class<T> clazz) |
<T> T |
get(Class<T> clazz) |
void |
setExecutorService(ScheduledExecutorService executorService) |
addCommand, addCommandSuppliers, defaultCommandSuppliers, destroy, handleEvent, handleException, init, init0, postDestroy, preDestroycontainsKey, getProperties, getProperty, getProperty, removeProperty, setProperties, setPropertyclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetExecutorServiceprotected EzyZoneContext parent
protected ScheduledExecutorService executorService
public <T> T get(Class<T> clazz)
public <T> T cmd(Class<T> clazz)
public void setExecutorService(ScheduledExecutorService executorService)
Copyright © 2021 Young Monkeys. All rights reserved.