|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--ojb.broker.server.RequestProcessor
This class does the real processing of an Request object.
Field Summary |
Constructor Summary | |
RequestProcessor(BrokerPool brokerpool)
|
Method Summary | |
java.lang.Object |
execute(Request request)
Execute the Request specified in request and return the result. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public RequestProcessor(BrokerPool brokerpool)
Method Detail |
public java.lang.Object execute(Request request)
request
and return the result.
request
- the request that should be executed
PersistenceBrokerException
if
one occured or null
if the specified method doesn't return a value.
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |