|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.objectweb.easybeans.container.AbsFactory
public abstract class AbsFactory
Abstract factory which implements common and defaults methods.
It should be extended by Bean factories.
Constructor Summary | |
---|---|
AbsFactory()
|
Method Summary | |
---|---|
abstract EJBResponse |
rpcInvoke(EJBRequest request)
A request comes to the bean factory and needs to be handled. A response is done which contains the answer. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Methods inherited from interface org.objectweb.easybeans.api.Factory |
---|
getContainer, stop |
Constructor Detail |
---|
public AbsFactory()
Method Detail |
---|
public abstract EJBResponse rpcInvoke(EJBRequest request) throws RPCException
rpcInvoke
in interface Factory
request
- the EJB request.
RPCException
- if the invocation fails.
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |