当前页面:
在线文档首页 >
JBoss 3.2.7 server API Documentation 英文版文档
SessionMetaData (JBoss Server API) - JBoss 3.2.7 server API Documentation 英文版文档
org.jboss.metadata
Class SessionMetaData
java.lang.Object
org.jboss.metadata.MetaData
org.jboss.metadata.BeanMetaData
org.jboss.metadata.SessionMetaData
- All Implemented Interfaces:
- Cloneable, XmlLoadable
- public class SessionMetaData
- extends BeanMetaData
The meta data information specific to session beans.
- Version:
- $Revision: 1.14 $
- Author:
- Sebastien Alborini, Scott Stark.
Methods inherited from class org.jboss.metadata.BeanMetaData |
addExcludedMethod, addPermissionMethod, addTransactionMethod, getApplicationMetaData, getClusterConfigMetaData, getConfigurationName, getContainerConfiguration, getContainerObjectNameJndiName, getDepends, getEjbClass, getEjbLocalRefByName, getEjbLocalReferences, getEjbName, getEjbRefByName, getEjbReferences, getEnvironmentEntries, getExcludedMethods, getHome, getInvokerBinding, getInvokerBindings, getJndiName, getLocal, getLocalHome, getLocalJndiName, getMethodPermissions, getMethodTransactionType, getPermissionMethods, getRemote, getResourceEnvReferences, getResourceReferences, getSecurityIdentityMetaData, getSecurityProxy, getSecurityRoleReferences, getTransactionMethod, getTransactionMethods, getTransactionTimeout, getTransactionTimeout, importJbossXml, isBeanManagedTx, isCallByValue, isClustered, isContainerManagedTx, isEntity, isMessageDriven, isMethodReadOnly, isMethodReadOnly, isSession |
Methods inherited from class org.jboss.metadata.MetaData |
clone, getChildrenByTagName, getElementAttribute, getElementContent, getElementContent, getFirstElementContent, getOptionalChild, getOptionalChild, getOptionalChildBooleanContent, getOptionalChildContent, getUniqueChild, getUniqueChildContent, importXml, jdk13Enabled |
DEFAULT_STATEFUL_INVOKER
public static final String DEFAULT_STATEFUL_INVOKER
- See Also:
- Constant Field Values
DEFAULT_CLUSTERED_STATEFUL_INVOKER
public static final String DEFAULT_CLUSTERED_STATEFUL_INVOKER
- See Also:
- Constant Field Values
DEFAULT_STATELESS_INVOKER
public static final String DEFAULT_STATELESS_INVOKER
- See Also:
- Constant Field Values
DEFAULT_CLUSTERED_STATELESS_INVOKER
public static final String DEFAULT_CLUSTERED_STATELESS_INVOKER
- See Also:
- Constant Field Values
SessionMetaData
public SessionMetaData(ApplicationMetaData app)
isStateful
public boolean isStateful()
isStateless
public boolean isStateless()
getDefaultConfigurationName
public String getDefaultConfigurationName()
- Specified by:
getDefaultConfigurationName
in class BeanMetaData
defaultInvokerBindings
protected void defaultInvokerBindings()
- Specified by:
defaultInvokerBindings
in class BeanMetaData
importEjbJarXml
public void importEjbJarXml(Element element)
throws org.jboss.deployment.DeploymentException
- Description copied from class:
MetaData
- Non-operation.
- Overrides:
importEjbJarXml
in class BeanMetaData
- Throws:
org.jboss.deployment.DeploymentException
Copyright © 2002 JBoss Group, LLC. All Rights Reserved.