Package AccessEngine :: Package AEMonitor
[hide private]
[frames] | no frames]

Source Code for Package AccessEngine.AEMonitor

 1  ''' 
 2  Defines abstract classes representing the interfaces that must be implemented 
 3  by a monitor for SUE. 
 4   
 5  @author: Peter Parente 
 6  @organization: IBM Corporation 
 7  @copyright: Copyright (c) 2005, 2007 IBM Corporation 
 8  @license: The BSD License 
 9   
10  @author: Frank Zenker 
11  @organization: IT Science Center Ruegen gGmbH, Germany 
12  @copyright: Copyright (c) 2007, 2008 ITSC Ruegen 
13  @license: The BSD License 
14   
15  All rights reserved. This program and the accompanying materials are made  
16  available under the terms of the BSD license which accompanies 
17  this distribution, and is available at 
18  U{http://www.opensource.org/licenses/bsd-license.php} 
19  ''' 
20  from Base import AEMonitor 
21  from MonitorCollection import MonitorCollection 
22