org.netbeans.modules.j2ee.dd/1 1.13.0 2

org.netbeans.modules.j2ee.dd.api.common
Interface EjbRef

All Superinterfaces:
CommonDDBean, DescriptionInterface

public interface EjbRef
extends CommonDDBean, DescriptionInterface

Generated interface for EjbRef element.

Important note: Do not provide an implementation of this interface unless you are a DD API provider!


Field Summary
static String EJB_LINK
           
static String EJB_REF_NAME
           
static String EJB_REF_TYPE
           
static String EJB_REF_TYPE_ENTITY
           
static String EJB_REF_TYPE_SESSION
           
static String HOME
           
static String REMOTE
           
 
Method Summary
 int addInjectionTarget(InjectionTarget valueInterface)
           
 String getEjbLink()
          Getter for ejb-link property.
 String getEjbRefName()
          Getter for ejb-ref-name property.
 String getEjbRefType()
          Getter for ejb-ref-type property.
 String getHome()
          Getter for home property.
 InjectionTarget[] getInjectionTarget()
           
 InjectionTarget getInjectionTarget(int index)
           
 String getMappedName()
           
 String getRemote()
          Getter for remote property.
 InjectionTarget newInjectionTarget()
           
 int removeInjectionTarget(InjectionTarget valueInterface)
           
 void setEjbLink(String value)
          Setter for ejb-link property.
 void setEjbRefName(String value)
          Setter for ejb-ref-name property.
 void setEjbRefType(String value)
          Setter for ejb-ref-type property.
 void setHome(String value)
          Setter for home property.
 void setInjectionTarget(InjectionTarget[] value)
           
 void setInjectionTarget(int index, InjectionTarget valueInterface)
           
 void setMappedName(String value)
           
 void setRemote(String value)
          Setter for remote property.
 int sizeInjectionTarget()
           
 
Methods inherited from interface org.netbeans.modules.j2ee.dd.api.common.CommonDDBean
addPropertyChangeListener, clone, getId, getValue, removePropertyChangeListener, setId, write
 
Methods inherited from interface org.netbeans.modules.j2ee.dd.api.common.DescriptionInterface
getAllDescriptions, getDefaultDescription, getDescription, removeAllDescriptions, removeDescription, removeDescriptionForLocale, setAllDescriptions, setDescription, setDescription
 

Field Detail

EJB_REF_NAME

static final String EJB_REF_NAME
See Also:
Constant Field Values

EJB_REF_TYPE

static final String EJB_REF_TYPE
See Also:
Constant Field Values

HOME

static final String HOME
See Also:
Constant Field Values

REMOTE

static final String REMOTE
See Also:
Constant Field Values

EJB_LINK

static final String EJB_LINK
See Also:
Constant Field Values

EJB_REF_TYPE_ENTITY

static final String EJB_REF_TYPE_ENTITY
See Also:
Constant Field Values

EJB_REF_TYPE_SESSION

static final String EJB_REF_TYPE_SESSION
See Also:
Constant Field Values
Method Detail

setEjbRefName

void setEjbRefName(String value)
Setter for ejb-ref-name property.

Parameters:
value - property value

getEjbRefName

String getEjbRefName()
Getter for ejb-ref-name property.

Returns:
property value

setEjbRefType

void setEjbRefType(String value)
Setter for ejb-ref-type property.

Parameters:
value - property value

getEjbRefType

String getEjbRefType()
Getter for ejb-ref-type property.

Returns:
property value

setHome

void setHome(String value)
Setter for home property.

Parameters:
value - property value

getHome

String getHome()
Getter for home property.

Returns:
property value

setRemote

void setRemote(String value)
Setter for remote property.

Parameters:
value - property value

getRemote

String getRemote()
Getter for remote property.

Returns:
property value

setEjbLink

void setEjbLink(String value)
Setter for ejb-link property.

Parameters:
value - property value

getEjbLink

String getEjbLink()
Getter for ejb-link property.

Returns:
property value

setMappedName

void setMappedName(String value)
                   throws VersionNotSupportedException
Throws:
VersionNotSupportedException

getMappedName

String getMappedName()
                     throws VersionNotSupportedException
Throws:
VersionNotSupportedException

setInjectionTarget

void setInjectionTarget(int index,
                        InjectionTarget valueInterface)
                        throws VersionNotSupportedException
Throws:
VersionNotSupportedException

getInjectionTarget

InjectionTarget getInjectionTarget(int index)
                                   throws VersionNotSupportedException
Throws:
VersionNotSupportedException

sizeInjectionTarget

int sizeInjectionTarget()
                        throws VersionNotSupportedException
Throws:
VersionNotSupportedException

setInjectionTarget

void setInjectionTarget(InjectionTarget[] value)
                        throws VersionNotSupportedException
Throws:
VersionNotSupportedException

getInjectionTarget

InjectionTarget[] getInjectionTarget()
                                     throws VersionNotSupportedException
Throws:
VersionNotSupportedException

addInjectionTarget

int addInjectionTarget(InjectionTarget valueInterface)
                       throws VersionNotSupportedException
Throws:
VersionNotSupportedException

removeInjectionTarget

int removeInjectionTarget(InjectionTarget valueInterface)
                          throws VersionNotSupportedException
Throws:
VersionNotSupportedException

newInjectionTarget

InjectionTarget newInjectionTarget()
                                   throws VersionNotSupportedException
Throws:
VersionNotSupportedException

org.netbeans.modules.j2ee.dd/1 1.13.0 2

Built on December 1 2008.  |  Portions Copyright 1997-2007 Sun Microsystems, Inc. All rights reserved.