Oracle Fusion Middleware
Java API Reference for Oracle WebLogic Server
12c (12.1.3)

Part Number E41849-02

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.


Copyright 1996, 2014, Oracle and/or its affiliates. All rights reserved. Oracle is a registered trademark of Oracle Corporation and/or its affiliates. Other names may be trademarks of their respective owners.

Oracle Fusion Middleware
Java API Reference for Oracle WebLogic Server
12c (12.1.3)

Part Number E41849-02