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: 1195264 $ $Date: 2011-10-30 22:27:43 +0000 (Sun, 30 Oct 2011) $

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)
           
ManagedBean(String ejbName, String ejbClass, boolean hidden)
           
 
Method Summary
 boolean isHidden()
           
 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, getParents, getPersistenceContextRef, getPersistenceContextRefMap, getPersistenceUnitRef, getPersistenceUnitRefMap, getPostActivate, getPostConstruct, getPreDestroy, getPrePassivate, getProxy, getRemote, getRemoveMethod, getResourceEnvRef, getResourceEnvRefMap, getResourceRef, getResourceRefMap, getSecurityIdentity, getSecurityRoleRef, getServiceEndpoint, getServiceRef, getServiceRefMap, getSessionType, getStatefulTimeout, getTimeoutMethod, getTimer, getTimerConsumerName, getTransactionType, hasInitOnStartup, isRestService, localBean, setAfterBeginMethod, setAfterCompletionMethod, setBeforeCompletionMethod, setConcurrencyManagementType, setDependsOn, setDependsOn, setDescriptions, setDisplayNames, setEjbClass, setEjbClass, setEjbName, setHome, setHomeAndLocal, setHomeAndLocal, setHomeAndRemote, setHomeAndRemote, setId, setInitOnStartup, setLocal, setLocalBean, setLocalHome, setMappedName, setProxy, 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(String ejbName,
                   String ejbClass,
                   boolean hidden)

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

isHidden

public boolean isHidden()


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