org.jboss.netty.util
Class ExternalResourceUtil

java.lang.Object
  extended by org.jboss.netty.util.ExternalResourceUtil

public class ExternalResourceUtil
extends Object

A utility class that provides the convenient shutdown of ExternalResourceReleasables.

Version:
$Rev: 2080 $, $Date: 2010-01-26 18:04:19 +0900 (Tue, 26 Jan 2010) $
Author:
The Netty Project, Trustin Lee

Method Summary
static void release(ExternalResourceReleasable... releasables)
          Releases the specified ExternalResourceReleasables.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

release

public static void release(ExternalResourceReleasable... releasables)
Releases the specified ExternalResourceReleasables.



Copyright © 2008-2011 JBoss, a division of Red Hat, Inc.. All Rights Reserved.