Skip to content
#

singleton

Here are 245 public repositories matching this topic...

This is JAVA Application which can : collect operation system Logs : Security , Application ,... parse Logs structure split very large file of logs into configured chunk file ( time frame in minutes) Apply PowerShell commands over Windows Apply Linux commands Load and Store Configuration into Configuration file Work offline , store last processi…

  • Updated Mar 4, 2018
  • Java

Singleton pattern restricts the instantiation of a class and ensures that only one instance of the class exists in the java virtual machine. It seems to be a very simple design pattern but when it comes to implementation, it comes with a lot of implementation concerns. The implementation of Singleton pattern has always been a controversial topic…

  • Updated Dec 20, 2018
  • Java

Improve this page

Add a description, image, and links to the singleton topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the singleton topic, visit your repo's landing page and select "manage topics."

Learn more