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

org.netbeans.modules.j2ee.dd.api.ejb
Interface EntityAndSession

All Superinterfaces:
CommonDDBean, ComponentInterface, CreateCapability, DescriptionInterface, DisplayNameInterface, Ejb, FindCapability, IconInterface
All Known Subinterfaces:
Entity, Session

public interface EntityAndSession
extends Ejb


Field Summary
static String HOME
           
static String LOCAL
           
static String LOCAL_HOME
           
static String REMOTE
           
static String SECURITY_ROLE_REF
           
 
Fields inherited from interface org.netbeans.modules.j2ee.dd.api.ejb.Ejb
EJB_CLASS, EJB_LOCAL_REF, EJB_NAME, EJB_REF, ENV_ENTRY, MESSAGE_DESTINATION_REF, RESOURCE_ENV_REF, RESOURCE_REF, SECURITY_IDENTITY, SERVICE_REF
 
Method Summary
 int addSecurityRoleRef(SecurityRoleRef value)
           
 String getHome()
           
 String getLocal()
           
 String getLocalHome()
           
 String getRemote()
           
 SecurityRoleRef[] getSecurityRoleRef()
           
 SecurityRoleRef getSecurityRoleRef(int index)
           
 SecurityRoleRef newSecurityRoleRef()
           
 int removeSecurityRoleRef(SecurityRoleRef value)
           
 void setHome(String value)
           
 void setLocal(String value)
           
 void setLocalHome(String value)
           
 void setRemote(String value)
           
 void setSecurityRoleRef(int index, SecurityRoleRef value)
           
 void setSecurityRoleRef(SecurityRoleRef[] value)
           
 int sizeSecurityRoleRef()
           
 
Methods inherited from interface org.netbeans.modules.j2ee.dd.api.ejb.Ejb
addEjbLocalRef, addEjbRef, addEnvEntry, addMessageDestinationRef, addResourceEnvRef, addResourceRef, addServiceRef, getEjbClass, getEjbLocalRef, getEjbLocalRef, getEjbName, getEjbRef, getEjbRef, getEnvEntry, getEnvEntry, getMessageDestinationRef, getMessageDestinationRef, getResourceEnvRef, getResourceEnvRef, getResourceRef, getResourceRef, getRoot, getSecurityIdentity, getServiceRef, getServiceRef, newEjbLocalRef, newEjbRef, newEnvEntry, newMessageDestinationRef, newResourceEnvRef, newResourceRef, newSecurityIdentity, newServiceRef, removeEjbLocalRef, removeEjbRef, removeEnvEntry, removeMessageDestinationRef, removeResourceEnvRef, removeResourceRef, removeServiceRef, setEjbClass, setEjbLocalRef, setEjbLocalRef, setEjbName, setEjbRef, setEjbRef, setEnvEntry, setEnvEntry, setMessageDestinationRef, setMessageDestinationRef, setResourceEnvRef, setResourceEnvRef, setResourceRef, setResourceRef, setSecurityIdentity, setServiceRef, setServiceRef, sizeEjbLocalRef, sizeEjbRef, sizeEnvEntry, sizeMessageDestinationRef, sizeResourceEnvRef, sizeResourceRef, sizeServiceRef
 
Methods inherited from interface org.netbeans.modules.j2ee.dd.api.common.DescriptionInterface
getAllDescriptions, getDefaultDescription, getDescription, removeAllDescriptions, removeDescription, removeDescriptionForLocale, setAllDescriptions, setDescription, setDescription
 
Methods inherited from interface org.netbeans.modules.j2ee.dd.api.common.DisplayNameInterface
getAllDisplayNames, getDefaultDisplayName, getDisplayName, removeAllDisplayNames, removeDisplayName, removeDisplayNameForLocale, setAllDisplayNames, setDisplayName, setDisplayName
 
Methods inherited from interface org.netbeans.modules.j2ee.dd.api.common.CreateCapability
addBean, addBean, createBean
 
Methods inherited from interface org.netbeans.modules.j2ee.dd.api.common.FindCapability
findBeanByName
 
Methods inherited from interface org.netbeans.modules.j2ee.dd.api.common.IconInterface
getAllIcons, getDefaultIcon, getLargeIcon, getLargeIcon, getSmallIcon, getSmallIcon, removeAllIcons, removeIcon, removeIcon, removeLargeIcon, removeLargeIcon, removeSmallIcon, removeSmallIcon, setAllIcons, setIcon, setLargeIcon, setLargeIcon, setSmallIcon, setSmallIcon
 

Field Detail

HOME

static final String HOME
See Also:
Constant Field Values

REMOTE

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

SECURITY_ROLE_REF

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

getHome

String getHome()

setHome

void setHome(String value)

getRemote

String getRemote()

setRemote

void setRemote(String value)

getLocal

String getLocal()

setLocal

void setLocal(String value)

getLocalHome

String getLocalHome()

setLocalHome

void setLocalHome(String value)

setSecurityRoleRef

void setSecurityRoleRef(int index,
                        SecurityRoleRef value)

getSecurityRoleRef

SecurityRoleRef getSecurityRoleRef(int index)

setSecurityRoleRef

void setSecurityRoleRef(SecurityRoleRef[] value)

getSecurityRoleRef

SecurityRoleRef[] getSecurityRoleRef()

sizeSecurityRoleRef

int sizeSecurityRoleRef()

removeSecurityRoleRef

int removeSecurityRoleRef(SecurityRoleRef value)

addSecurityRoleRef

int addSecurityRoleRef(SecurityRoleRef value)

newSecurityRoleRef

SecurityRoleRef newSecurityRoleRef()

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.