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() |
protected void |
doInit() |
boolean |
equals(Object obj) |
int |
hashCode() |
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) |
parentCmd, parentGet, setExecutorServiceaddCommand, cmd, defaultCommandSuppliers, get, 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 doInit()
doInit 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 © 2024 Young Monkeys. All rights reserved.