org.apache.cayenne.di
Interface ScopeEventListener

All Known Implementing Classes:
PoolManager

public interface ScopeEventListener

This interface duplicates default reflection based mechanism for receiving DI events. It is not fully supported and its usage are reserved for cases when for some reason it is not possible to use reflection. It is used for example in DataSource managing layer to provide compatibility with java version 5.

Since:
3.1

Method Summary
 void beforeScopeEnd()
          Similar to BeforeScopeEnd
 

Method Detail

beforeScopeEnd

void beforeScopeEnd()
Similar to BeforeScopeEnd



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