on 1/17/02 6:11 PM, "[EMAIL PROTECTED]" <[EMAIL PROTECTED]> wrote:

> +                    else
> +                        if ( message.startsWith( "switch" ) )
> +                    {
> +                        String numS = message.substring( message.indexOf( " "
> ) + 1, message.length() );
> +                        try {
> +                        int num = Integer.parseInt( numS.trim() );
> +                        }
> +                        catch ( Exception e )
> +                        {
> +                          p( "usage: switch number" );
> +                          p( "  1 == testCache1" );
> +                        }
> +                        if ( numS == null )
> +                        {
> +                          p( "usage: switch number" );
> +                          p( "  1 == testCache1" );
> +                        }
> +                        else
> +                        {
> +                             cache_control = GroupCacheAccess.getGroupAccess(
> "testCache" + numS );
> +                             p( "switched to cache = " + "testCache" + numS
> );
> +                             p( cache_control.toString() );
> +                        }
> +                    }

Formatting.

-jon

-- 
Standard rules apply: Ask any questions, and you get the job. ;-)


--
To unsubscribe, e-mail:   <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>

Reply via email to