org.apache.openejb.client.event
Class ConnectionStrategyAdded

java.lang.Object
  extended by org.apache.openejb.client.event.ConnectionStrategyAdded

@Log(value=CONFIG)
public class ConnectionStrategyAdded
extends Object

Version:
$Rev$ $Date$

Constructor Summary
ConnectionStrategyAdded(String scheme, ConnectionStrategy strategy)
           
 
Method Summary
 String getScheme()
           
 ConnectionStrategy getStrategy()
           
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

ConnectionStrategyAdded

public ConnectionStrategyAdded(String scheme,
                               ConnectionStrategy strategy)
Method Detail

getScheme

public String getScheme()

getStrategy

public ConnectionStrategy getStrategy()

toString

public String toString()
Overrides:
toString in class Object


Copyright © 1999-2013 The Apache Software Foundation. All Rights Reserved.