org.ow2.util.ee.metadata.ejbjar.api.struct
Interface IDependsOn

All Superinterfaces:
Serializable

public interface IDependsOn
extends Serializable

Interface for a @javax.ejb.DependsOn annotation.

Author:
Florent Benoit

Method Summary
 List<String> getBeans()
           
 void setBeans(List<String> beanNames)
          Sets the list of the beans on which we depends.
 

Method Detail

setBeans

void setBeans(List<String> beanNames)
Sets the list of the beans on which we depends.

Parameters:
beanNames - array of beans

getBeans

List<String> getBeans()
Returns:
list of bean names.


Copyright © 2007-2012 OW2 Consortium. All Rights Reserved.