|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface IPTStates
This interface is a container for managing a collection of IPTState objects.
| Method Summary | |
|---|---|
void |
Add(int lMode,
IPTState pState)
Add an IPTState object to the collection. |
IPTState |
Get(int lMode)
Retrieve an IPTState object from the collection. |
void |
Remove(int lMode)
Remove an IPTState object from the collection. |
| Method Detail |
|---|
void Add(int lMode,
IPTState pState)
lMode - - The mode to associate with the IPTState object. Valid values
are from the PT_STATEMODES enumeration:
PT_STATEMODES.PT_STATEMODES_APPLICATION for application-level state
PT_STATEMODES.PT_STATEMODES_SESSION for user session-level state
PT_STATEMODES.PT_STATEMODES_REQUEST for request-level statepState - - The IPTState object to add to the collection.void Remove(int lMode)
lMode - - The mode of the IPTState object to remove.IPTState Get(int lMode)
lMode - - The mode of the IPTState object to retrieve.
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||