Skip to content

jkudrnac/SingletonServiceTest-ejb

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

23 Commits
 
 
 
 
 
 
 
 

Repository files navigation

SingletonServiceTest-ejb

Testing application for singleton service feature, it contains TestingSingletonService and ServiceAccessBean: clients callings its method getNodeNameOfService() are given a node name, where the service is currently started.

Even though the application is deployed on all cluster nodes, the service is active on only one node at a time.

It has two flavors: base and timer.

Base

Only TestingSingletonService is started.

Timer

TestingSingletonService starts timer service MyTimerBean. It logs current time, every one second.

Build

The standard maven is everything you need: mvn clean install

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages