RestComm / jain-slee

The World's #1 Open Source JAIN-SLEE (JSLEE) 1.1 Implementation
http://www.restcomm.com/
GNU Affero General Public License v3.0
24 stars 50 forks source link

Fix for issue #75 - Graceful shutdown feature implementation #76

Closed gfigiel closed 8 years ago

gfigiel commented 8 years ago

Please see the implementation of graceful stoping mode implementation required for graceful shutdown feature.

As to utilize the feature the supporting RA must implement org.mobicents.slee.container.resource.GracefullyStopableResourceAdaptor interface. Separate process shall monitor supporting RA activities state to finally shutdown the container.

gfigiel commented 8 years ago

Hello, In deed I missed this interface when commiting changes - now it should be visible... Sorry for confusion.

Br, Grzegorz Figiel

gfigiel commented 8 years ago

https://github.com/gfigiel/jain-slee/blob/2.x-gracefulshutdown/container/spi/src/main/java/org/mobicents/slee/container/resource/GracefullyStopableResourceAdaptor.java

gfigiel commented 8 years ago

Closed as test status is not certain. Branch with fixes will be recreated when tests are finished.