Package | Description |
---|---|
org.jsr107.tck.event |
This package contains infrastructure so that CacheEntryListener can send
information back to the JUnit test which initiated them so that asserts can
happen.
|
org.jsr107.tck.expiry |
This package contains infrastructure so that expiry policy can send
information back to the JUnit test which initiated them so that asserts can
happen.
|
org.jsr107.tck.integration |
This package contains integration test infrastructure.
|
org.jsr107.tck.support |
This package contains the reference implementation for JSR107.
|
Modifier and Type | Class and Description |
---|---|
class |
CacheEntryListenerServer.CacheEntryEventOperationHandler
The
OperationHandler for a CacheEntryListener handlers. |
Modifier and Type | Class and Description |
---|---|
class |
ExpiryPolicyServer.GetExpiryOperationHandler
The
OperationHandler for a ExpiryPolicy operation. |
Modifier and Type | Class and Description |
---|---|
class |
CacheLoaderServer.LoadAllOperationHandler
The
OperationHandler for a CacheLoader.loadAll(Iterable) } operation. |
class |
CacheLoaderServer.LoadOperationHandler
The
OperationHandler for a CacheLoader.load(Object) operation. |
class |
CacheWriterServer.DeleteAllOperationHandler
The
OperationHandler for a CacheWriter.deleteAll(java.util.Collection) } operation. |
class |
CacheWriterServer.DeleteOperationHandler
The
OperationHandler for a CacheWriter.delete(Object) operation. |
class |
CacheWriterServer.WriteAllOperationHandler
The
OperationHandler for a CacheWriter.writeAll(java.util.Collection) } operation. |
class |
CacheWriterServer.WriteOperationHandler
The
OperationHandler for a CacheWriter.write(javax.cache.Cache.Entry) operation. |
Modifier and Type | Method and Description |
---|---|
void |
Server.addOperationHandler(OperationHandler handler)
Registers the specified
OperationHandler for an operation. |
Copyright © 2014. All Rights Reserved.