corba/src/share/classes/com/sun/corba/se/spi/orbutil/threadpool/ThreadPoolManager.java
changeset 13171 1ac5e9a54a6e
parent 5555 b2b5ed3f0d0d
equal deleted inserted replaced
13082:9b19b2302c28 13171:1ac5e9a54a6e
     1 /*
     1 /*
     2  * Copyright (c) 2003, Oracle and/or its affiliates. All rights reserved.
     2  * Copyright (c) 2003, 2012, Oracle and/or its affiliates. All rights reserved.
     3  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
     3  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
     4  *
     4  *
     5  * This code is free software; you can redistribute it and/or modify it
     5  * This code is free software; you can redistribute it and/or modify it
     6  * under the terms of the GNU General Public License version 2 only, as
     6  * under the terms of the GNU General Public License version 2 only, as
     7  * published by the Free Software Foundation.  Oracle designates this
     7  * published by the Free Software Foundation.  Oracle designates this
    23  * questions.
    23  * questions.
    24  */
    24  */
    25 
    25 
    26 package com.sun.corba.se.spi.orbutil.threadpool;
    26 package com.sun.corba.se.spi.orbutil.threadpool;
    27 
    27 
    28 public interface ThreadPoolManager
    28 import java.io.Closeable;
       
    29 
       
    30 public interface ThreadPoolManager extends Closeable
    29 {
    31 {
    30     /**
    32     /**
    31     * This method will return an instance of the threadpool given a threadpoolId,
    33     * This method will return an instance of the threadpool given a threadpoolId,
    32     * that can be used by any component in the app. server.
    34     * that can be used by any component in the app. server.
    33     *
    35     *