Microsoft SDK for Java

getStoreForPrincipal

This method of the ClientStorageManager Class retrieves a principal's store.

Syntax

public ClientStore getStoreForPrincipal(Principal principal, ClientStoragePermission data) throws IOExcetion;

Return Value

Returns a store for the specified principal.

Parameters

principal The principal to obtain the store for.
data The default data to give to the principal if the principal does not have a store.

Exceptions

IOException if an error occurs while allocating space for the store.

© 1999 Microsoft Corporation. All rights reserved. Terms of use.