|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjava.util.EventObject
org.springframework.context.ApplicationEvent
edu.internet2.middleware.shibboleth.common.util.EventingMapBasedStorageService.RemoveEntryEvent<KeyType,ValueType>
public static class EventingMapBasedStorageService.RemoveEntryEvent<KeyType,ValueType>
An event indicating an item has been removed from an storage service.
Field Summary | |
---|---|
private KeyType |
key
Key to the removed item. |
private String |
partition
Storage partition to which the item was removed. |
private static long |
serialVersionUID
Serial version UID. |
private org.opensaml.util.storage.StorageService<KeyType,ValueType> |
storageService
Storage service to which the item was removed. |
private ValueType |
value
The removed item. |
Fields inherited from class java.util.EventObject |
---|
source |
Constructor Summary | |
---|---|
EventingMapBasedStorageService.RemoveEntryEvent(org.opensaml.util.storage.StorageService<KeyType,ValueType> storageService,
String partition,
KeyType key,
ValueType value)
Constructor. |
Method Summary | |
---|---|
KeyType |
getKey()
Gets the key of the removed item. |
String |
getPartition()
Gets the partition to which the entry was removed. |
org.opensaml.util.storage.StorageService<KeyType,ValueType> |
getStorageService()
Gets the storage service to which an item was removed. |
ValueType |
getValue()
Gets the removed item. |
Methods inherited from class org.springframework.context.ApplicationEvent |
---|
getTimestamp |
Methods inherited from class java.util.EventObject |
---|
getSource, toString |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Field Detail |
---|
private static final long serialVersionUID
private org.opensaml.util.storage.StorageService<KeyType,ValueType> storageService
private String partition
private KeyType key
private ValueType value
Constructor Detail |
---|
public EventingMapBasedStorageService.RemoveEntryEvent(org.opensaml.util.storage.StorageService<KeyType,ValueType> storageService, String partition, KeyType key, ValueType value)
storageService
- storage service to which an item was removedpartition
- partition to which the entry was removedkey
- key of the removed itemvalue
- removed itemMethod Detail |
---|
public org.opensaml.util.storage.StorageService<KeyType,ValueType> getStorageService()
public String getPartition()
public KeyType getKey()
public ValueType getValue()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |