| Package | Description |
|---|---|
| org.i3xx.step.due.service.impl | |
| org.i3xx.step.due.service.model |
| Modifier and Type | Class and Description |
|---|---|
class |
SessionImpl |
| Modifier and Type | Method and Description |
|---|---|
Session |
SessionTrackerImpl.addingService(org.osgi.framework.ServiceReference<Session> reference) |
Session |
SessionServiceImpl.createSession(String cert,
String mandatorId,
long timeout,
String sessionId,
Map<String,String> params) |
static Session |
SessionServiceImpl.getSession(org.osgi.framework.BundleContext bundleContext,
String cert,
String mandatorId,
String sessionId)
Gets the session with the id
|
Session |
SessionServiceImpl.getSession(String cert,
String mandatorId,
String sessionId) |
| Modifier and Type | Method and Description |
|---|---|
void |
SessionTrackerImpl.removedService(org.osgi.framework.ServiceReference<Session> reference,
Session service) |
| Modifier and Type | Method and Description |
|---|---|
Session |
SessionTrackerImpl.addingService(org.osgi.framework.ServiceReference<Session> reference) |
void |
SessionTrackerImpl.removedService(org.osgi.framework.ServiceReference<Session> reference,
Session service) |
| Modifier and Type | Method and Description |
|---|---|
Session |
SessionService.createSession(String cert,
String mandator,
long timeout,
String sessionId,
Map<String,String> params)
Creates a session to handle resources
|
Session |
SessionService.getSession(String cert,
String mandatorId,
String sessionId)
Gets a session or null if the session doesn't exist.
|
Copyright © 2015. All rights reserved.