BEA Systems, Inc.

weblogic.security.acl
Interface ClosableEnumeration

All Superinterfaces:
Enumeration

Deprecated. Deprecated in WebLogic Server 7.0.

public interface ClosableEnumeration
extends Enumeration

An enumeration that can be terminated thus releasing resources.


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

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


Because this information documents a Tech Preview of a BEA product, it may be incomplete and is subject to change. Documentation is available at
http://download.oracle.com/docs/cd/E13222_01/wls/essex/TechPreview
Copyright 2007 BEA Systems Inc.