A C D E F G H I L O P R S V Z 

A

ActivatorBean - Class in org.i3xx.step.due.service.impl
This is a blueprint driven activator.
ActivatorBean() - Constructor for class org.i3xx.step.due.service.impl.ActivatorBean
 
addingService(ServiceReference<Mandator>) - Method in class org.i3xx.step.due.service.impl.InitializeMandatorTrackerImpl
 
addingService(ServiceReference<SessionService>) - Method in class org.i3xx.step.due.service.impl.InitializeSessionServiceTrackerImpl
 
addingService(ServiceReference<Session>) - Method in class org.i3xx.step.due.service.impl.SessionTrackerImpl
 

C

checkArguments(String, String, String, String) - Method in class org.i3xx.step.due.service.impl.DeployTool
Checks the input data
checkArguments(String, String, String) - Method in class org.i3xx.step.due.service.impl.DeployTool
Checks the input data
cleanResultZip(File, int) - Method in class org.i3xx.step.due.service.impl.DeployTool
 
cleanUp() - Method in class org.i3xx.step.due.service.impl.ActivatorBean
The cleanup of the service
clearData() - Method in class org.i3xx.step.due.service.impl.SessionImpl
 
clearData() - Method in interface org.i3xx.step.due.service.model.Session
Cleanup the data map
createEmptyZip(String, String, String, String) - Method in class org.i3xx.step.due.service.impl.DeployServiceImpl
 
createEmptyZip(String, String, String, String) - Method in interface org.i3xx.step.due.service.model.DeployService
Creates the default structure in the temporary directory and make a ZIP file
createEmptyZipA(String, String, String, String) - Method in class org.i3xx.step.due.service.impl.DeployTool
 
createSession(String, String, long, String, Map<String, String>) - Method in class org.i3xx.step.due.service.impl.SessionServiceImpl
 
createSession(String, String, long, String, Map<String, String>) - Method in interface org.i3xx.step.due.service.model.SessionService
Creates a session to handle resources

D

DeployService - Interface in org.i3xx.step.due.service.model
The service creates a ZIP file containing the content of the artifact or an empty ZIP file with the default structure of the artifact.
DeployServiceImpl - Class in org.i3xx.step.due.service.impl
 
DeployServiceImpl() - Constructor for class org.i3xx.step.due.service.impl.DeployServiceImpl
 
DeployTool - Class in org.i3xx.step.due.service.impl
 
DeployTool() - Constructor for class org.i3xx.step.due.service.impl.DeployTool
 
destroy() - Method in class org.i3xx.step.due.service.impl.SessionImpl
 
destroy(String, String, String) - Method in class org.i3xx.step.due.service.impl.SessionServiceImpl
 
destroy() - Method in interface org.i3xx.step.due.service.model.Session
Destroys the session
destroy(String, String, String) - Method in interface org.i3xx.step.due.service.model.SessionService
Destroys a session
Due - Class in org.i3xx.step.due.core.impl.activator
The activator bean does the job.
Due() - Constructor for class org.i3xx.step.due.core.impl.activator.Due
 
DueLogChute - Class in org.i3xx.step.due.core.impl.activator
 
DueLogChute() - Constructor for class org.i3xx.step.due.core.impl.activator.DueLogChute
 

E

ENGINE_BASE_INDEX - Static variable in interface org.i3xx.step.due.service.model.Session
The index of the EngineBase from the mandator-id by the SymbolService
ENGINE_VELOCITY - Static variable in interface org.i3xx.step.due.service.model.Session
The key of the velocity engine
exists(String, String) - Method in class org.i3xx.step.due.service.impl.SessionServiceImpl
 
exists(String, String) - Method in interface org.i3xx.step.due.service.model.SessionService
Returns true if the session is available.

F

FILE_RESOURCE - Static variable in interface org.i3xx.step.due.service.model.ResourceService
 

G

getBundleContext() - Method in class org.i3xx.step.due.service.impl.ActivatorBean
 
getBundleContext() - Method in class org.i3xx.step.due.service.impl.DeployServiceImpl
 
getBundleContext() - Method in class org.i3xx.step.due.service.impl.InstPropertyServiceImpl
 
getBundleContext() - Method in class org.i3xx.step.due.service.impl.PropertyScanner
 
getBundleContext() - Method in class org.i3xx.step.due.service.impl.ResourceServiceImpl
 
getBundleContext() - Method in class org.i3xx.step.due.service.impl.Session0ServiceImpl
 
getBundleContext() - Method in class org.i3xx.step.due.service.impl.SessionImpl
 
getBundleContext() - Method in class org.i3xx.step.due.service.impl.SessionServiceImpl
 
getBundleContext() - Method in class org.i3xx.step.due.service.impl.VelocityServiceImpl
 
getInstPropertyService() - Method in class org.i3xx.step.due.service.impl.PropertyScanner
 
getKeys() - Method in class org.i3xx.step.due.service.impl.SessionImpl
 
getKeys() - Method in interface org.i3xx.step.due.service.model.Session
Get a set of keys of the key-value-pairs.
getLatestZipFile(String, String) - Method in class org.i3xx.step.due.service.impl.DeployTool
 
getMandator() - Method in class org.i3xx.step.due.service.impl.SessionImpl
 
getMandator() - Method in interface org.i3xx.step.due.service.model.Session
Gets the mandator
getPropertyService() - Method in class org.i3xx.step.due.service.impl.ActivatorBean
 
getResource(String, String, String, String, int, Map<String, String>) - Method in class org.i3xx.step.due.service.impl.ResourceServiceImpl
 
getResource(String, String, String, String, int, Map<String, String>) - Method in class org.i3xx.step.due.service.impl.VelocityServiceImpl
 
getResource(String, String, String, String, int, Map<String, String>) - Method in interface org.i3xx.step.due.service.model.ResourceService
Gets a resource as a String
getResourceAsStream(String, String, String, String, int, Map<String, String>) - Method in class org.i3xx.step.due.service.impl.ResourceServiceImpl
 
getResourceAsStream(String, String, String, String, int, Map<String, String>) - Method in class org.i3xx.step.due.service.impl.VelocityServiceImpl
 
getResourceAsStream(String, String, String, String, int, Map<String, String>) - Method in interface org.i3xx.step.due.service.model.ResourceService
Gets a resource as an InputStream
getSession(String, String, String) - Method in class org.i3xx.step.due.service.impl.SessionServiceImpl
 
getSession(BundleContext, String, String, String) - Static method in class org.i3xx.step.due.service.impl.SessionServiceImpl
Gets the session with the id
getSession(String, String, String) - Method in interface org.i3xx.step.due.service.model.SessionService
Gets a session or null if the session doesn't exist.
getSession0Service() - Method in class org.i3xx.step.due.service.impl.ActivatorBean
 
getSessionId() - Method in class org.i3xx.step.due.service.impl.SessionImpl
 
getSessionId() - Method in interface org.i3xx.step.due.service.model.Session
Gets the session id
getSessionReference(String, String) - Method in class org.i3xx.step.due.service.impl.SessionServiceImpl
Gets the session references of the matching sessions
getSessionReference(String, String) - Method in interface org.i3xx.step.due.service.model.SessionService
Gets the session references of the matching sessions
getSessionService() - Method in class org.i3xx.step.due.service.impl.ActivatorBean
 
getStartTime() - Method in class org.i3xx.step.due.service.impl.SessionImpl
 
getStartTime() - Method in interface org.i3xx.step.due.service.model.Session
Gets the start time of the session
getTimeout() - Method in class org.i3xx.step.due.service.impl.SessionImpl
 
getTimeout() - Method in interface org.i3xx.step.due.service.model.Session
Gets the timeout
getValue(String) - Method in class org.i3xx.step.due.service.impl.SessionImpl
 
getValue(String) - Method in interface org.i3xx.step.due.service.model.Session
Gets a value

H

handleEvent(Event) - Method in class org.i3xx.step.due.service.impl.SessionServiceImpl
 

I

init(RuntimeServices) - Method in class org.i3xx.step.due.core.impl.activator.DueLogChute
 
initialize(SessionService, SymbolService, String) - Method in class org.i3xx.step.due.service.impl.Session0ServiceImpl
 
initialize(SessionService, SymbolService, String) - Method in interface org.i3xx.step.due.service.model.Session0Service
Creates a '0' session
InitializeMandatorTrackerImpl - Class in org.i3xx.step.due.service.impl
For each new Mandator a '0' session will be created.
InitializeMandatorTrackerImpl(BundleContext, SessionService, Session0Service, InstPropertyService) - Constructor for class org.i3xx.step.due.service.impl.InitializeMandatorTrackerImpl
 
InitializeSessionServiceTrackerImpl - Class in org.i3xx.step.due.service.impl
Starting the SessionService, a '0' session for every mandator will be created.
InitializeSessionServiceTrackerImpl(BundleContext, Session0Service) - Constructor for class org.i3xx.step.due.service.impl.InitializeSessionServiceTrackerImpl
 
InstPropertyService - Interface in org.i3xx.step.due.service.model
 
InstPropertyServiceImpl - Class in org.i3xx.step.due.service.impl
 
InstPropertyServiceImpl() - Constructor for class org.i3xx.step.due.service.impl.InstPropertyServiceImpl
 
isAlive() - Method in class org.i3xx.step.due.service.impl.SessionImpl
 
isAlive() - Method in interface org.i3xx.step.due.service.model.Session
Returns true if the session is not destroyed.
isLevelEnabled(int) - Method in class org.i3xx.step.due.core.impl.activator.DueLogChute
 
isValid() - Method in class org.i3xx.step.due.service.impl.SessionImpl
 
isValid() - Method in interface org.i3xx.step.due.service.model.Session
Returns true if the session is not destroyed and not running out of time.

L

log(int, String) - Method in class org.i3xx.step.due.core.impl.activator.DueLogChute
 
log(int, String, Throwable) - Method in class org.i3xx.step.due.core.impl.activator.DueLogChute
 

O

org.i3xx.step.due.core.impl - package org.i3xx.step.due.core.impl
 
org.i3xx.step.due.core.impl.activator - package org.i3xx.step.due.core.impl.activator
 
org.i3xx.step.due.service.impl - package org.i3xx.step.due.service.impl
 
org.i3xx.step.due.service.model - package org.i3xx.step.due.service.model
 

P

PATH_ID - Static variable in interface org.i3xx.step.due.service.model.InstPropertyService
The path stored in the service registry as a property.
processCRC(String, String, String, String) - Method in class org.i3xx.step.due.service.impl.DeployTool
CRC checksum for test purposes
PropertyScanner - Class in org.i3xx.step.due.service.impl
 
PropertyScanner() - Constructor for class org.i3xx.step.due.service.impl.PropertyScanner
 

R

removedService(ServiceReference<SessionService>, SessionService) - Method in class org.i3xx.step.due.service.impl.InitializeSessionServiceTrackerImpl
 
removedService(ServiceReference<Session>, Session) - Method in class org.i3xx.step.due.service.impl.SessionTrackerImpl
 
ResourceService - Interface in org.i3xx.step.due.service.model
 
ResourceServiceImpl - Class in org.i3xx.step.due.service.impl
 
ResourceServiceImpl() - Constructor for class org.i3xx.step.due.service.impl.ResourceServiceImpl
 

S

scan(String) - Method in class org.i3xx.step.due.service.impl.PropertyScanner
 
scanAll() - Method in class org.i3xx.step.due.service.impl.PropertyScanner
 
Session - Interface in org.i3xx.step.due.service.model
 
Session0Service - Interface in org.i3xx.step.due.service.model
A '0' session contains all data and services that are commonly used by all sessions of the same mandator.
Session0ServiceImpl - Class in org.i3xx.step.due.service.impl
 
Session0ServiceImpl() - Constructor for class org.i3xx.step.due.service.impl.Session0ServiceImpl
 
SessionAlreadyExistsException - Exception in org.i3xx.step.due.core.impl
 
SessionAlreadyExistsException() - Constructor for exception org.i3xx.step.due.core.impl.SessionAlreadyExistsException
 
SessionAlreadyExistsException(Throwable) - Constructor for exception org.i3xx.step.due.core.impl.SessionAlreadyExistsException
 
SessionAlreadyExistsException(String) - Constructor for exception org.i3xx.step.due.core.impl.SessionAlreadyExistsException
 
SessionAlreadyExistsException(String, Throwable) - Constructor for exception org.i3xx.step.due.core.impl.SessionAlreadyExistsException
 
SessionException - Exception in org.i3xx.step.due.core.impl
 
SessionException() - Constructor for exception org.i3xx.step.due.core.impl.SessionException
 
SessionException(Throwable) - Constructor for exception org.i3xx.step.due.core.impl.SessionException
 
SessionException(String) - Constructor for exception org.i3xx.step.due.core.impl.SessionException
 
SessionException(String, Throwable) - Constructor for exception org.i3xx.step.due.core.impl.SessionException
 
SESSIONID - Static variable in interface org.i3xx.step.due.service.model.Session
The id of the session
SessionImpl - Class in org.i3xx.step.due.service.impl
 
SessionImpl(String, String, long) - Constructor for class org.i3xx.step.due.service.impl.SessionImpl
 
SessionService - Interface in org.i3xx.step.due.service.model
 
SessionServiceImpl - Class in org.i3xx.step.due.service.impl
 
SessionServiceImpl() - Constructor for class org.i3xx.step.due.service.impl.SessionServiceImpl
 
SessionTrackerImpl - Class in org.i3xx.step.due.service.impl
 
SessionTrackerImpl(BundleContext) - Constructor for class org.i3xx.step.due.service.impl.SessionTrackerImpl
 
setBundleContext(BundleContext) - Method in class org.i3xx.step.due.service.impl.ActivatorBean
 
setBundleContext(BundleContext) - Method in class org.i3xx.step.due.service.impl.DeployServiceImpl
 
setBundleContext(BundleContext) - Method in class org.i3xx.step.due.service.impl.InstPropertyServiceImpl
 
setBundleContext(BundleContext) - Method in class org.i3xx.step.due.service.impl.PropertyScanner
 
setBundleContext(BundleContext) - Method in class org.i3xx.step.due.service.impl.ResourceServiceImpl
 
setBundleContext(BundleContext) - Method in class org.i3xx.step.due.service.impl.Session0ServiceImpl
 
setBundleContext(BundleContext) - Method in class org.i3xx.step.due.service.impl.SessionImpl
 
setBundleContext(BundleContext) - Method in class org.i3xx.step.due.service.impl.SessionServiceImpl
 
setBundleContext(BundleContext) - Method in class org.i3xx.step.due.service.impl.VelocityServiceImpl
 
setInstPropertyService(InstPropertyService) - Method in class org.i3xx.step.due.service.impl.ActivatorBean
 
setInstPropertyService(InstPropertyService) - Method in class org.i3xx.step.due.service.impl.PropertyScanner
 
setProperties(String, String, String, String) - Method in class org.i3xx.step.due.service.impl.InstPropertyServiceImpl
Set the properties of the mandator
setProperties(String, String, String, String) - Method in interface org.i3xx.step.due.service.model.InstPropertyService
Set the properties of the mandator
setSession0Service(Session0Service) - Method in class org.i3xx.step.due.service.impl.ActivatorBean
 
setSessionService(SessionService) - Method in class org.i3xx.step.due.service.impl.ActivatorBean
 
setValue(String, Object) - Method in class org.i3xx.step.due.service.impl.SessionImpl
 
setValue(String, Object) - Method in interface org.i3xx.step.due.service.model.Session
Sets a value
start(BundleContext) - Method in class org.i3xx.step.due.core.impl.activator.Due
 
startUp() - Method in class org.i3xx.step.due.service.impl.ActivatorBean
The startup of the service
startUp() - Method in class org.i3xx.step.due.service.impl.DeployServiceImpl
The startup of the service
startUp() - Method in class org.i3xx.step.due.service.impl.InstPropertyServiceImpl
The startup of the service
startUp() - Method in class org.i3xx.step.due.service.impl.ResourceServiceImpl
The startup of the service
startUp() - Method in class org.i3xx.step.due.service.impl.Session0ServiceImpl
The startup of the service
startUp() - Method in class org.i3xx.step.due.service.impl.SessionServiceImpl
The startup of the service
startUp() - Method in class org.i3xx.step.due.service.impl.VelocityServiceImpl
The startup of the service
stop(BundleContext) - Method in class org.i3xx.step.due.core.impl.activator.Due
 

V

VelocityService - Interface in org.i3xx.step.due.service.model
 
VelocityServiceImpl - Class in org.i3xx.step.due.service.impl
 
VelocityServiceImpl() - Constructor for class org.i3xx.step.due.service.impl.VelocityServiceImpl
 

Z

zipFromData(String, String, String, String) - Method in class org.i3xx.step.due.service.impl.DeployServiceImpl
 
zipFromData(String, String, String, String) - Method in interface org.i3xx.step.due.service.model.DeployService
Creates the default structure in the temporary directory and copies the files into the structure and makes a ZIP file from it.
zipFromDataA(String, String, String, String) - Method in class org.i3xx.step.due.service.impl.DeployTool
 
zipToData(String, String, String, String, String) - Method in class org.i3xx.step.due.service.impl.DeployServiceImpl
 
zipToData(String, String, String, String, String) - Method in interface org.i3xx.step.due.service.model.DeployService
Creates the structure from a ZIP file and copies the files to the target.
zipToDataA(String, String, String, String, String) - Method in class org.i3xx.step.due.service.impl.DeployTool
 
A C D E F G H I L O P R S V Z 

Copyright © 2015. All rights reserved.