@ApplicationScoped public class ClientSessionManagerImpl extends AbstractClientSessionManager
| Modifier | Constructor and Description |
|---|---|
protected |
ClientSessionManagerImpl() |
|
ClientSessionManagerImpl(DefinitionUtils definitionUtils,
org.jboss.errai.ioc.client.api.ManagedInstance<ClientSessionFactory> sessionFactoriesInstances,
javax.enterprise.event.Event<SessionOpenedEvent> sessionOpenedEvent,
javax.enterprise.event.Event<SessionDestroyedEvent> sessionDestroyedEvent,
javax.enterprise.event.Event<SessionPausedEvent> sessionPausedEvent,
javax.enterprise.event.Event<SessionResumedEvent> sessionResumedEvent,
javax.enterprise.event.Event<OnSessionErrorEvent> sessionErrorEvent) |
| Modifier and Type | Method and Description |
|---|---|
protected <D extends Diagram> |
getFactories(D diagram) |
void |
handleClientError(ClientRuntimeError error) |
void |
handleCommandError(CommandException ce) |
protected void |
postDestroy()
Called once active session has been destroyed.
|
protected void |
postOpen()
Called once a session has been opened.
|
protected void |
postPause()
Called once active session has been paused.
|
protected void |
postResume()
Called once a session has been resumed.
|
destroy, getCurrentAbstractSession, getCurrentSession, getSessionFactory, open, pause, resumeprotected ClientSessionManagerImpl()
@Inject public ClientSessionManagerImpl(DefinitionUtils definitionUtils, @Any org.jboss.errai.ioc.client.api.ManagedInstance<ClientSessionFactory> sessionFactoriesInstances, javax.enterprise.event.Event<SessionOpenedEvent> sessionOpenedEvent, javax.enterprise.event.Event<SessionDestroyedEvent> sessionDestroyedEvent, javax.enterprise.event.Event<SessionPausedEvent> sessionPausedEvent, javax.enterprise.event.Event<SessionResumedEvent> sessionResumedEvent, javax.enterprise.event.Event<OnSessionErrorEvent> sessionErrorEvent)
protected <D extends Diagram> List<ClientSessionFactory<?>> getFactories(D diagram)
getFactories in class AbstractClientSessionManagerprotected void postOpen()
AbstractClientSessionManagerpostOpen in class AbstractClientSessionManagerprotected void postPause()
AbstractClientSessionManagerpostPause in class AbstractClientSessionManagerprotected void postResume()
AbstractClientSessionManagerpostResume in class AbstractClientSessionManagerprotected void postDestroy()
AbstractClientSessionManagerpostDestroy in class AbstractClientSessionManagerpublic void handleCommandError(CommandException ce)
handleCommandError in class AbstractClientSessionManagerpublic void handleClientError(ClientRuntimeError error)
handleClientError in class AbstractClientSessionManagerCopyright © 2001–2017 JBoss by Red Hat. All rights reserved.