Uses of Class
org.apache.cayenne.di.BeforeScopeEnd

Packages that use BeforeScopeEnd
org.apache.cayenne.access Contains classes that make up Cayenne ORM stack. 
org.apache.cayenne.configuration   
org.apache.cayenne.configuration.server   
org.apache.cayenne.conn Provides full DataSource implementation. 
org.apache.cayenne.event Contains classes that make up Cayenne generic event dispatch mechanism. 
 

Uses of BeforeScopeEnd in org.apache.cayenne.access
 

Methods in org.apache.cayenne.access with annotations of type BeforeScopeEnd
 void DataDomain.shutdown()
          Shutdowns all owned data nodes and marks this domain as stopped.
 

Uses of BeforeScopeEnd in org.apache.cayenne.configuration
 

Methods in org.apache.cayenne.configuration with annotations of type BeforeScopeEnd
 void CayenneRuntime.shutdown()
          Shuts down the DI injector of this runtime, giving all services that need to release some resources a chance to do that.
 

Uses of BeforeScopeEnd in org.apache.cayenne.configuration.server
 

Methods in org.apache.cayenne.configuration.server with annotations of type BeforeScopeEnd
 void DelegatingDataSourceFactory.shutdown()
           
 

Uses of BeforeScopeEnd in org.apache.cayenne.conn
 

Methods in org.apache.cayenne.conn with annotations of type BeforeScopeEnd
 void PoolManager.shutdown()
          Closes all existing connections, drains the pool and stops the maintenance thread.
 

Uses of BeforeScopeEnd in org.apache.cayenne.event
 

Methods in org.apache.cayenne.event with annotations of type BeforeScopeEnd
 void DefaultEventManager.shutdown()
          Stops event threads.
 



Copyright © 2001-2011 Apache Cayenne. All Rights Reserved.