public class EzySimplePluginContext extends EzyAbstractZoneChildContext implements EzyPluginContext
| Modifier and Type | Field and Description |
|---|---|
protected EzyPlugin |
plugin |
protected EzyPluginSendResponse |
sendResponse |
executorService, parentcommandSuppliers, component, handleException, logger| Constructor and Description |
|---|
EzySimplePluginContext() |
| Modifier and Type | Method and Description |
|---|---|
protected void |
addCommandSuppliers(Map<Class,Supplier> suppliers) |
protected void |
clearProperties() |
void |
destroy() |
protected void |
destroyPlugin() |
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 |
setPlugin(EzyPlugin plugin) |
cmd, get, setExecutorServiceaddCommand, defaultCommandSuppliers, handleEvent, handleException, init, postDestroycontainsKey, getProperties, getProperty, getProperty, removeProperty, setProperties, setPropertyclone, finalize, getClass, notify, notifyAll, toString, wait, wait, waitgetPlugingetParent, sendcmd, get, handleEvent, handleExceptionremoveProperty, setProperties, setPropertycontainsKey, getProperties, getProperty, getProperty, getPropertygetExecutorServiceprotected EzyPlugin plugin
protected EzyPluginSendResponse 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 setPlugin(EzyPlugin plugin)
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 destroyPlugin()
protected void preDestroy()
preDestroy in class EzyAbstractContextCopyright © 2021 Young Monkeys. All rights reserved.