org.apache.openejb.client.event
Class ConnectionFactoryAdded

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

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

Version:
$Rev$ $Date$

Constructor Summary
ConnectionFactoryAdded(String scheme, ConnectionFactory factory)
           
 
Method Summary
 ConnectionFactory getFactory()
           
 String getScheme()
           
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

ConnectionFactoryAdded

public ConnectionFactoryAdded(String scheme,
                              ConnectionFactory factory)
Method Detail

getScheme

public String getScheme()

getFactory

public ConnectionFactory getFactory()

toString

public String toString()
Overrides:
toString in class Object


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