@ApplicationScoped @Specializes public class ClientProjectSessionManager extends ClientSessionManagerImpl
| Modifier | Constructor and Description |
|---|---|
protected |
ClientProjectSessionManager() |
|
ClientProjectSessionManager(DefinitionUtils definitionUtils,
ProjectDiagramWorkbenchDocks editorDocks,
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 void |
postDestroy() |
protected void |
postOpen() |
protected void |
postResume() |
getFactories, handleClientError, handleCommandError, postPausedestroy, getCurrentAbstractSession, getCurrentSession, getSessionFactory, open, pause, resumeprotected ClientProjectSessionManager()
@Inject public ClientProjectSessionManager(DefinitionUtils definitionUtils, ProjectDiagramWorkbenchDocks editorDocks, @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 void postOpen()
postOpen in class ClientSessionManagerImplprotected void postResume()
postResume in class ClientSessionManagerImplprotected void postDestroy()
postDestroy in class ClientSessionManagerImplCopyright © 2001–2017 JBoss by Red Hat. All rights reserved.