BEA Systems, Inc.


weblogic.security.acl
Interface ClosableEnumeration


Deprecated. Deprecated in WebLogic Server 7.0.

public interface ClosableEnumeration
extends java.util.Enumeration

An enumeration that can be terminated thus releasing resources.

Author:
Copyright (c) 1997 by WebLogic, Inc. All Rights Reserved.

Method Summary
 void close()
          Deprecated. Specifies the enumeration is no longer needed so it can be deleted and the resources can be released.
 
Methods inherited from interface java.util.Enumeration
hasMoreElements, nextElement
 

Method Detail

close

public void close()
Deprecated. 
Specifies the enumeration is no longer needed so it can be deleted and the resources can be released.


Documentation is available at
http://download.oracle.com/docs/cd/E13222_01/wls/docs70

Copyright © 2004 BEA Systems, Inc. All Rights Reserved.
WebLogic Server 7.0 API Reference