org.jboss.ejb3.annotation.impl
Class PoolImpl
java.lang.Object
org.jboss.ejb3.annotation.impl.PoolImpl
- All Implemented Interfaces:
- Annotation, org.jboss.ejb3.annotation.Pool
public class PoolImpl
- extends Object
- implements org.jboss.ejb3.annotation.Pool
- Version:
- $Revision: 67795 $
- Author:
- William DeCoste
value
public String value
maxSize
public int maxSize
timeout
public long timeout
PoolImpl
public PoolImpl()
value
public String value()
setValue
public void setValue(String value)
maxSize
public int maxSize()
setMaxSize
public void setMaxSize(int maxSize)
timeout
public long timeout()
setTimeout
public void setTimeout(long timeout)
annotationType
public Class<? extends Annotation> annotationType()
- Specified by:
annotationType in interface Annotation
toString
public String toString()
- Specified by:
toString in interface Annotation- Overrides:
toString in class Object
Copyright © 2008 JBoss Inc.. All Rights Reserved.