@ApplicationScoped public class ClientFullSessionFactory extends Object implements ClientSessionFactory<ClientFullSession>
ClientFullSession.| Modifier | Constructor and Description |
|---|---|
protected |
ClientFullSessionFactory() |
|
ClientFullSessionFactory(org.jboss.errai.ioc.client.api.ManagedInstance<ClientFullSessionImpl> fullSessionInstances) |
| Modifier and Type | Method and Description |
|---|---|
Class<ClientFullSession> |
getSessionType() |
ClientFullSession |
newSession() |
protected ClientFullSessionFactory()
@Inject public ClientFullSessionFactory(org.jboss.errai.ioc.client.api.ManagedInstance<ClientFullSessionImpl> fullSessionInstances)
public ClientFullSession newSession()
newSession in interface ClientSessionFactory<ClientFullSession>public Class<ClientFullSession> getSessionType()
getSessionType in interface ClientSessionFactory<ClientFullSession>Copyright © 2001–2017 JBoss by Red Hat. All rights reserved.