org.superbiz.servlet
Class AnnotatedEJB

java.lang.Object
  extended by org.superbiz.servlet.AnnotatedEJB
All Implemented Interfaces:
AnnotatedEJBLocal, AnnotatedEJBRemote

public class AnnotatedEJB
extends java.lang.Object
implements AnnotatedEJBLocal, AnnotatedEJBRemote


Constructor Summary
AnnotatedEJB()
           
 
Method Summary
 javax.sql.DataSource getDs()
           
 java.lang.String getName()
           
 void setDs(javax.sql.DataSource ds)
           
 void setName(java.lang.String name)
           
 java.lang.String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

AnnotatedEJB

public AnnotatedEJB()
Method Detail

getName

public java.lang.String getName()
Specified by:
getName in interface AnnotatedEJBLocal
Specified by:
getName in interface AnnotatedEJBRemote

setName

public void setName(java.lang.String name)
Specified by:
setName in interface AnnotatedEJBLocal
Specified by:
setName in interface AnnotatedEJBRemote

getDs

public javax.sql.DataSource getDs()
Specified by:
getDs in interface AnnotatedEJBLocal

setDs

public void setDs(javax.sql.DataSource ds)
Specified by:
setDs in interface AnnotatedEJBLocal

toString

public java.lang.String toString()
Overrides:
toString in class java.lang.Object


Copyright © 1999-2011 The Apache OpenEJB development community. All Rights Reserved.