Package org.apache.avalon.excalibur.monitor

Examples of org.apache.avalon.excalibur.monitor.FileResource


            getLogger().info( "Aquired Active monitor" );
            for ( int i = 0; i < 500; i++ )
            {
                final int threadNum = i;
                final Thread thread = new Thread() {
                    Resource resource = new FileResource( "testts-" + threadNum + ".txt" );

                    public void run()
                    {
                        while ( true )
                        {
View Full Code Here


            getLogger().info( "Aquired Active monitor" );
            for ( int i = 0; i < 500; i++ )
            {
                final int threadNum = i;
                final Thread thread = new Thread() {
                    Resource resource = new FileResource( "testts-" + threadNum + ".txt" );

                    public void run()
                    {
                        while ( true )
                        {
View Full Code Here

TOP

Related Classes of org.apache.avalon.excalibur.monitor.FileResource

Copyright © 2018 www.massapicom. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.