| Modifier and Type | Method and Description |
|---|---|
Session |
Session.invalidate() |
static Session |
Session.newSession(String url) |
| Modifier and Type | Method and Description |
|---|---|
Session |
AbstractSessionRequest.getSession() |
Session |
AbstractUPSContext.getSession() |
Session |
UPSContext.getSession() |
| Modifier and Type | Method and Description |
|---|---|
CONTEXT |
UPSWorker.createContext(Session session,
PARENT parent) |
REQUEST |
SessionRequest.withSession(Session session) |
REQUEST |
AbstractSessionRequest.withSession(Session session) |
| Constructor and Description |
|---|
AbstractUPSContext(WORKER worker,
PARENT parent,
Session session) |
| Modifier and Type | Method and Description |
|---|---|
PushApplicationContext |
PushApplicationWorker.createContext(Session session,
Void parent) |
| Constructor and Description |
|---|
PushApplicationContext(PushApplicationWorker worker,
Session session) |
| Modifier and Type | Method and Description |
|---|---|
Session |
LoginRequest.login() |
| Constructor and Description |
|---|
InstallationContext(WORKER worker,
PARENT parent,
Session session) |
| Modifier and Type | Method and Description |
|---|---|
AndroidInstallationContext |
AndroidInstallationWorker.createContext(Session session,
org.jboss.aerogear.unifiedpush.api.AndroidVariant parent) |
| Constructor and Description |
|---|
AndroidInstallationContext(AndroidInstallationWorker worker,
org.jboss.aerogear.unifiedpush.api.AndroidVariant parent,
Session session) |
| Modifier and Type | Method and Description |
|---|---|
ChromePackagedAppInstallationContext |
ChromePackagedAppInstallationWorker.createContext(Session session,
org.jboss.aerogear.unifiedpush.api.ChromePackagedAppVariant parent) |
| Constructor and Description |
|---|
ChromePackagedAppInstallationContext(ChromePackagedAppInstallationWorker worker,
org.jboss.aerogear.unifiedpush.api.ChromePackagedAppVariant parent,
Session session) |
| Modifier and Type | Method and Description |
|---|---|
iOSInstallationContext |
iOSInstallationWorker.createContext(Session session,
org.jboss.aerogear.unifiedpush.api.iOSVariant parent) |
| Constructor and Description |
|---|
iOSInstallationContext(iOSInstallationWorker worker,
org.jboss.aerogear.unifiedpush.api.iOSVariant parent,
Session session) |
| Modifier and Type | Method and Description |
|---|---|
SimplePushInstallationContext |
SimplePushInstallationWorker.createContext(Session session,
org.jboss.aerogear.unifiedpush.api.SimplePushVariant parent) |
| Constructor and Description |
|---|
SimplePushInstallationContext(SimplePushInstallationWorker worker,
org.jboss.aerogear.unifiedpush.api.SimplePushVariant parent,
Session session) |
| Constructor and Description |
|---|
VariantContext(WORKER worker,
PARENT parent,
Session session) |
| Modifier and Type | Method and Description |
|---|---|
AndroidVariantContext |
AndroidVariantWorker.createContext(Session session,
org.jboss.aerogear.unifiedpush.api.PushApplication parent) |
| Constructor and Description |
|---|
AndroidVariantContext(AndroidVariantWorker worker,
org.jboss.aerogear.unifiedpush.api.PushApplication parent,
Session session) |
| Modifier and Type | Method and Description |
|---|---|
ChromePackagedAppVariantContext |
ChromePackagedAppVariantWorker.createContext(Session session,
org.jboss.aerogear.unifiedpush.api.PushApplication parent) |
| Constructor and Description |
|---|
ChromePackagedAppVariantContext(ChromePackagedAppVariantWorker worker,
org.jboss.aerogear.unifiedpush.api.PushApplication parent,
Session session) |
| Modifier and Type | Method and Description |
|---|---|
iOSVariantContext |
iOSVariantWorker.createContext(Session session,
org.jboss.aerogear.unifiedpush.api.PushApplication parent) |
| Constructor and Description |
|---|
iOSVariantContext(iOSVariantWorker worker,
org.jboss.aerogear.unifiedpush.api.PushApplication parent,
Session session) |
| Modifier and Type | Method and Description |
|---|---|
SimplePushVariantContext |
SimplePushVariantWorker.createContext(Session session,
org.jboss.aerogear.unifiedpush.api.PushApplication parent) |
| Constructor and Description |
|---|
SimplePushVariantContext(SimplePushVariantWorker worker,
org.jboss.aerogear.unifiedpush.api.PushApplication parent,
Session session) |
Copyright © 2014 JBoss by Red Hat. All Rights Reserved.