org.superbiz.servlet
Class AnnotatedEJB

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

public class AnnotatedEJB
extends Object
implements AnnotatedEJBLocal, AnnotatedEJBRemote


Constructor Summary
AnnotatedEJB()
           
 
Method Summary
 DataSource getDs()
           
 String getName()
           
 void setDs(DataSource ds)
           
 void setName(String name)
           
 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 String getName()
Specified by:
getName in interface AnnotatedEJBLocal
Specified by:
getName in interface AnnotatedEJBRemote

setName

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

getDs

public DataSource getDs()
Specified by:
getDs in interface AnnotatedEJBLocal

setDs

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

toString

public String toString()
Overrides:
toString in class Object


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