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

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

All Superinterfaces:
CommonDDBean, DescriptionInterface

public interface EjbLocalRef
extends CommonDDBean, DescriptionInterface

Generated interface for EjbLocalRef 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 LOCAL
           
static String LOCAL_HOME
           
 
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.
 InjectionTarget[] getInjectionTarget()
           
 InjectionTarget getInjectionTarget(int index)
           
 String getLocal()
          Getter for local property.
 String getLocalHome()
          Getter for local-home property.
 String getMappedName()
           
 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 setInjectionTarget(InjectionTarget[] value)
           
 void setInjectionTarget(int index, InjectionTarget valueInterface)
           
 void setLocal(String value)
          Setter for local property.
 void setLocalHome(String value)
          Setter for local-home property.
 void setMappedName(String value)
           
 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

LOCAL_HOME

static final String LOCAL_HOME
See Also:
Constant Field Values

LOCAL

static final String LOCAL
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

setLocalHome

void setLocalHome(String value)
Setter for local-home property.

Parameters:
value - property value

getLocalHome

String getLocalHome()
Getter for local-home property.

Returns:
property value

setLocal

void setLocal(String value)
Setter for local property.

Parameters:
value - property value

getLocal

String getLocal()
Getter for local 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.