On Sat, 29 Jun 2002, Mladen Turk wrote: > > Also, why a new jkStatus method instead of setAttribute() ? > > > > Need the static call, cause its called from TomcatStarter, and since I > don't need to pass nothing fancy, that was the simplest thing I can > think of.
Well, it's ok - but long term I think we should make setAttribute() easier to use and remove jkStatus(). What about static setAttribute( String componentName, String attName, String val ) ? get/setAttribute doesn't have to be very fast - and that can be implemented quite easily. jkStatus() will become setAttribute( "channel.jni", "status", ...). Costin -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>
