Uses of Interface
org.talika.tarsis.service.Service

Packages that use Service
org.talika.tarsis.command.factory This package contains all CommandFactory related classes. 
org.talika.tarsis.command.factory.xml This package contains XML based implementations of CommandFactory
org.talika.tarsis.factory This package contains Factory interface and implementations. 
org.talika.tarsis.log This package contains Logger interface and implementations. 
org.talika.tarsis.security This package contains security interfaces and classes of architecture. 
org.talika.tarsis.security.memory This package contains memory implementation of security interfaces of architecture. 
org.talika.tarsis.service This package contains Factory interface and all object factories implementations. 
 

Uses of Service in org.talika.tarsis.command.factory
 

Classes in org.talika.tarsis.command.factory that implement Service
 class CommandFactoryService
          Base implementation of CommandFactory interface.
 

Uses of Service in org.talika.tarsis.command.factory.xml
 

Classes in org.talika.tarsis.command.factory.xml that implement Service
 class XmlCommandFactory
          XML based implementation of CommandFactory interface.
 class XmlCommandsFactory
          XML based implementation of CommandFactory interface.
 

Uses of Service in org.talika.tarsis.factory
 

Classes in org.talika.tarsis.factory that implement Service
 class DataSourceFactory
          DataSource factory implementation of Factory interface.
 class FactoryService
          Base implementation of Factory interface.
 class JndiContextFactory
          JNDI Context factory implementation of Factory interface.
 class LdapContextFactory
          JNDI LDAP DirContext factory implementation of Factory interface.
 class SmtpMailSession
          SMTP mail Session factory implementation of Factory interface.
 

Uses of Service in org.talika.tarsis.log
 

Classes in org.talika.tarsis.log that implement Service
 class ConsoleLogger
          Implementation of Logger interface that writes messages to default output.
 class FileLogger
          Implementation of Logger interface that writes messages to a given file.
 class LoggerHandler
          Special implementation of Logger interface that serves as a multiplexer that writes log messages to a list of Logger instances.
 class LoggerService
          Base implementation of Logger interface.
 

Uses of Service in org.talika.tarsis.security
 

Classes in org.talika.tarsis.security that implement Service
 class AuthenticatorService
          Base implementation of Authenticator interface.
 class AuthorizatorService
          Base implementation of Authorizator interface.
 

Uses of Service in org.talika.tarsis.security.memory
 

Classes in org.talika.tarsis.security.memory that implement Service
 class MemoryAuthenticator
          XML/Memory implementation of Authenticator interface.
 class MemoryAuthorizator
          XML/Memory implementation of Authorizator interface.
 

Uses of Service in org.talika.tarsis.service
 

Classes in org.talika.tarsis.service that implement Service
 class AbstractService
          Base implementation of Service interface.
 



Copyright © 2002-2012 Talika Open Source Group. All Rights Reserved.