public class EzySimpleAppContext extends EzyAbstractZoneChildContext implements EzyAppContext
| Modifier and Type | Field and Description |
|---|---|
protected EzyApplication |
app |
protected EzyAppSendResponse |
sendResponse |
executorService, parentcommandSuppliers, component, handleException, logger| Constructor and Description |
|---|
EzySimpleAppContext() |
| Modifier and Type | Method and Description |
|---|---|
protected void |
addCommandSuppliers(Map<Class,Supplier> suppliers) |
protected void |
clearProperties() |
void |
destroy() |
protected void |
destroyApp() |
boolean |
equals(Object obj) |
int |
hashCode() |
protected void |
init0() |
protected void |
preDestroy() |
void |
send(com.tvd12.ezyfox.entity.EzyData data,
Collection<EzySession> recipients,
boolean encrypted,
EzyTransportType transportType) |
void |
send(com.tvd12.ezyfox.entity.EzyData data,
EzySession recipient,
boolean encrypted,
EzyTransportType transportType) |
void |
setApp(EzyApplication app) |
cmd, get, setExecutorServiceaddCommand, defaultCommandSuppliers, handleEvent, handleException, init, postDestroycontainsKey, getProperties, getProperty, getProperty, removeProperty, setProperties, setPropertyclone, finalize, getClass, notify, notifyAll, toString, wait, wait, waitgetAppgetParent, sendcmd, get, handleEvent, handleExceptionremoveProperty, setProperties, setPropertycontainsKey, getProperties, getProperty, getProperty, getPropertygetExecutorServiceprotected EzyApplication app
protected EzyAppSendResponse sendResponse
protected void init0()
init0 in class EzyAbstractContextpublic void send(com.tvd12.ezyfox.entity.EzyData data,
EzySession recipient,
boolean encrypted,
EzyTransportType transportType)
send in interface EzyZoneChildContextpublic void send(com.tvd12.ezyfox.entity.EzyData data,
Collection<EzySession> recipients,
boolean encrypted,
EzyTransportType transportType)
send in interface EzyZoneChildContextpublic void setApp(EzyApplication app)
protected void addCommandSuppliers(Map<Class,Supplier> suppliers)
addCommandSuppliers in class EzyAbstractContextpublic void destroy()
destroy in interface com.tvd12.ezyfox.util.EzyDestroyabledestroy in class EzyAbstractContextprotected void clearProperties()
protected void destroyApp()
protected void preDestroy()
preDestroy in class EzyAbstractContextCopyright © 2021 Young Monkeys. All rights reserved.