JavaScript is disabled on your browser.
Skip navigation links
Overview
Package
Class
Tree
Deprecated
Index
Help
Prev Class
Next Class
Frames
No Frames
All Classes
Summary:
Nested |
Field |
Constr |
Method
Detail:
Field |
Constr |
Method
org.infinispan.commons.api
Interface Lifecycle
All Known Subinterfaces:
BasicCache
<K,V>,
BasicCacheContainer
,
RemoteCache
<K,V>,
RemoteCacheContainer
All Known Implementing Classes:
RemoteCacheManager
public interface
Lifecycle
Lifecycle interface that defines the lifecycle of components
Since:
4.0
Method Summary
All Methods
Instance Methods
Abstract Methods
Modifier and Type
Method and Description
void
start
()
Invoked on component start
void
stop
()
Invoked on component stop
Method Detail
start
void start()
Invoked on component start
stop
void stop()
Invoked on component stop
Skip navigation links
Overview
Package
Class
Tree
Deprecated
Index
Help
Prev Class
Next Class
Frames
No Frames
All Classes
Summary:
Nested |
Field |
Constr |
Method
Detail:
Field |
Constr |
Method