org.ow2.util.ee.metadata.common.api.struct
Interface IJEjbEJB

All Superinterfaces:
Serializable

public interface IJEjbEJB
extends Serializable

Acts as an implementation of @EJB annotation.

Author:
Gael Lalire

Method Summary
 String getBeanInterface()
           
 String getBeanName()
           
 String getLookup()
           
 String getMappedName()
           
 String getName()
           
 void setBeanInterface(String beanInterface)
          Sets the business or home Interface.
 void setBeanName(String beanName)
          Sets bean name (Name of stateless, stateful, etc.
 void setLookup(String lookup)
          Sets lookup the lookup Name.
 void setMappedName(String mappedName)
          Sets mapped Name.
 void setName(String name)
          Sets Name (resource to be looked up).
 

Method Detail

getName

String getName()
Returns:
Name (resource to be looked up).

setName

void setName(String name)
Sets Name (resource to be looked up).

Parameters:
name - the given name.

getBeanName

String getBeanName()
Returns:
Bean name (Name of stateless, stateful, etc. or ejb-name).

setBeanName

void setBeanName(String beanName)
Sets bean name (Name of stateless, stateful, etc. or ejb-name).

Parameters:
beanName - the given name.

getBeanInterface

String getBeanInterface()
Returns:
business or home Interface.

setBeanInterface

void setBeanInterface(String beanInterface)
Sets the business or home Interface.

Parameters:
beanInterface - the given interface.

getMappedName

String getMappedName()
Returns:
MappedName.

setMappedName

void setMappedName(String mappedName)
Sets mapped Name.

Parameters:
mappedName - the given mappedName.

getLookup

String getLookup()
Returns:
lookup.

setLookup

void setLookup(String lookup)
Sets lookup the lookup Name.

Parameters:
lookup - the given lookup.


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