Uses of Class
org.talika.tarsis.service.ServiceException

Packages that use ServiceException
org.talika.tarsis.command.factory.xml This package contains XML based implementations of CommandFactory
org.talika.tarsis.context This package contains Context interface and implementation classes. 
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.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 ServiceException in org.talika.tarsis.command.factory.xml
 

Methods in org.talika.tarsis.command.factory.xml that throw ServiceException
 void XmlCommandFactory.init(Context context)
          Called by the framework to indicate that is being placed into service.
 void XmlCommandsFactory.init(Context context)
          Called by the framework to indicate that is being placed into service.
 

Uses of ServiceException in org.talika.tarsis.context
 

Methods in org.talika.tarsis.context that throw ServiceException
 void ContextImpl.init(javax.servlet.ServletContext ctx)
          Called on starts up of the Tarsis MVC Framework and put all components in service.
 

Uses of ServiceException in org.talika.tarsis.factory
 

Methods in org.talika.tarsis.factory that throw ServiceException
 void DataSourceFactory.init(Context context)
          Called by the framework to indicate that is being placed into service.
 

Uses of ServiceException in org.talika.tarsis.log
 

Methods in org.talika.tarsis.log that throw ServiceException
 void FileLogger.init(Context context)
          Called by the framework to indicate that is being placed into service.
 void LoggerHandler.init(Context context)
          Called by the framework to indicate that is being placed into service.
 

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

Methods in org.talika.tarsis.security.memory that throw ServiceException
 void MemoryAuthenticator.init(Context context)
          Called by the framework to indicate that is being placed into service.
 void MemoryAuthorizator.init(Context context)
          Called by the framework to indicate that is being placed into service.
 

Uses of ServiceException in org.talika.tarsis.service
 

Methods in org.talika.tarsis.service that throw ServiceException
 void Service.init(Context context)
          Called by the framework to indicate that is being placed into service.
 void AbstractService.init(Context context)
          Called by the framework to indicate that is being placed into service.
 



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