Microsoft SDK for Java

getStore

This method of the ClientStorageManager Class obtains the store for the currently executing principal.

Syntax

public static ClientStore getStore() throws IOException;

Return Value

Returns the store for the currently executing principal.

Exceptions

IOException if the context cannot be determined, if no caller has a principal, or if the store for the context does not exist and an error occurs while allocating space for the store.

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