org.jboss.ejb3.annotation.impl
Class PoolImpl

java.lang.Object
  extended by 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

Field Summary
 int maxSize
           
 long timeout
           
 String value
           
 
Constructor Summary
PoolImpl()
           
 
Method Summary
 Class<? extends Annotation> annotationType()
           
 int maxSize()
           
 void setMaxSize(int maxSize)
           
 void setTimeout(long timeout)
           
 void setValue(String value)
           
 long timeout()
           
 String toString()
           
 String value()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 
Methods inherited from interface java.lang.annotation.Annotation
equals, hashCode
 

Field Detail

value

public String value

maxSize

public int maxSize

timeout

public long timeout
Constructor Detail

PoolImpl

public PoolImpl()
Method Detail

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 © 2009 JBoss, a division of Red Hat, Inc.. All Rights Reserved.