org.jboss.cdi.tck.tests.context.passivating.dependency.resource.persistence
Class Pool
java.lang.Object
org.jboss.cdi.tck.tests.context.passivating.dependency.resource.persistence.Pool
- All Implemented Interfaces:
- Serializable
@SessionScoped
public class Pool
- extends Object
- implements Serializable
- See Also:
- Serialized Form
|
Constructor Summary |
Pool()
|
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Pool
public Pool()
getId
public String getId()
getDataSource
public DataSource getDataSource()
init
@PostConstruct
public void init()
Copyright © 2008-2013 Seam Framework. All Rights Reserved.