| Modifier and Type | Method and Description |
|---|---|
protected EzyAppContext |
EzyAppsStarter.getAppContext(String appName) |
| Modifier and Type | Method and Description |
|---|---|
protected EzyAppContext |
EzySimpleServerContextBuilder.newAppContext(EzyZoneContext parent,
EzyAppSetting setting) |
| Modifier and Type | Method and Description |
|---|---|
protected Collection<EzyAppContext> |
EzySimpleServerContextBuilder.newAppContexts(EzyZoneContext parent) |
| Modifier and Type | Method and Description |
|---|---|
void |
EzyBroadcastAppsEvent.fire(com.tvd12.ezyfox.constant.EzyConstant type,
EzyEvent event,
Predicate<EzyAppContext> filter,
boolean catchException) |
| Modifier and Type | Method and Description |
|---|---|
protected void |
EzyBroadcastAppsEventImpl.fireAppEvent(EzyAppContext ctx,
com.tvd12.ezyfox.constant.EzyConstant type,
EzyEvent event,
boolean catchException) |
protected void |
EzyZoneBroadcastEventImpl.fireAppEvent(EzyAppContext ctx,
com.tvd12.ezyfox.constant.EzyConstant type,
EzyEvent event,
boolean catchException) |
protected EzyUserManager |
EzyAppResponseImpl.getUserManager(EzyAppContext context) |
| Modifier and Type | Method and Description |
|---|---|
void |
EzyBroadcastAppsEventImpl.fire(com.tvd12.ezyfox.constant.EzyConstant type,
EzyEvent event,
Predicate<EzyAppContext> filter,
boolean catchException) |
| Constructor and Description |
|---|
EzyAppResponseImpl(EzyAppContext context) |
EzyAppSendResponseImpl(EzyAppContext context) |
| Modifier and Type | Class and Description |
|---|---|
class |
EzySimpleAppContext |
| Modifier and Type | Field and Description |
|---|---|
protected Set<EzyAppContext> |
EzyAbstractComplexContext.appContexts |
protected Map<Integer,EzyAppContext> |
EzyAbstractComplexContext.appContextsById |
protected Map<String,EzyAppContext> |
EzySimpleZoneContext.appContextsByName |
| Modifier and Type | Method and Description |
|---|---|
EzyAppContext |
EzyAbstractComplexContext.getAppContext(int appId) |
EzyAppContext |
EzyComplexContext.getAppContext(int appId) |
EzyAppContext |
EzyZoneContext.getAppContext(String appName) |
EzyAppContext |
EzySimpleZoneContext.getAppContext(String appName) |
| Modifier and Type | Method and Description |
|---|---|
Collection<EzyAppContext> |
EzyAppContextsFetcher.getAppContexts() |
Collection<EzyAppContext> |
EzyAbstractComplexContext.getAppContexts() |
| Modifier and Type | Method and Description |
|---|---|
void |
EzyAbstractComplexContext.addAppContext(EzyAppSetting app,
EzyAppContext appContext) |
void |
EzySimpleZoneContext.addAppContext(EzyAppSetting app,
EzyAppContext appContext) |
static boolean |
EzyServerContexts.containsUser(EzyAppContext context,
EzyUser user) |
static boolean |
EzyAppContexts.containsUser(EzyAppContext context,
EzyUser user) |
static boolean |
EzyServerContexts.containsUser(EzyAppContext context,
String username) |
static boolean |
EzyAppContexts.containsUser(EzyAppContext context,
String username) |
static EzyUserManager |
EzyServerContexts.getUserManager(EzyAppContext context) |
static EzyUserManager |
EzyAppContexts.getUserManager(EzyAppContext context) |
void |
EzyAppContextAware.setAppContext(EzyAppContext context) |
| Modifier and Type | Method and Description |
|---|---|
void |
EzyAbstractComplexContext.addAppContexts(Collection<EzyAppContext> appContexts) |
void |
EzyZoneContext.broadcastApps(com.tvd12.ezyfox.constant.EzyConstant type,
EzyEvent event,
Predicate<EzyAppContext> filter,
boolean catchExeption) |
void |
EzySimpleZoneContext.broadcastApps(com.tvd12.ezyfox.constant.EzyConstant type,
EzyEvent event,
Predicate<EzyAppContext> filter,
boolean catchException) |
| Modifier and Type | Method and Description |
|---|---|
protected EzyAppContext |
EzyAbstractServerController.getAppContext(EzyServerContext ctx,
int appId) |
| Modifier and Type | Field and Description |
|---|---|
protected EzyAppContext |
EzySimpleAppUserDelegate.appContext |
| Modifier and Type | Method and Description |
|---|---|
default void |
EzyAppEntry.config(EzyAppContext ctx) |
| Modifier and Type | Method and Description |
|---|---|
protected void |
EzySocketUserRemovalHandler.removeUserFromApp(EzyAppContext appContext,
EzyUserRemovedEvent event) |
Copyright © 2021 Young Monkeys. All rights reserved.