org.jboss.ejb3.metamodel
Class Producer

java.lang.Object
  extended by 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)
           
 
Method Summary
 String getClassName()
           
 String getConnectionFactory()
           
 boolean isLocal()
           
 void setClassName(String className)
           
 void setConnectionFactory(String connectionFactory)
           
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

Producer

public Producer(boolean local)
Method Detail

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.