|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--org.objectweb.carol.rmi.jonathan.david.DavidCarolHandler
Class CarolHandler
is the CAROL Handler for
Jonathan server interception
Constructor Summary | |
DavidCarolHandler()
Builds a new Jonathan david carol service handler instance. |
Method Summary | |
org.omg.IOP.ServiceContext |
getReplyContext(int id,
Context k)
Returns a reply context. |
org.omg.IOP.ServiceContext |
getRequestContext(int id,
boolean r,
byte[] key,
Context k)
Returns a request context. |
void |
handleReplyContext(org.omg.IOP.ServiceContext context,
int id,
Context k)
This method is called by the services handler to let the operations related to the target service be performed on reply arrival. |
void |
handleRequestContext(org.omg.IOP.ServiceContext context,
int id,
boolean r,
byte[] key,
Context k)
This method is called by the services handler to let the operations related to the target service be performed on request arrival. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public DavidCarolHandler() throws JonathanException
JonathanException
- if something goes wrong.Method Detail |
public org.omg.IOP.ServiceContext getRequestContext(int id, boolean r, byte[] key, Context k)
public org.omg.IOP.ServiceContext getReplyContext(int id, Context k)
public void handleRequestContext(org.omg.IOP.ServiceContext context, int id, boolean r, byte[] key, Context k)
context
- the service context of the request;public void handleReplyContext(org.omg.IOP.ServiceContext context, int id, Context k)
context
- the service context of the reply;
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |