jar

com.jolira : managed

Maven & Gradle

Apr 04, 2012
0 stars

Managed Singletons for Guice · A @ManageSingleton that works much like @Singleton, but can be reset to force recreation of instances. By implementing the ManagedService interface and registering it using a MultiBinder, the startup process can be manged using different run levels (much like services on the OS).

Table Of Contents

Latest Version

Download com.jolira : managed JAR file - Latest Versions:

All Versions

Download com.jolira : managed JAR file - All Versions:

Version Vulnerabilities Size Updated
3.0.x

View Java Class Source Code in JAR file

  1. Download JD-GUI to open JAR file and explore Java source code file (.class .java)
  2. Click menu "File → Open File..." or just drag-and-drop the JAR file in the JD-GUI window managed-3.0.5.jar file.
    Once you open a JAR file, all the java classes in the JAR file will be displayed.

com.google.code.joliratools.plugins

├─ com.google.code.joliratools.plugins.ManagedSingleton.class - [JAR]

com.github.joira.guice.impl

├─ com.github.joira.guice.impl.ManagedModule.class - [JAR]

├─ com.github.joira.guice.impl.ManagedScope.class - [JAR]

├─ com.github.joira.guice.impl.ServiceManagerImpl.class - [JAR]

├─ com.github.joira.guice.impl.SingletonManager.class - [JAR]

com.github.joira.guice

├─ com.github.joira.guice.ManagedService.class - [JAR]

├─ com.github.joira.guice.ManagedSingleton.class - [JAR]

├─ com.github.joira.guice.ServiceManager.class - [JAR]

Advertisement

Dependencies from Group

Apr 02, 2011
6 usages
Mar 31, 2010
5 usages
Apr 02, 2011
4 usages
Dec 18, 2011
3 usages
3 stars
Apr 04, 2012
3 usages
0 stars

Discover Dependencies