Uses of Interface
com.levigo.jadice.server.core.jmx.SelfRegistering
-
-
Uses of SelfRegistering in com.levigo.jadice.server.core.jmx
Methods in com.levigo.jadice.server.core.jmx with parameters of type SelfRegistering Modifier and Type Method Description void
JMXContext. register(SelfRegistering instance)
void
JMXContext. unregister(SelfRegistering instance)
-
Uses of SelfRegistering in com.levigo.jadice.server.core.util
Classes in com.levigo.jadice.server.core.util that implement SelfRegistering Modifier and Type Class Description class
ManagedObjectPool<K,O>
A generic keyed pool that exposes all management functions and some statistical data via JMX. -
Uses of SelfRegistering in com.levigo.jadice.server.core.util.housekeeping
Classes in com.levigo.jadice.server.core.util.housekeeping that implement SelfRegistering Modifier and Type Class Description class
AbstractReaper<O>
class
ExternalProcessReaper
A reaper that can terminate external processes by force.class
JadiceCacheReaper
Reaper class that attempts to clean the jadice global cache in a fixed interval to reduce memory consumption.class
TempFileReaper
The TempFileReaper is responsible for the removal of temporary files left over by a job.class
ThreadReaper
-
Uses of SelfRegistering in com.levigo.jadice.server.libreoffice.server
Classes in com.levigo.jadice.server.libreoffice.server that implement SelfRegistering Modifier and Type Class Description class
LibreOfficeInstancePool
-
Uses of SelfRegistering in com.levigo.jadice.server.msoffice
Classes in com.levigo.jadice.server.msoffice that implement SelfRegistering Modifier and Type Class Description class
MSOfficeConverterPool
class
MSOInstanceAssassin
An assassin that can force kill dangling (MS Office) processes. -
Uses of SelfRegistering in com.levigo.jadice.server.multivm
Classes in com.levigo.jadice.server.multivm that implement SelfRegistering Modifier and Type Class Description class
MVMInstance
Deprecated.The multi-VM mode will be removed with the next major release -
Uses of SelfRegistering in com.levigo.jadice.server.xml
Classes in com.levigo.jadice.server.xml that implement SelfRegistering Modifier and Type Class Description class
XSLTransformerPool
-