|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.jboss.ejb3.embedded.Ejb3ComponentRegistry
public class Ejb3ComponentRegistry
Ejb3ComponentRegistry
Temporary workaround to an issue where MC does not allow
static methods (of Ejb3Registry) to act as callbacks.
Ejb3ComponentRegistry acts as an indirection to Ejb3Registry
which maintains a registry of deployed EJB containers.
| Constructor Summary | |
|---|---|
Ejb3ComponentRegistry()
|
|
| Method Summary | |
|---|---|
void |
addContainer(org.jboss.ejb3.EJBContainer container)
Adds the container to the Ejb3Registry |
void |
removeContainer(org.jboss.ejb3.EJBContainer container)
Unregisters (an registered) container from Ejb3Registry |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public Ejb3ComponentRegistry()
| Method Detail |
|---|
public void addContainer(org.jboss.ejb3.EJBContainer container)
container to the Ejb3Registry
container - public void removeContainer(org.jboss.ejb3.EJBContainer container)
container from Ejb3Registry
container -
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||