|
||||||||||
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.AddEntryEvent
public class EventingMapBasedStorageService.AddEntryEvent
An event indicating an item has been added to an storage service.
Field Summary |
---|
Fields inherited from class java.util.EventObject |
---|
source |
Constructor Summary | |
---|---|
EventingMapBasedStorageService.AddEntryEvent(org.opensaml.util.storage.StorageService<KeyType,ValueType> storageService,
String partition,
KeyType key,
ValueType value)
Constructor. |
Method Summary | |
---|---|
KeyType |
getKey()
Gets the key of the added item. |
String |
getPartition()
Gets the partition to which the entry was added. |
org.opensaml.util.storage.StorageService<KeyType,ValueType> |
getStorageService()
Gets the storage service to which an item was added. |
ValueType |
getValue()
Gets the added 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 |
Constructor Detail |
---|
public EventingMapBasedStorageService.AddEntryEvent(org.opensaml.util.storage.StorageService<KeyType,ValueType> storageService, String partition, KeyType key, ValueType value)
storageService
- storage service to which an item was addedpartition
- partition to which the entry was addedkey
- key of the added itemvalue
- added 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 |