|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface Factory
This interface is used by all bean factories of EJB 3 container.
Method Summary | |
---|---|
EZBContainer |
getContainer()
Gets the container used by this factory. |
EJBResponse |
rpcInvoke(EJBRequest request)
A request comes to the bean factory and needs to be handled. A response is done which contains the answer. |
void |
stop()
Stops the factory. |
Method Detail |
---|
EJBResponse rpcInvoke(EJBRequest request) throws RPCException
request
- the EJB request.
RPCException
- if the invocation fails.void stop()
EZBContainer getContainer()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |