com.ibm.portal.state.accessors
Interface StateAccessorFactory

All Superinterfaces:
AccessorFactory

public interface StateAccessorFactory
extends AccessorFactory

Factory for getting the read-only or read-write state accessors.

Since:
5.1

Method Summary
 StateAccessor getState()
          Deprecated. since 6.0, use method getStateAccessor() instead
 StateAccessor getStateAccessor()
          Returns an accessor to a read-only version of the state holder.
 StateAccessorController getStateAccessorController()
          Returns an accessor controller to a read-write version of the state holder.
 StateAccessorController getStateController()
          Deprecated. since 6.0, use method getStateAccessorController() instead
 
Methods inherited from interface com.ibm.portal.state.accessors.AccessorFactory
compact
 

Method Detail

getStateAccessor

StateAccessor getStateAccessor()
Returns an accessor to a read-only version of the state holder.

Returns:
Accessor to the state holder. Not null.

getStateAccessorController

StateAccessorController getStateAccessorController()
Returns an accessor controller to a read-write version of the state holder.

Returns:
Accessor to the state holder controller. Not null.

getState

StateAccessor getState()
Deprecated. since 6.0, use method getStateAccessor() instead

Returns an accessor to a read-only version of the state holder.

Returns:
Accessor to the state holder. Not null.

getStateController

StateAccessorController getStateController()
Deprecated. since 6.0, use method getStateAccessorController() instead

Returns an accessor controller to a read-write version of the state holder.

Returns:
Accessor to the state holder controller. Not null.