org.glassfish.ha.store.spi
Interface StoreEntryMetadata<S>

Type Parameters:
S - The class type that this StoreEntry represents

public interface StoreEntryMetadata<S>

Author:
Mahesh.Kannan@Sun.Com

Method Summary
 Collection<AttributeMetadata<S,?>> getAllAttributeMetadata()
           
 AttributeMetadata<S,?> getAttributeMetadata(String name)
           
 

Method Detail

getAttributeMetadata

AttributeMetadata<S,?> getAttributeMetadata(String name)

getAllAttributeMetadata

Collection<AttributeMetadata<S,?>> getAllAttributeMetadata()


Copyright © 2005-2015 Oracle Corporation. All Rights Reserved.