org.apache.openejb.client.event
Class ConnectionPoolCreated

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

@Log(value=FINE)
public class ConnectionPoolCreated
extends Object

Version:
$Rev$ $Date$

Constructor Summary
ConnectionPoolCreated(URI uri, int size, long timeout, TimeUnit timeUnit)
           
 
Method Summary
 int getSize()
           
 long getTimeout()
           
 TimeUnit getTimeUnit()
           
 URI getUri()
           
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

ConnectionPoolCreated

public ConnectionPoolCreated(URI uri,
                             int size,
                             long timeout,
                             TimeUnit timeUnit)
Method Detail

getTimeout

public long getTimeout()

getTimeUnit

public TimeUnit getTimeUnit()

getSize

public int getSize()

getUri

public URI getUri()

toString

public String toString()
Overrides:
toString in class Object


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