org.apache.cactus.client
class ConnectionHelperFactory

java.lang.Object
  |
  +--org.apache.cactus.client.ConnectionHelperFactory
Known Advisors:
LogAspect

public class ConnectionHelperFactory
extends java.lang.Object

Factory that returns the ConnectionHelper specified in Cactus configuration or the default one if none has been specified.

Version:
$Id: ConnectionHelperFactory.html,v 1.1 2003/04/14 12:27:25 sinisa Exp $
Author:
Vincent Massol
See Also:
Configuration

Constructor Summary
ConnectionHelperFactory()
           
 
Method Summary
static ConnectionHelper getConnectionHelper(String theUrl)
           Affected by: LogAspect
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ConnectionHelperFactory

public ConnectionHelperFactory()
Method Detail

getConnectionHelper

public static ConnectionHelper getConnectionHelper(String theUrl)
Affected by:
around() in LogAspect.


Copyright © 2000-2002 Apache Software Foundation. All Rights Reserved.