Uses of Interface
org.norther.tammi.core.base.MBeanDelegate

Packages that use MBeanDelegate
org.norther.tammi.core.base   
org.norther.tammi.core.cache   
org.norther.tammi.core.config   
org.norther.tammi.core.converter   
org.norther.tammi.core.external   
org.norther.tammi.core.io   
org.norther.tammi.core.locale   
org.norther.tammi.core.logger   
org.norther.tammi.core.mail   
org.norther.tammi.core.monitor   
org.norther.tammi.core.naming   
org.norther.tammi.core.net   
org.norther.tammi.core.nio   
org.norther.tammi.core.pool   
org.norther.tammi.core.realm   
org.norther.tammi.core.relation   
org.norther.tammi.core.rt   
org.norther.tammi.core.scripter   
org.norther.tammi.core.security   
org.norther.tammi.core.startup   
org.norther.tammi.core.thread   
org.norther.tammi.core.xml   
org.norther.tammi.leaf.jfc   
org.norther.tammi.manual.chapter   
org.norther.tammi.root.castor   
org.norther.tammi.root.db   
org.norther.tammi.root.hibernate   
org.norther.tammi.root.ojb   
org.norther.tammi.root.realm   
org.norther.tammi.root.rt   
org.norther.tammi.spray.authenticator   
org.norther.tammi.spray.connector   
org.norther.tammi.spray.db   
org.norther.tammi.spray.engine   
org.norther.tammi.spray.filter   
org.norther.tammi.spray.freemarker   
org.norther.tammi.spray.loader   
org.norther.tammi.spray.locale   
org.norther.tammi.spray.media   
org.norther.tammi.spray.monitor   
org.norther.tammi.spray.protocol   
org.norther.tammi.spray.remote   
org.norther.tammi.spray.servlet   
org.norther.tammi.spray.session   
org.norther.tammi.spray.template   
org.norther.tammi.spray.terminal   
org.norther.tammi.spray.velocity   
org.norther.tammi.sprig.chart   
org.norther.tammi.sprig.jasper   
org.norther.tammi.sprig.jfree   
org.norther.tammi.sprig.report   
 

Uses of MBeanDelegate in org.norther.tammi.core.base
 

Classes in org.norther.tammi.core.base that implement MBeanDelegate
 class Adaptee
          A manageable adaptee for non-referable MBeans.
 class DefaultBroker
          A default implementation of Broker.
 class DefaultContainer
          A default implementation of Container.
 class DefaultDomain
          A default implementation of Domain.
 class DefaultFactory
          A default implementation of Factory.
 class DefaultObjectFactory
          A default implementation of ObjectFactory acting also as an adapter to class specific implementations.
 class DefaultRegistry
          A default implementation of Registry.
 class Referable
          This is the default implementation and base class of referable MBeans maintaining their registration state and supporting direct references.
 

Methods in org.norther.tammi.core.base with parameters of type MBeanDelegate
 void Adaptee.premanaged(MBeanDelegate adapter)
           
 void DefaultDomain.premanaged(MBeanDelegate adapter)
           
 void Manageable.premanaged(MBeanDelegate adapter)
          This method is called when the implementing adaptee is trying to be managed either during pre-registration of the corresponding adapter MBean or just before it is explicitly added to the adapter MBean during run-time.
 

Constructors in org.norther.tammi.core.base with parameters of type MBeanDelegate
AttributeSupport(MBeanDelegate adapter)
          Constructs a new attribute support.
 

Uses of MBeanDelegate in org.norther.tammi.core.cache
 

Classes in org.norther.tammi.core.cache that implement MBeanDelegate
 class DefaultCacheClient
          A default implementation of CacheClient.
 class DefaultKeyCacheClient
          A default implementation of KeyCacheClient.
 

Methods in org.norther.tammi.core.cache that return MBeanDelegate
protected  MBeanDelegate DefaultCache.getMBeanDelegate()
          Gets the delegate to provide access to its methods for subclasses.
 

Methods in org.norther.tammi.core.cache with parameters of type MBeanDelegate
 void DefaultCache.premanaged(MBeanDelegate adapter)
           
 

Uses of MBeanDelegate in org.norther.tammi.core.config
 

Classes in org.norther.tammi.core.config that implement MBeanDelegate
 class AbstractStreamConfigurator
          An abstract implementation of StreamConfigurator.
 class DefaultConfigurable
          A default implementation of Configurable maintaining its configuration in key/value based properties.
 class DefaultConfigurableConverter
          A default implementation of ConfigurableConverter.
 class DefaultConfigurableFactory
          A default implementation of ConfigurableFactory.
 class DefaultConfigurator
          A default implementation of Configurator.
 class DefaultPropertyConfigurator
          A default implementation of PropertyConfigurator supporting multi-valued properties in separate lines by default.
 class DefaultXMLConfigurator
          A default implementation of XMLConfigurator.
 

Uses of MBeanDelegate in org.norther.tammi.core.converter
 

Classes in org.norther.tammi.core.converter that implement MBeanDelegate
 class DefaultConverter
          A default implementation of Converter.
 class DefaultDateConverter
          A default implementation of DateConverter.
 class DefaultNumberConverter
          A default implementation of NumberConverter.
 class DefaultObjectConverter
          A default implementation of ObjectConverter acting also as an adapter to class specific implementations.
 class DefaultObjectNameConverter
          A converter for references between related MBeans.
 

Uses of MBeanDelegate in org.norther.tammi.core.external
 

Classes in org.norther.tammi.core.external that implement MBeanDelegate
 class DefaultLibrary
          An abstract implementation of native Library.
 

Uses of MBeanDelegate in org.norther.tammi.core.io
 

Classes in org.norther.tammi.core.io that implement MBeanDelegate
 class DefaultPathFinder
          A default implementation of PathFinder.
 

Uses of MBeanDelegate in org.norther.tammi.core.locale
 

Classes in org.norther.tammi.core.locale that implement MBeanDelegate
 class DefaultContentTypeMap
          A default implementation of ContentTypeMap.
 class DefaultFallbackMap
          A default implementation of FallbackMap.
 class DefaultResourceFinder
          A default implementation of ResourceFinder.
 class DefaultResourceMap
          A default implementation of ResourceMap.
 

Uses of MBeanDelegate in org.norther.tammi.core.logger
 

Classes in org.norther.tammi.core.logger that implement MBeanDelegate
 class AbstractLogger
          An abstract implementation of Logger.
 class AbstractThreadedLogger
          An abstract implementation of ThreadedLogger.
 class JDK4Logger
          A JDK4 logger implementation.
 class Log4JLogger
          A Log4J logger implementation.
 

Uses of MBeanDelegate in org.norther.tammi.core.mail
 

Classes in org.norther.tammi.core.mail that implement MBeanDelegate
 class DefaultInternetAddressConverter
          A converter for instances representing internet email addresses according to RFC822 .
 class DefaultMailSender
          A default implementation of MailSender.
 class DefaultSessionFactory
          A default implementation of a factory for instantiating javax.mail.Session objects.
 

Uses of MBeanDelegate in org.norther.tammi.core.monitor
 

Classes in org.norther.tammi.core.monitor that implement MBeanDelegate
 class DefaultCacheMonitor
          The default implementation of CacheMonitor.
 class DefaultFinalizer
          A default implementation of Finalizer.
 

Uses of MBeanDelegate in org.norther.tammi.core.naming
 

Classes in org.norther.tammi.core.naming that implement MBeanDelegate
 class DefaultContextFactory
          A default implementation of a naming context factory.
 

Uses of MBeanDelegate in org.norther.tammi.core.net
 

Classes in org.norther.tammi.core.net that implement MBeanDelegate
 class AbstractCommonFactory
          An abstract implementation of network resource CommonFactory.
 class AbstractCommonSecureFactory
          An abstract implementation of network resource CommonSecureFactory.
 class AbstractSecureSocketFactory
          An abstract implementation of network socket CommonSecureFactory.
 class AbstractSocketFactory
          An abstract implementation of network socket CommonFactory.
 class DefaultSecureServerSocketFactory
          A default implementation of SecureServerSocketFactory.
 class DefaultSecureSocketFactory
          A default implementation of SecureSocketFactory.
 class DefaultServerSocketFactory
          A default implementation of ServerSocketFactory.
 class DefaultSocketFactory
          A default implementation of SocketFactory.
 

Uses of MBeanDelegate in org.norther.tammi.core.nio
 

Classes in org.norther.tammi.core.nio that implement MBeanDelegate
 class DefaultSecureServerChannelFactory
          A default implementation of SecureServerChannelFactory.
 class DefaultServerChannelFactory
          A default implementation of ServerChannelFactory.
 

Uses of MBeanDelegate in org.norther.tammi.core.pool
 

Classes in org.norther.tammi.core.pool that implement MBeanDelegate
 class DefaultPool
          A default implementation of Pool.
 

Uses of MBeanDelegate in org.norther.tammi.core.realm
 

Classes in org.norther.tammi.core.realm that implement MBeanDelegate
 class AbstractRealm
          An abstract implementation of Realm.
 class DefaultJndiRealm
          A default implementation of JndiRealm.
 class DefaultMemoryRealm
          A default implementation of MemoryRealm.
 class DefaultNativeRealm
          A default implementation of NativeRealm.
 

Uses of MBeanDelegate in org.norther.tammi.core.relation
 

Classes in org.norther.tammi.core.relation that implement MBeanDelegate
 class Relation
          A default implementation of a relation MBean.
 

Uses of MBeanDelegate in org.norther.tammi.core.rt
 

Classes in org.norther.tammi.core.rt that implement MBeanDelegate
 class DefaultIdentityConverter
          An identity converter.
 class DefaultVariableConverter
          A default implementation of VariableConverter.
 class DefaultVariableRegistry
          A default implementation of VariableRegistry.
 class VariableTree
          A default implementation of VariableTreeMBean.
 

Methods in org.norther.tammi.core.rt that return MBeanDelegate
protected  MBeanDelegate VariableY.getMBeanDelegate()
          Gets the delegate to provide access to its methods for subclasses.
 

Uses of MBeanDelegate in org.norther.tammi.core.scripter
 

Classes in org.norther.tammi.core.scripter that implement MBeanDelegate
 class DefaultScripter
          A default implementation of Scripter.
 

Uses of MBeanDelegate in org.norther.tammi.core.security
 

Classes in org.norther.tammi.core.security that implement MBeanDelegate
 class DefaultAccessController
          A default implementation of AccessController.
 class DefaultKeyStoreFactory
          A default implementation of KeyStoreFactory.
 class DefaultKeyStoreLoader
          A default implementation of KeyStoreLoader.
 class DefaultMessageDigestFactory
          A default implementation of MessageDigestFactory.
 class DefaultPermissionConverter
          A converter for instances representing permissions.
 class DefaultSecureContainer
          A default implementation of SecureContainer.
 

Uses of MBeanDelegate in org.norther.tammi.core.startup
 

Classes in org.norther.tammi.core.startup that implement MBeanDelegate
 class DefaultStartup
          A default implementation of StartupMBean.
 

Uses of MBeanDelegate in org.norther.tammi.core.thread
 

Classes in org.norther.tammi.core.thread that implement MBeanDelegate
 class AbstractExecutor
          An abstract implementation of Executor.
 class DefaultDirectExecutor
          A direct executor running executables in the caller's thread.
 class DefaultExecutable
          A default implementation of Executable.
 class DefaultPooledExecutor
          A default implementation of PooledExecutor.
 class DefaultSchedulable
          A default implementation of Schedulable.
 class DefaultScheduler
          A default implementation of Scheduler.
 class DefaultThreadedExecutor
          A default implementation of ThreadedExecutor.
 class DefaultThreadFactory
          A default implementation of ThreadFactory.
 class DefaultTimeout
          A default implementation of Timeout.
 

Uses of MBeanDelegate in org.norther.tammi.core.xml
 

Classes in org.norther.tammi.core.xml that implement MBeanDelegate
 class DefaultDOMBuilderFactory
          A default implementation of DOMBuilderFactor.
 class DefaultSAXParserFactory
          A default implementation of SAXParserFactory.
 

Uses of MBeanDelegate in org.norther.tammi.leaf.jfc
 

Classes in org.norther.tammi.leaf.jfc that implement MBeanDelegate
 class DefaultJFCFactory
          A default implementation of JFCFactory.
 

Uses of MBeanDelegate in org.norther.tammi.manual.chapter
 

Classes in org.norther.tammi.manual.chapter that implement MBeanDelegate
 class Chapter
          Chapter is the default implementation of the ChapterMBean interface.
 

Uses of MBeanDelegate in org.norther.tammi.root.castor
 

Classes in org.norther.tammi.root.castor that implement MBeanDelegate
 class DefaultXMLPersisterFactory
          A default implementation of XMLPersisterFactory.
 

Uses of MBeanDelegate in org.norther.tammi.root.db
 

Classes in org.norther.tammi.root.db that implement MBeanDelegate
 class AbstractPersisterFactory
          An abstract implementation of PersisterFactory.
 class DefaultBeanRepositoryClient
          A default implementation of BeanRepositoryClient.
 class DefaultMultiRepositoryClient
          A default implementation of MultiRepositoryClient.
 class DefaultRepositoryClient
          A default implementation of RepositoryClient.
 

Uses of MBeanDelegate in org.norther.tammi.root.hibernate
 

Classes in org.norther.tammi.root.hibernate that implement MBeanDelegate
 class DefaultHibernatePersisterFactory
          A default implementation of HibernatePersisterFactory.
 

Uses of MBeanDelegate in org.norther.tammi.root.ojb
 

Classes in org.norther.tammi.root.ojb that implement MBeanDelegate
 class DefaultBaseQueryFactory
          A factory for org.apache.ojb.broker.query.Query instances providing base queries.
 class DefaultOJBPersisterFactory
          A default implementation of OJBPersisterFactory.
 class DefaultReportQueryFactory
          A factory for org.apache.ojb.broker.query.Query instances providing report queries.
 

Uses of MBeanDelegate in org.norther.tammi.root.realm
 

Classes in org.norther.tammi.root.realm that implement MBeanDelegate
 class DefaultRepositoryRealm
          A default implementation of RepositoryRealm.
 

Uses of MBeanDelegate in org.norther.tammi.root.rt
 

Classes in org.norther.tammi.root.rt that implement MBeanDelegate
 class VariableRoot
          A default implementation of VariableRootMBean.
 

Uses of MBeanDelegate in org.norther.tammi.spray.authenticator
 

Classes in org.norther.tammi.spray.authenticator that implement MBeanDelegate
 class AbstractAuthenticatorFilter
          An abstract implementation of AuthenticatorFilter providing the base functionality for subclasses implementing specific authentication schemes.
 class DefaultCachedAuthFilter
          A default implementation of CachedAuthFilter.
 class DefaultHttpBasicAuthFilter
          An implementation of the BASIC authentication scheme.
 class DefaultHttpDigestAuthFilter
          An implementation of the DIGEST authentication sheme.
 class DefaultHttpFormAuthFilter
          An implementation of the FORM BASED authentication.
 class DefaultHttpSspiAuthFilter
          An implementation of the SSPI authentication sheme.
 class DefaultSSLCertAuthFilter
          An implementation of the CLIENT_CERT authentication scheme.
 class DefaultTerminalAuthFilter
          An implementation of the TERM authentication scheme.
 

Uses of MBeanDelegate in org.norther.tammi.spray.connector
 

Classes in org.norther.tammi.spray.connector that implement MBeanDelegate
 class DefaultChannelConnector
          A default implementation of ChannelConnector.
 class DefaultConnector
          A default implementation of Connector.
 class DefaultExecutableConnector
          A default implementation of ExecutableConnector.
 class DefaultLocalConnector
          A default implementation of LocalConnector.
 class DefaultSocketConnector
          A default implementation of SocketConnector.
 class DefaultTCPConnector
          A default implementation of TCPConnector.
 

Methods in org.norther.tammi.spray.connector with parameters of type MBeanDelegate
 void DefaultExecutableConnector.premanaged(MBeanDelegate adapter)
           
 

Uses of MBeanDelegate in org.norther.tammi.spray.db
 

Classes in org.norther.tammi.spray.db that implement MBeanDelegate
 class DefaultBeanRepositoryFilter
          A default implementation of BeanRepositoryFilter.
 class DefaultRepositoryFilter
          A default implementation of RepositoryFilter.
 

Uses of MBeanDelegate in org.norther.tammi.spray.engine
 

Classes in org.norther.tammi.spray.engine that implement MBeanDelegate
 class AbstractTemplateEngine
          An abstract implementation of TemplateEngine.
 class DefaultContextToolFilter
          A default implementation of ContextToolFilter.
 class DefaultSecuredFilter
          A default implementation of SecuredFilter.
 

Uses of MBeanDelegate in org.norther.tammi.spray.filter
 

Classes in org.norther.tammi.spray.filter that implement MBeanDelegate
 class AbstractContainerFilter
          An abstract implementation of ContainerFilter.
 class AbstractContainerKeyFilter
          An abstract implementation of ContainerKeyFilter.
 class AbstractSecureContainerFilter
          An abstract implementation of SecureContainerFilter.
 class AbstractSecureContainerKeyFilter
          An abstract implementation of SecureContainerKeyFilter.
 class DefaultBranchingFilter
          A default implementation of BranchingFilter applying the filter key first to request attributes and then to request parameters to obtain the mapping key of the filter branch.
 class DefaultClosingFilter
          A default implementation of ClosingFilter.
 class DefaultContainerFilter
          A default implementation of ContainerFilter.
 class DefaultContainerKeyFilter
          A default implementation of ContainerKeyFilter.
 class DefaultFilter
          A default implementation of Filter.
 class DefaultKeyFilter
          A default implementation of KeyFilter.
 class DefaultLinkFilter
          A default implementation of LinkFilter.
 class DefaultPipe
          A default implementation of Pipe invoking a series of filters that have been configured to be called in order.
 class DefaultSecureContainerFilter
          A default implementation of SecureContainerFilter.
 class DefaultSecureContainerKeyFilter
          A default implementation of SecureContainerKeyFilter.
 class DefaultSecureFilter
          A default implementation of SecureFilter.
 class DefaultSecureKeyFilter
          A default implementation of SecureKeyFilter.
 

Methods in org.norther.tammi.spray.filter with parameters of type MBeanDelegate
 void DefaultExceptionFilter.premanaged(MBeanDelegate adapter)
           
 

Uses of MBeanDelegate in org.norther.tammi.spray.freemarker
 

Classes in org.norther.tammi.spray.freemarker that implement MBeanDelegate
 class FreemarkerEngine
          FreemarkerEngine implements TemplateEngine for Freemarker templates.
 

Uses of MBeanDelegate in org.norther.tammi.spray.loader
 

Classes in org.norther.tammi.spray.loader that implement MBeanDelegate
 class DefaultTaskLoader
          A default implementation TaskLoader.
 

Uses of MBeanDelegate in org.norther.tammi.spray.locale
 

Classes in org.norther.tammi.spray.locale that implement MBeanDelegate
 class DefaultPipeFilter
          A default implementation of PipeFilter.
 class DefaultResourceFilter
          A default implementation of ResourceFilter.
 

Uses of MBeanDelegate in org.norther.tammi.spray.media
 

Classes in org.norther.tammi.spray.media that implement MBeanDelegate
 class AbstractMediaContentFilter
          An abstract implementation of MediaContentFilter.
 class AbstractMediaContentKeyFilter
          An abstract implementation of MediaContentKeyFilter.
 class DefaultCachedMediaProvider
          A cached implementation of MediaProvider.
 class DefaultCGIBinFilter
          A default implementation of CGIBinFilter.
 class DefaultFileUploadFilter
          A default implementation of FileUploadFilter.
 class DefaultMediaContentFilter
          A default implementation of MediaContentFilter.
 class DefaultMediaContentKeyFilter
          A default implementation of MediaContentKeyFilter.
 class DefaultMediaProvider
          A default implementation of MediaProvider.
 class DefaultServiceFilter
          A default implementation of ServiceFilter.
 class DefaultTemporaryContentKeyFilter
          A default implementation of TemporaryContentKeyFilter.
 

Uses of MBeanDelegate in org.norther.tammi.spray.monitor
 

Classes in org.norther.tammi.spray.monitor that implement MBeanDelegate
 class DefaultMonitorFilter
          A default implementation of MonitorFilter.
 

Uses of MBeanDelegate in org.norther.tammi.spray.protocol
 

Classes in org.norther.tammi.spray.protocol that implement MBeanDelegate
 class DefaultHostFilter
          A default implementation of HostFilter.
 class DefaultHttpFilter
          A default implementation of HttpFilter.
 class DefaultHttpRelayFilter
          A default implementation of HttpRelayFilter.
 class DefaultIpMaskFilter
          An interface to IP mask filters.
 

Uses of MBeanDelegate in org.norther.tammi.spray.remote
 

Classes in org.norther.tammi.spray.remote that implement MBeanDelegate
 class DefaultRMIConnector
          A default implementation RMIConnector.
 

Methods in org.norther.tammi.spray.remote with parameters of type