public class EntityBean extends java.lang.Object implements RemoteBean
Java class for entity-beanType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="entity-beanType"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <group ref="{http://java.sun.com/xml/ns/javaee}descriptionGroup"/> <element name="ejb-name" type="{http://java.sun.com/xml/ns/javaee}ejb-nameType"/> <element name="mapped-name" type="{http://java.sun.com/xml/ns/javaee}xsdStringType" minOccurs="0"/> <element name="home" type="{http://java.sun.com/xml/ns/javaee}homeType" minOccurs="0"/> <element name="remote" type="{http://java.sun.com/xml/ns/javaee}remoteType" minOccurs="0"/> <element name="local-home" type="{http://java.sun.com/xml/ns/javaee}local-homeType" minOccurs="0"/> <element name="local" type="{http://java.sun.com/xml/ns/javaee}localType" minOccurs="0"/> <element name="ejb-class" type="{http://java.sun.com/xml/ns/javaee}ejb-classType"/> <element name="persistence-type" type="{http://java.sun.com/xml/ns/javaee}persistence-typeType"/> <element name="prim-key-class" type="{http://java.sun.com/xml/ns/javaee}fully-qualified-classType"/> <element name="reentrant" type="{http://java.sun.com/xml/ns/javaee}true-falseType"/> <element name="cmp-version" type="{http://java.sun.com/xml/ns/javaee}cmp-versionType" minOccurs="0"/> <element name="abstract-schema-name" type="{http://java.sun.com/xml/ns/javaee}java-identifierType" minOccurs="0"/> <element name="cmp-field" type="{http://java.sun.com/xml/ns/javaee}cmp-fieldType" maxOccurs="unbounded" minOccurs="0"/> <element name="primkey-field" type="{http://java.sun.com/xml/ns/javaee}string" minOccurs="0"/> <group ref="{http://java.sun.com/xml/ns/javaee}jndiEnvironmentRefsGroup"/> <element name="security-role-ref" type="{http://java.sun.com/xml/ns/javaee}security-role-refType" maxOccurs="unbounded" minOccurs="0"/> <element name="security-identity" type="{http://java.sun.com/xml/ns/javaee}security-identityType" minOccurs="0"/> <element name="query" type="{http://java.sun.com/xml/ns/javaee}queryType" maxOccurs="unbounded" minOccurs="0"/> </sequence> <attribute name="id" type="{http://www.w3.org/2001/XMLSchema}ID" /> </restriction> </complexContent> </complexType>
Modifier and Type | Field and Description |
---|---|
protected java.lang.String |
abstractSchemaName |
protected java.util.List<CmpField> |
cmpField |
protected CmpVersion |
cmpVersion |
protected KeyedCollection<java.lang.String,DataSource> |
dataSource |
protected TextMap |
description |
protected TextMap |
displayName |
protected java.lang.String |
ejbClass |
protected KeyedCollection<java.lang.String,EjbLocalRef> |
ejbLocalRef |
protected java.lang.String |
ejbName |
protected KeyedCollection<java.lang.String,EjbRef> |
ejbRef |
protected KeyedCollection<java.lang.String,EnvEntry> |
envEntry |
protected java.lang.String |
home |
protected LocalCollection<Icon> |
icon |
protected java.lang.String |
id |
protected KeyedCollection<java.lang.String,JMSConnectionFactory> |
jmsConnectionFactories |
protected KeyedCollection<java.lang.String,JMSDestination> |
jmsDestinations |
protected java.lang.String |
local |
protected java.lang.String |
localHome |
protected java.lang.String |
mappedName |
protected KeyedCollection<java.lang.String,MessageDestinationRef> |
messageDestinationRef |
protected KeyedCollection<java.lang.String,PersistenceContextRef> |
persistenceContextRef |
protected PersistenceType |
persistenceType |
protected KeyedCollection<java.lang.String,PersistenceUnitRef> |
persistenceUnitRef |
protected java.util.List<LifecycleCallback> |
postConstruct |
protected java.util.List<LifecycleCallback> |
preDestroy |
protected java.lang.String |
primKeyClass |
protected java.lang.String |
primkeyField |
protected java.util.List<Query> |
query |
protected boolean |
reentrant |
protected java.lang.String |
remote |
protected KeyedCollection<java.lang.String,ResourceEnvRef> |
resourceEnvRef |
protected KeyedCollection<java.lang.String,ResourceRef> |
resourceRef |
protected SecurityIdentity |
securityIdentity |
protected java.util.List<SecurityRoleRef> |
securityRoleRef |
protected KeyedCollection<java.lang.String,ServiceRef> |
serviceRef |
Constructor and Description |
---|
EntityBean() |
EntityBean(java.lang.Class<?> ejbClass,
PersistenceType persistenceType) |
EntityBean(java.lang.String ejbName,
java.lang.String ejbClass,
PersistenceType persistenceType) |
Modifier and Type | Method and Description |
---|---|
void |
addCmpField(java.lang.String fieldName) |
void |
addPostConstruct(java.lang.String method) |
void |
addPreDestroy(java.lang.String method) |
java.lang.String |
getAbstractSchemaName() |
java.util.Collection<java.lang.String> |
getBusinessLocal() |
java.util.Collection<java.lang.String> |
getBusinessRemote() |
java.util.List<CmpField> |
getCmpField() |
CmpVersion |
getCmpVersion() |
java.util.Collection<DataSource> |
getDataSource() |
java.util.Map<java.lang.String,DataSource> |
getDataSourceMap() |
java.lang.String |
getDescription() |
Text[] |
getDescriptions() |
java.lang.String |
getDisplayName() |
Text[] |
getDisplayNames() |
java.lang.String |
getEjbClass() |
java.util.Collection<EjbLocalRef> |
getEjbLocalRef() |
java.util.Map<java.lang.String,EjbLocalRef> |
getEjbLocalRefMap() |
java.lang.String |
getEjbName() |
java.util.Collection<EjbRef> |
getEjbRef() |
java.util.Map<java.lang.String,EjbRef> |
getEjbRefMap() |
java.util.Collection<EnvEntry> |
getEnvEntry() |
java.util.Map<java.lang.String,EnvEntry> |
getEnvEntryMap() |
java.lang.String |
getHome() |
Icon |
getIcon() |
java.util.Map<java.lang.String,Icon> |
getIconMap() |
java.util.Collection<Icon> |
getIcons() |
java.lang.String |
getId() |
java.util.Collection<JMSConnectionFactory> |
getJMSConnectionFactories() |
java.util.Map<java.lang.String,JMSConnectionFactory> |
getJMSConnectionFactoriesMap() |
java.util.Collection<JMSDestination> |
getJMSDestination() |
java.util.Map<java.lang.String,JMSDestination> |
getJMSDestinationMap() |
java.lang.String |
getJndiConsumerName() |
java.lang.String |
getLocal() |
java.lang.String |
getLocalHome() |
java.lang.String |
getMappedName() |
java.util.Collection<MessageDestinationRef> |
getMessageDestinationRef() |
java.util.Map<java.lang.String,MessageDestinationRef> |
getMessageDestinationRefMap() |
java.util.Collection<PersistenceContextRef> |
getPersistenceContextRef() |
java.util.Map<java.lang.String,PersistenceContextRef> |
getPersistenceContextRefMap() |
PersistenceType |
getPersistenceType() |
java.util.Collection<PersistenceUnitRef> |
getPersistenceUnitRef() |
java.util.Map<java.lang.String,PersistenceUnitRef> |
getPersistenceUnitRefMap() |
java.util.List<LifecycleCallback> |
getPostConstruct() |
java.util.List<LifecycleCallback> |
getPreDestroy() |
java.lang.String |
getPrimKeyClass() |
java.lang.String |
getPrimkeyField() |
java.util.List<Query> |
getQuery() |
boolean |
getReentrant() |
java.lang.String |
getRemote() |
java.util.Collection<ResourceEnvRef> |
getResourceEnvRef() |
java.util.Map<java.lang.String,ResourceEnvRef> |
getResourceEnvRefMap() |
java.util.Collection<ResourceRef> |
getResourceRef() |
java.util.Map<java.lang.String,ResourceRef> |
getResourceRefMap() |
SecurityIdentity |
getSecurityIdentity() |
java.util.List<SecurityRoleRef> |
getSecurityRoleRef() |
java.util.Collection<ServiceRef> |
getServiceRef() |
java.util.Map<java.lang.String,ServiceRef> |
getServiceRefMap() |
TransactionType |
getTransactionType() |
void |
setAbstractSchemaName(java.lang.String value) |
void |
setCmpVersion(CmpVersion value) |
void |
setDescriptions(Text[] text) |
void |
setDisplayNames(Text[] text) |
void |
setEjbClass(java.lang.Class value) |
void |
setEjbClass(java.lang.String value) |
void |
setEjbName(java.lang.String value)
The ejb-nameType specifies an enterprise bean's name.
|
void |
setHome(java.lang.String value) |
void |
setId(java.lang.String value) |
void |
setLocal(java.lang.String value) |
void |
setLocalHome(java.lang.String value) |
void |
setMappedName(java.lang.String value) |
void |
setPersistenceType(PersistenceType value) |
void |
setPrimKeyClass(java.lang.String value) |
void |
setPrimkeyField(java.lang.String value) |
void |
setReentrant(boolean value) |
void |
setRemote(java.lang.String value) |
void |
setSecurityIdentity(SecurityIdentity value) |
void |
setTransactionType(TransactionType type) |
protected TextMap description
protected TextMap displayName
protected LocalCollection<Icon> icon
protected java.lang.String ejbName
protected java.lang.String mappedName
protected java.lang.String home
protected java.lang.String remote
protected java.lang.String localHome
protected java.lang.String local
protected java.lang.String ejbClass
protected PersistenceType persistenceType
protected java.lang.String primKeyClass
protected boolean reentrant
protected CmpVersion cmpVersion
protected java.lang.String abstractSchemaName
protected java.util.List<CmpField> cmpField
protected java.lang.String primkeyField
protected KeyedCollection<java.lang.String,EnvEntry> envEntry
protected KeyedCollection<java.lang.String,EjbRef> ejbRef
protected KeyedCollection<java.lang.String,EjbLocalRef> ejbLocalRef
protected KeyedCollection<java.lang.String,ServiceRef> serviceRef
protected KeyedCollection<java.lang.String,ResourceRef> resourceRef
protected KeyedCollection<java.lang.String,ResourceEnvRef> resourceEnvRef
protected KeyedCollection<java.lang.String,MessageDestinationRef> messageDestinationRef
protected KeyedCollection<java.lang.String,PersistenceContextRef> persistenceContextRef
protected KeyedCollection<java.lang.String,PersistenceUnitRef> persistenceUnitRef
protected java.util.List<LifecycleCallback> postConstruct
protected java.util.List<LifecycleCallback> preDestroy
protected KeyedCollection<java.lang.String,DataSource> dataSource
protected KeyedCollection<java.lang.String,JMSConnectionFactory> jmsConnectionFactories
protected KeyedCollection<java.lang.String,JMSDestination> jmsDestinations
protected java.util.List<SecurityRoleRef> securityRoleRef
protected SecurityIdentity securityIdentity
protected java.util.List<Query> query
protected java.lang.String id
public EntityBean()
public EntityBean(java.lang.String ejbName, java.lang.String ejbClass, PersistenceType persistenceType)
public EntityBean(java.lang.Class<?> ejbClass, PersistenceType persistenceType)
public java.lang.String getJndiConsumerName()
getJndiConsumerName
in interface JndiConsumer
public Text[] getDescriptions()
public void setDescriptions(Text[] text)
public java.lang.String getDescription()
public Text[] getDisplayNames()
public void setDisplayNames(Text[] text)
public java.lang.String getDisplayName()
public java.util.Collection<Icon> getIcons()
public java.util.Map<java.lang.String,Icon> getIconMap()
public Icon getIcon()
public java.lang.String getEjbName()
getEjbName
in interface EnterpriseBean
public void setEjbName(java.lang.String value)
setEjbName
in interface EnterpriseBean
public java.lang.String getMappedName()
getMappedName
in interface EnterpriseBean
public void setMappedName(java.lang.String value)
setMappedName
in interface EnterpriseBean
public java.lang.String getHome()
getHome
in interface RemoteBean
public void setHome(java.lang.String value)
setHome
in interface RemoteBean
public java.lang.String getRemote()
getRemote
in interface RemoteBean
public void setRemote(java.lang.String value)
setRemote
in interface RemoteBean
public java.lang.String getLocalHome()
getLocalHome
in interface RemoteBean
public void setLocalHome(java.lang.String value)
setLocalHome
in interface RemoteBean
public java.lang.String getLocal()
getLocal
in interface RemoteBean
public void setLocal(java.lang.String value)
setLocal
in interface RemoteBean
public java.lang.String getEjbClass()
getEjbClass
in interface EnterpriseBean
public void setEjbClass(java.lang.String value)
setEjbClass
in interface EnterpriseBean
public void setEjbClass(java.lang.Class value)
setEjbClass
in interface EnterpriseBean
public PersistenceType getPersistenceType()
public void setPersistenceType(PersistenceType value)
public java.lang.String getPrimKeyClass()
public void setPrimKeyClass(java.lang.String value)
public boolean getReentrant()
public void setReentrant(boolean value)
public CmpVersion getCmpVersion()
public void setCmpVersion(CmpVersion value)
public java.lang.String getAbstractSchemaName()
public void setAbstractSchemaName(java.lang.String value)
public java.util.List<CmpField> getCmpField()
public void addCmpField(java.lang.String fieldName)
public java.lang.String getPrimkeyField()
public void setPrimkeyField(java.lang.String value)
public java.util.Collection<EnvEntry> getEnvEntry()
getEnvEntry
in interface JndiConsumer
public java.util.Map<java.lang.String,EnvEntry> getEnvEntryMap()
getEnvEntryMap
in interface JndiConsumer
public java.util.Collection<EjbRef> getEjbRef()
getEjbRef
in interface JndiConsumer
public java.util.Map<java.lang.String,EjbRef> getEjbRefMap()
getEjbRefMap
in interface JndiConsumer
public java.util.Collection<EjbLocalRef> getEjbLocalRef()
getEjbLocalRef
in interface JndiConsumer
public java.util.Map<java.lang.String,EjbLocalRef> getEjbLocalRefMap()
getEjbLocalRefMap
in interface JndiConsumer
public java.util.Collection<ServiceRef> getServiceRef()
getServiceRef
in interface JndiConsumer
public java.util.Map<java.lang.String,ServiceRef> getServiceRefMap()
getServiceRefMap
in interface JndiConsumer
public java.util.Collection<ResourceRef> getResourceRef()
getResourceRef
in interface JndiConsumer
public java.util.Map<java.lang.String,ResourceRef> getResourceRefMap()
getResourceRefMap
in interface JndiConsumer
public java.util.Collection<ResourceEnvRef> getResourceEnvRef()
getResourceEnvRef
in interface JndiConsumer
public java.util.Map<java.lang.String,ResourceEnvRef> getResourceEnvRefMap()
getResourceEnvRefMap
in interface JndiConsumer
public java.util.Collection<MessageDestinationRef> getMessageDestinationRef()
getMessageDestinationRef
in interface JndiConsumer
public java.util.Map<java.lang.String,MessageDestinationRef> getMessageDestinationRefMap()
getMessageDestinationRefMap
in interface JndiConsumer
public java.util.Collection<PersistenceContextRef> getPersistenceContextRef()
getPersistenceContextRef
in interface JndiConsumer
public java.util.Map<java.lang.String,PersistenceContextRef> getPersistenceContextRefMap()
getPersistenceContextRefMap
in interface JndiConsumer
public java.util.Collection<PersistenceUnitRef> getPersistenceUnitRef()
getPersistenceUnitRef
in interface JndiConsumer
public java.util.Map<java.lang.String,PersistenceUnitRef> getPersistenceUnitRefMap()
getPersistenceUnitRefMap
in interface JndiConsumer
public java.util.List<LifecycleCallback> getPostConstruct()
getPostConstruct
in interface Lifecycle
public void addPostConstruct(java.lang.String method)
addPostConstruct
in interface Lifecycle
public java.util.List<LifecycleCallback> getPreDestroy()
getPreDestroy
in interface Lifecycle
public void addPreDestroy(java.lang.String method)
addPreDestroy
in interface Lifecycle
public java.util.Collection<DataSource> getDataSource()
getDataSource
in interface JndiConsumer
public java.util.Map<java.lang.String,DataSource> getDataSourceMap()
getDataSourceMap
in interface JndiConsumer
public java.util.List<SecurityRoleRef> getSecurityRoleRef()
getSecurityRoleRef
in interface EnterpriseBean
public java.util.Collection<java.lang.String> getBusinessLocal()
getBusinessLocal
in interface RemoteBean
public java.util.Collection<java.lang.String> getBusinessRemote()
getBusinessRemote
in interface RemoteBean
public SecurityIdentity getSecurityIdentity()
getSecurityIdentity
in interface EnterpriseBean
public void setSecurityIdentity(SecurityIdentity value)
setSecurityIdentity
in interface EnterpriseBean
public java.util.List<Query> getQuery()
public java.lang.String getId()
getId
in interface EnterpriseBean
public void setId(java.lang.String value)
setId
in interface EnterpriseBean
public TransactionType getTransactionType()
getTransactionType
in interface EnterpriseBean
public void setTransactionType(TransactionType type)
setTransactionType
in interface EnterpriseBean
public java.util.Collection<JMSConnectionFactory> getJMSConnectionFactories()
getJMSConnectionFactories
in interface JndiConsumer
public java.util.Map<java.lang.String,JMSConnectionFactory> getJMSConnectionFactoriesMap()
getJMSConnectionFactoriesMap
in interface JndiConsumer
public java.util.Collection<JMSDestination> getJMSDestination()
getJMSDestination
in interface JndiConsumer
public java.util.Map<java.lang.String,JMSDestination> getJMSDestinationMap()
getJMSDestinationMap
in interface JndiConsumer