Microsoft SDK for Java

setStorageLimit

This method of the ClientStore Class sets the amount of storage space allocated to the principal. All callers of this method must be fully trusted.

Syntax

public void setStorageLimit(long newlimit) throws IOException;

Parameters

newlimit The amount of space allocated, in bytes.

Exceptions

IOException if the new limit could not be set.

SecurityException if any caller is not fully trusted.

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