org.apache.openejb.jee
Class ManagedBean

java.lang.Object
  extended by org.apache.openejb.jee.SessionBean
      extended by org.apache.openejb.jee.ManagedBean
All Implemented Interfaces:
EnterpriseBean, Invokable, JndiConsumer, Lifecycle, RemoteBean, Session, TimerConsumer

public class ManagedBean
extends SessionBean

TODO where is this from?

Version:
$Revision: 955776 $ $Date: 2010-06-17 22:38:11 +0000 (Thu, 17 Jun 2010) $

Field Summary
 
Fields inherited from class org.apache.openejb.jee.SessionBean
afterBeginMethod, afterCompletionMethod, aroundInvoke, aroundTimeout, asyncMethod, beforeCompletionMethod, businessLocal, businessRemote, concurrencyManagementType, concurrentMethod, dataSource, dependsOn, description, displayName, ejbClass, ejbLocalRef, ejbName, ejbRef, envEntry, home, icon, id, initMethod, initOnStartup, local, localBean, localHome, mappedName, messageDestinationRef, persistenceContextRef, persistenceUnitRef, postActivate, postConstruct, preDestroy, prePassivate, remote, removeMethod, resourceEnvRef, resourceRef, securityIdentity, securityRoleRef, serviceEndpoint, serviceRef, sessionType, statefulTimeout, timeoutMethod, timer, transactionType
 
Constructor Summary
ManagedBean()
           
ManagedBean(Class<?> ejbClass)
           
ManagedBean(String name, Class<?> ejbClass)
           
ManagedBean(String ejbName, String ejbClass)
           
 
Method Summary
 void setSessionType(SessionType value)
           
 
Methods inherited from class org.apache.openejb.jee.SessionBean
addAfterBegin, addAfterCompletion, addAroundInvoke, addAroundTimeout, addAsynchronousClass, addBeforeCompletion, addBusinessLocal, addBusinessLocal, addBusinessRemote, addBusinessRemote, addPostActivate, addPostConstruct, addPreDestroy, addPrePassivate, getAfterBegin, getAfterBeginMethod, getAfterCompletion, getAfterCompletionMethod, getAroundInvoke, getAroundTimeout, getAsynchronousClasses, getAsyncMethod, getBeforeCompletion, getBeforeCompletionMethod, getBusinessLocal, getBusinessRemote, getConcurrencyManagementType, getConcurrentMethod, getDataSource, getDataSourceMap, getDependsOn, getDescription, getDescriptions, getDisplayName, getDisplayNames, getEjbClass, getEjbLocalRef, getEjbLocalRefMap, getEjbName, getEjbRef, getEjbRefMap, getEnvEntry, getEnvEntryMap, getHome, getIcon, getIconMap, getIcons, getId, getInitMethod, getInitOnStartup, getJndiConsumerName, getLocal, getLocalBean, getLocalHome, getMappedName, getMessageDestinationRef, getMessageDestinationRefMap, getPersistenceContextRef, getPersistenceContextRefMap, getPersistenceUnitRef, getPersistenceUnitRefMap, getPostActivate, getPostConstruct, getPreDestroy, getPrePassivate, getRemote, getRemoveMethod, getResourceEnvRef, getResourceEnvRefMap, getResourceRef, getResourceRefMap, getSecurityIdentity, getSecurityRoleRef, getServiceEndpoint, getServiceRef, getServiceRefMap, getSessionType, getStatefulTimeout, getTimeoutMethod, getTimer, getTimerConsumerName, getTransactionType, hasInitOnStartup, isRestService, setAfterBeginMethod, setAfterCompletionMethod, setBeforeCompletionMethod, setConcurrencyManagementType, setDependsOn, setDependsOn, setDescriptions, setDisplayNames, setEjbClass, setEjbClass, setEjbName, setHome, setHomeAndLocal, setHomeAndLocal, setHomeAndRemote, setHomeAndRemote, setId, setInitOnStartup, setLocal, setLocalBean, setLocalHome, setMappedName, setRemote, setRestService, setSecurityIdentity, setServiceEndpoint, setStatefulTimeout, setTimeoutMethod, setTransactionType
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ManagedBean

public ManagedBean(String ejbName,
                   String ejbClass)

ManagedBean

public ManagedBean(Class<?> ejbClass)

ManagedBean

public ManagedBean(String name,
                   Class<?> ejbClass)

ManagedBean

public ManagedBean()
Method Detail

setSessionType

public void setSessionType(SessionType value)
Overrides:
setSessionType in class SessionBean


Copyright © 1999-2011 The Apache Software Foundation. All Rights Reserved.