org.jboss.cdi.tck.tests.context.passivating.dependency.resource.persistence
Class Pool

java.lang.Object
  extended by 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()
           
 
Method Summary
 DataSource getDataSource()
           
 String getId()
           
 void init()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Pool

public Pool()
Method Detail

getId

public String getId()

getDataSource

public DataSource getDataSource()

init

@PostConstruct
public void init()


Copyright © 2008-2013 Seam Framework. All Rights Reserved.