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
 java.util.Collection<AttributeMetadata<S,?>> getAllAttributeMetadata()
           
 AttributeMetadata<S,?> getAttributeMetadata(java.lang.String name)
           
 

Method Detail

getAttributeMetadata

AttributeMetadata<S,?> getAttributeMetadata(java.lang.String name)

getAllAttributeMetadata

java.util.Collection<AttributeMetadata<S,?>> getAllAttributeMetadata()


Copyright © 2010. All Rights Reserved.