|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.ehcache.jsr107.DefaultJsr107Service
public class DefaultJsr107Service
Constructor Summary | |
---|---|
DefaultJsr107Service(Jsr107Configuration configuration)
|
Method Summary | |
---|---|
java.lang.String |
getTemplateNameForCache(java.lang.String name)
|
boolean |
jsr107CompliantAtomics()
|
void |
start(ServiceProvider serviceProvider)
Start this service using the provided configuration and ServiceProvider . |
void |
stop()
Stops this service. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public DefaultJsr107Service(Jsr107Configuration configuration)
Method Detail |
---|
public void start(ServiceProvider serviceProvider)
Service
ServiceProvider
.
The goal of the service provider is to allow a service to use other services.
start
in interface Service
serviceProvider
- the service provider.public java.lang.String getTemplateNameForCache(java.lang.String name)
getTemplateNameForCache
in interface Jsr107Service
public void stop()
Service
stop
in interface Service
public boolean jsr107CompliantAtomics()
jsr107CompliantAtomics
in interface Jsr107Service
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |