Deprecated API


Contents
Deprecated Methods
org.rhq.core.util.file.FileUtil.copyStream(InputStream, OutputStream)
          use StreamUtil for more methods like this - those are unit tested and used more 
org.rhq.core.util.file.FileUtil.copyStream(InputStream, OutputStream, byte[])
          use StreamUtil for more methods like this - those are unit tested and used more 
org.rhq.core.util.jdbc.JDBCUtil.safeClose(InputStream)
          This should correctly be handled at the place where the stream is about to be closed JBNADM-2600 
org.rhq.core.util.jdbc.JDBCUtil.safeClose(OutputStream)
          This should correctly be handled at the place where the stream is about to be closed JBNADM-2600 
org.rhq.core.util.jdbc.JDBCUtil.safeClose(Reader)
          This should correctly be handled at the place where the stream is about to be closed JBNADM-2600 
org.rhq.core.util.jdbc.JDBCUtil.safeClose(Writer)
          This should correctly be handled at the place where the stream is about to be closed JBNADM-2600 
 



Copyright © 2008-2012 Red Hat, Inc.. All Rights Reserved.