]
Tristan Tarrant commented on ISPN-4764:
---------------------------------------
The additional methods should use the Java 8 "default" modifier.
Expose isStarted (and isStopped) in
org.infinispan.commons.api.Lifecycle
------------------------------------------------------------------------
Key: ISPN-4764
URL:
https://issues.jboss.org/browse/ISPN-4764
Project: Infinispan
Issue Type: Feature Request
Components: Core
Affects Versions: 6.0.2.Final
Reporter: Henrique Viecili
Assignee: Ryan Emerson
Labels: api, datagrid, infinispan, inifinispan-commons
The interface org.infinispan.commons.api.Lifecycle only exposes start() and stop()
methods.
There is no way to identify whether something (e.g. a cache) is started when programming
to interface.