com.ibm.portal.state.accessors.portlet
Interface SharedStateListAccessor

All Superinterfaces:
Accessor, Disposable

public interface SharedStateListAccessor
extends Accessor

Read-only accessor interface providing a method to query the set of shared state identifiers for which there is any state information available in the state holder.

Since:
6.1
See Also:
SharedStateAccessor, SharedStateIdentifierProvider

Method Summary
 java.util.Set<java.lang.String> getSharedStateIDs()
          Get a (potentially unordered and unmodifiable) set of sharedStateIDs, i.
 
Methods inherited from interface com.ibm.portal.Disposable
dispose
 

Method Detail

getSharedStateIDs

java.util.Set<java.lang.String> getSharedStateIDs()
Get a (potentially unordered and unmodifiable) set of sharedStateIDs, i. e. identifiers of shared state buckets, that are accessible.

Returns:
Set of sharedStateIDs