当前页面:
在线文档首页 >
JBoss 4.0.1 sp1 server API Documentation 英文版文档
JDBCEntityCommandMetaData (JBoss Server API) - JBoss 4.0.1 sp1 server API Documentation 英文版文档
org.jboss.ejb.plugins.cmp.jdbc.metadata
Class JDBCEntityCommandMetaData
java.lang.Object
org.jboss.ejb.plugins.cmp.jdbc.metadata.JDBCEntityCommandMetaData
- public final class JDBCEntityCommandMetaData
- extends Object
This immutable class contains information about entity command
- Version:
- $Revision: 1.8 $
- Author:
- Alex Loubyansky
JDBCEntityCommandMetaData
public JDBCEntityCommandMetaData(Element element)
throws org.jboss.deployment.DeploymentException
- Constructs a JDBCEntityCommandMetaData reading the entity-command element
- Parameters:
element
- - entity-command element
JDBCEntityCommandMetaData
public JDBCEntityCommandMetaData(Element element,
JDBCEntityCommandMetaData defaultValues)
throws org.jboss.deployment.DeploymentException
- Constructs a JDBCEntityCommandMetaData from entity-command xml element
and default values
- Parameters:
element
- entity-command element
getCommandName
public String getCommandName()
- Returns:
- the name of the command
getCommandClass
public Class getCommandClass()
- Returns:
- the class of the command
getAttribute
public String getAttribute(String name)
- Returns:
- value for the passed in parameter name
toString
public String toString()
Copyright © 2002 JBoss Group, LLC. All Rights Reserved.