org.ow2.jasmine.fdf.ejb
Class FDFEjbImpl

java.lang.Object
  extended by org.ow2.jasmine.fdf.ejb.FDFEjbImpl
All Implemented Interfaces:
FdfEjb

@DeclareRoles(value="jasmine")
public class FDFEjbImpl
extends java.lang.Object
implements FdfEjb

Implementation of FdfEjb.

Author:
Julien Legrand

Constructor Summary
FDFEjbImpl()
           
 
Method Summary
 java.lang.Integer install(JASMINeNodeImpl jasmineNode)
           
 java.lang.Integer start(JASMINeNodeImpl jasmineNode)
           
 java.lang.Integer stop(JASMINeNodeImpl jasmineNode)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

FDFEjbImpl

public FDFEjbImpl()
Method Detail

install

@RolesAllowed(value="jasmine")
public final java.lang.Integer install(JASMINeNodeImpl jasmineNode)
                                throws java.lang.Exception
Specified by:
install in interface FdfEjb
Returns:
Throws:
java.lang.Exception

start

@RolesAllowed(value="jasmine")
public final java.lang.Integer start(JASMINeNodeImpl jasmineNode)
                              throws java.lang.Exception
Specified by:
start in interface FdfEjb
Returns:
Throws:
java.lang.Exception

stop

@RolesAllowed(value="jasmine")
public final java.lang.Integer stop(JASMINeNodeImpl jasmineNode)
                             throws java.lang.Exception
Specified by:
stop in interface FdfEjb
Returns:
Throws:
java.lang.Exception


Copyright © 2008 OW2 Consortium. All Rights Reserved.