Skip navigation links
A C D E F G I J M O R S T V 

A

ApplicationMain - Class in de.joergdev.mosy.backend.standalone
 
ApplicationMain() - Constructor for class de.joergdev.mosy.backend.standalone.ApplicationMain
 

C

cleanup(EntityManager) - Method in class de.joergdev.mosy.backend.standalone.persistence.EntityManagerPoolMethodsImpl
 
cleanup(T) - Method in interface de.joergdev.mosy.backend.standalone.pool.IPoolMethods
Diese Methode wird aufgerufen, wenn ein Object aus dem Pool geloescht werden soll, weil es zu lange inaktiv war.

D

DbUtils - Class in de.joergdev.mosy.backend.standalone.persistence
 
DbUtils() - Constructor for class de.joergdev.mosy.backend.standalone.persistence.DbUtils
 
de.joergdev.mosy.backend.standalone - package de.joergdev.mosy.backend.standalone
 
de.joergdev.mosy.backend.standalone.persistence - package de.joergdev.mosy.backend.standalone.persistence
 
de.joergdev.mosy.backend.standalone.pool - package de.joergdev.mosy.backend.standalone.pool
 

E

EntityManagerPoolMethodsImpl - Class in de.joergdev.mosy.backend.standalone.persistence
 
EntityManagerPoolMethodsImpl() - Constructor for class de.joergdev.mosy.backend.standalone.persistence.EntityManagerPoolMethodsImpl
 
EntityManagerProviderImpl - Class in de.joergdev.mosy.backend.standalone.persistence
 
EntityManagerProviderImpl() - Constructor for class de.joergdev.mosy.backend.standalone.persistence.EntityManagerProviderImpl
 

F

flushPool() - Method in class de.joergdev.mosy.backend.standalone.pool.ObjectPool
Remove all inactive (unlocked) objects from pool.

G

get() - Method in class de.joergdev.mosy.backend.standalone.pool.ObjectPool
Internal method to obtain an object from the pool.
getCheckInterval() - Method in class de.joergdev.mosy.backend.standalone.persistence.EntityManagerPoolMethodsImpl
 
getCheckInterval() - Method in interface de.joergdev.mosy.backend.standalone.pool.IPoolMethods
Gibt das Zeitinterval zurueck, in dem die Objekte im Pool auf Gueltigkeit geprueft werden.
getEntityManager() - Method in class de.joergdev.mosy.backend.standalone.persistence.EntityManagerProviderImpl
 
getLock() - Method in class de.joergdev.mosy.backend.standalone.pool.ObjectPool
 
getMaxSize() - Method in class de.joergdev.mosy.backend.standalone.persistence.EntityManagerPoolMethodsImpl
 
getMaxSize() - Method in interface de.joergdev.mosy.backend.standalone.pool.IPoolMethods
Gibt die maximale Groesse des Pools zurueck.
getNewObj() - Method in class de.joergdev.mosy.backend.standalone.persistence.EntityManagerPoolMethodsImpl
 
getNewObj() - Method in interface de.joergdev.mosy.backend.standalone.pool.IPoolMethods
Gibt ein neues Object zurueck um es dem Pool hinzuzufuegen.
getPoolSize() - Method in class de.joergdev.mosy.backend.standalone.pool.ObjectPool
Returns the current number of objects in the pool.
getTTL() - Method in class de.joergdev.mosy.backend.standalone.persistence.EntityManagerPoolMethodsImpl
 
getTTL() - Method in interface de.joergdev.mosy.backend.standalone.pool.IPoolMethods
Gibt die Zeit zurueck, wie lange ein Object im Pool gueltig ist, wenn es inaktiv ist.
getUnlockedCount() - Method in class de.joergdev.mosy.backend.standalone.pool.ObjectPool
Returns the number of objects in the pool that are available.
giveBack(T) - Method in class de.joergdev.mosy.backend.standalone.pool.ObjectPool
Release the object in pool.

I

IPoolMethods<T> - Interface in de.joergdev.mosy.backend.standalone.pool
Interface fuer Methoden die der Pool nutzt.
isContainerManaged() - Method in class de.joergdev.mosy.backend.standalone.persistence.EntityManagerProviderImpl
 

J

JerseyConfig - Class in de.joergdev.mosy.backend.standalone
 
JerseyConfig() - Constructor for class de.joergdev.mosy.backend.standalone.JerseyConfig
 

M

main(String[]) - Static method in class de.joergdev.mosy.backend.standalone.ApplicationMain
 

O

ObjectPool<T> - Class in de.joergdev.mosy.backend.standalone.pool
Generic Object Pool.
ObjectPool(IPoolMethods<T>) - Constructor for class de.joergdev.mosy.backend.standalone.pool.ObjectPool
Constructor with IPoolMethods implementation param.
ObjectPool(IPoolMethods<T>, int) - Constructor for class de.joergdev.mosy.backend.standalone.pool.ObjectPool
Constructor with IPoolMethods implementation param NOT threadsafe
ObjectPool(boolean, IPoolMethods<T>) - Constructor for class de.joergdev.mosy.backend.standalone.pool.ObjectPool
extended constructor.
ObjectPool(boolean, IPoolMethods<T>, int) - Constructor for class de.joergdev.mosy.backend.standalone.pool.ObjectPool
extended constructor.
ObjectPool(boolean, IPoolMethods<T>, Lock) - Constructor for class de.joergdev.mosy.backend.standalone.pool.ObjectPool
extended constructor.
ObjectPool(boolean, IPoolMethods<T>, Lock, int) - Constructor for class de.joergdev.mosy.backend.standalone.pool.ObjectPool
extended constructor.

R

releaseEntityManager(EntityManager) - Method in class de.joergdev.mosy.backend.standalone.persistence.EntityManagerProviderImpl
 
rollbackEntityManager(EntityManager) - Method in class de.joergdev.mosy.backend.standalone.persistence.EntityManagerProviderImpl
 

S

setLock(Lock) - Method in class de.joergdev.mosy.backend.standalone.pool.ObjectPool
Set an lock.
SYSTEM_PROPERTY_MAX_POOL_SIZE - Static variable in class de.joergdev.mosy.backend.standalone.persistence.EntityManagerPoolMethodsImpl
 

T

TTL_UNLIMITED - Static variable in class de.joergdev.mosy.backend.standalone.pool.ObjectPool
 

V

validate(EntityManager) - Method in class de.joergdev.mosy.backend.standalone.persistence.EntityManagerPoolMethodsImpl
 
validate(T) - Method in interface de.joergdev.mosy.backend.standalone.pool.IPoolMethods
Validiert das uebergene Objekt aus dem Pool.
validateEntityManager(EntityManager) - Static method in class de.joergdev.mosy.backend.standalone.persistence.DbUtils
 
validateOnGet() - Method in class de.joergdev.mosy.backend.standalone.persistence.EntityManagerPoolMethodsImpl
 
validateOnGet() - Method in interface de.joergdev.mosy.backend.standalone.pool.IPoolMethods
 
validateOnGiveBack() - Method in class de.joergdev.mosy.backend.standalone.persistence.EntityManagerPoolMethodsImpl
 
validateOnGiveBack() - Method in interface de.joergdev.mosy.backend.standalone.pool.IPoolMethods
 
A C D E F G I J M O R S T V 
Skip navigation links

Copyright © 2024. All rights reserved.