|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.apache.tuscany.sca.host.ejb.ExtensibleEJBHost
public class ExtensibleEJBHost
Default implementation of an extensible EJB host.
| Constructor Summary | |
|---|---|
ExtensibleEJBHost(EJBHostExtensionPoint ejbHosts)
|
|
| Method Summary | |
|---|---|
void |
addSessionBean(java.lang.String ejbName,
EJBSessionBean ejbClass)
Add an EJB session bean. |
EJBSessionBean |
getSessionBean(java.lang.String ejbName)
Returns the EJB session bean descriptor registered under the given EJB name. |
EJBSessionBean |
removeSessionBean(java.lang.String ejbName)
Remove an EJB session bean. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public ExtensibleEJBHost(EJBHostExtensionPoint ejbHosts)
| Method Detail |
|---|
public void addSessionBean(java.lang.String ejbName,
EJBSessionBean ejbClass)
throws EJBRegistrationException
EJBHost
addSessionBean in interface EJBHostejbName - the EJB nameejbClass - the EJB session bean descriptor
EJBRegistrationException
public EJBSessionBean removeSessionBean(java.lang.String ejbName)
throws EJBRegistrationException
EJBHost
removeSessionBean in interface EJBHostejbName - the EJB name
EJBRegistrationException
public EJBSessionBean getSessionBean(java.lang.String ejbName)
throws EJBRegistrationException
EJBHost
getSessionBean in interface EJBHostejbName - the EJB name
EJBRegistrationException
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||