org.openorb.ots.ORB
public class TransactionalServerInterceptor extends LocalObject implements ServerRequestInterceptor, LogEnabled
Constructor Summary | |
---|---|
TransactionalServerInterceptor(ORBInitInfo info, int slot)
Constructor which initializes the ORBInitInfo and the slot reference |
Method Summary | |
---|---|
void | destroy()
Destroy the interceptor. |
void | enableLogging(Logger logger) |
String | name()
return the name of the Transactional Server Interceptor |
void | receive_request(ServerRequestInfo ri)
receive request operation |
void | receive_request_service_contexts(ServerRequestInfo ri)
get the transaction propagation context from the service context list and save it to
the PICurrent.
|
void | send_exception(ServerRequestInfo ri)
send exception operation |
void | send_other(ServerRequestInfo ri)
send other operation |
void | send_reply(ServerRequestInfo ri)
send reply operation |
Parameters: ri the client request