org.struts.velocity.demo.service
Class LoginService

java.lang.Object
  extended byorg.struts.velocity.demo.service.LoginService
All Implemented Interfaces:
org.strutsit.architecture.service.Service

public class LoginService
extends java.lang.Object
implements org.strutsit.architecture.service.Service

Since:
JDK 1.4
Version:
$Revision: 1.18 $
Author:
Manfred Wolff

Constructor Summary
LoginService()
           
 
Method Summary
 void execute(org.apache.commons.chain.Context context)
          This service provides the following action: LOGIN_ACOUNT_EXISTS: Prooves if an account already exists.
 org.strutsit.examples.service.EmailService getEservice()
           
 void setEservice(org.strutsit.examples.service.EmailService eservice)
          This service will be set by hivemind.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

LoginService

public LoginService()
Method Detail

execute

public void execute(org.apache.commons.chain.Context context)
             throws java.lang.Exception
This service provides the following action:

Specified by:
execute in interface org.strutsit.architecture.service.Service
Throws:
java.lang.Exception

getEservice

public org.strutsit.examples.service.EmailService getEservice()
Returns:
Returns the eservice.

setEservice

public void setEservice(org.strutsit.examples.service.EmailService eservice)
This service will be set by hivemind.

Parameters:
eservice - The eservice to set.


Copyright © 2005 Struts-it comunity. All Rights Reserved.