org.jboss.ejb3.metamodel
Class Producer
java.lang.Object
org.jboss.ejb3.metamodel.Producer
public class Producer
- extends Object
Represents a producer element of the jboss.xml deployment descriptor for
the 1.4 schema
- Version:
- $Revision: 75470 $
- Author:
- William DeCoste
Constructor Summary |
Producer(boolean local)
|
Producer
public Producer(boolean local)
isLocal
public boolean isLocal()
getClassName
public String getClassName()
setClassName
public void setClassName(String className)
getConnectionFactory
public String getConnectionFactory()
setConnectionFactory
public void setConnectionFactory(String connectionFactory)
toString
public String toString()
- Overrides:
toString
in class Object
Copyright © 2011 JBoss, a division of Red Hat, Inc.. All Rights Reserved.