org.norther.tammi.spray.db
Class DefaultRepositoryFilter
java.lang.Object
org.norther.tammi.core.base.Adaptee
org.norther.tammi.root.db.DefaultRepositoryClient
org.norther.tammi.root.db.DefaultMultiRepositoryClient
org.norther.tammi.spray.db.DefaultRepositoryFilter
- All Implemented Interfaces:
- Serializable, Cloneable, NotificationBroadcaster, NotificationEmitter, Filter, Manageable, MBeanDelegate, MultiRepositoryClient, RepositoryClient, RepositoryFilter
public class DefaultRepositoryFilter
- extends DefaultMultiRepositoryClient
- implements RepositoryFilter
A default implementation of RepositoryFilter.
- Author:
- Marketta Priha
- See Also:
- Serialized Form
| Methods inherited from class org.norther.tammi.root.db.DefaultMultiRepositoryClient |
acquirePersister, acquirePersister, acquirePersister, clearConnections, connectionKeySet, containsConnection, getAuthenticatedPasswordKey, getAuthenticatedUsernameKey, getAuthenticationConnectionKey, getConnection, getConnection, getConnection, getConnection, getConnectionAlias, getConnectionKey, getConnectionUsername, getPersisterClassName, getResourceKey, isConnectionAuthenticated, removeConnection, setAuthenticationConnection, setConnection, setConnection, setConnectionAlias, setConnectionAuthenticated, setConnectionKey, setConnectionPassword, setConnectionUsername, setPersisterClassName, setResourceKey |
| Methods inherited from class org.norther.tammi.root.db.DefaultRepositoryClient |
acquirePersister, acquirePersister, acquirePersister, getAuthenticatedPasswordKey, getAuthenticatedUsernameKey, getAuthenticationConnectionKey, getConnectionUsername, getPersister, getPersisterClassName, isConnectionAuthenticated, setAuthenticationConnection, setConnectionAuthenticated, setConnectionPassword, setConnectionUsername, setPersisterClassName |
| Methods inherited from class org.norther.tammi.core.base.Adaptee |
addAdaptee, addNotificationListener, getAttributeSupport, getBroker, getCanonicalName, getDomain, getFactory, getLoader, getLog, getLog, getMBean, getMBeanServer, getNotificationInfo, getObjectName, getRegistrationTime, getSequenceNumber, hasListeners, isRegistered, postmanaged, premanaged, removeNotificationListener, removeNotificationListener, sendNotification, sendNotification, sendNotification, sendNotification, unmanaged, unregister |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Methods inherited from interface org.norther.tammi.root.db.MultiRepositoryClient |
acquirePersister, acquirePersister, acquirePersister, clearConnections, connectionKeySet, containsConnection, getAuthenticatedPasswordKey, getAuthenticatedUsernameKey, getAuthenticationConnectionKey, getConnectionAlias, getConnectionUsername, getPersisterClassName, getResourceKey, isConnectionAuthenticated, removeConnection, setAuthenticationConnection, setConnectionAlias, setConnectionAuthenticated, setConnectionPassword, setConnectionUsername, setPersisterClassName, setResourceKey |
| Methods inherited from interface org.norther.tammi.root.db.RepositoryClient |
acquirePersister, acquirePersister, acquirePersister, getAuthenticatedPasswordKey, getAuthenticatedUsernameKey, getAuthenticationConnectionKey, getConnectionKey, getConnectionUsername, getPersisterClassName, isConnectionAuthenticated, setAuthenticationConnection, setConnectionAuthenticated, setConnectionKey, setConnectionPassword, setConnectionUsername, setPersisterClassName |
DefaultRepositoryFilter
public DefaultRepositoryFilter()
- The default constructor.
init
public void init(FilterConfig config)
throws ServletException
- Specified by:
init in interface Filter
- Throws:
ServletException
destroy
public void destroy()
- Specified by:
destroy in interface Filter
doFilter
public void doFilter(ServletRequest request,
ServletResponse response,
FilterChain chain)
throws ServletException,
IOException
- Specified by:
doFilter in interface Filter
- Throws:
ServletException
IOException
Copyright © 2004 The Norther Organization. All rights reserved.