org.openejb.alt.config
Class Deploy.SessionBean

java.lang.Object
  |
  +--org.openejb.alt.config.Deploy.SessionBean
All Implemented Interfaces:
Deploy.Bean
Enclosing class:
Deploy

class Deploy.SessionBean
extends java.lang.Object
implements Deploy.Bean


Field Summary
(package private)  Session bean
           
(package private)  java.lang.String type
           
 
Fields inherited from interface org.openejb.alt.config.Deploy.Bean
BMP_ENTITY, CMP_ENTITY, STATEFUL, STATELESS
 
Constructor Summary
(package private) Deploy.SessionBean(Session bean)
           
 
Method Summary
 java.util.Enumeration enumerateResourceRef()
           
 java.lang.String getEjbName()
           
 int getResourceRefCount()
           
 java.lang.String getType()
           
 
Methods inherited from class java.lang.Object
, clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

bean

Session bean

type

java.lang.String type
Constructor Detail

Deploy.SessionBean

Deploy.SessionBean(Session bean)
Method Detail

enumerateResourceRef

public java.util.Enumeration enumerateResourceRef()
Specified by:
enumerateResourceRef in interface Deploy.Bean

getEjbName

public java.lang.String getEjbName()
Specified by:
getEjbName in interface Deploy.Bean

getResourceRefCount

public int getResourceRefCount()
Specified by:
getResourceRefCount in interface Deploy.Bean

getType

public java.lang.String getType()
Specified by:
getType in interface Deploy.Bean