You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@geronimo.apache.org by Gianny Damour <gi...@optusnet.com.au> on 2005/11/12 03:02:00 UTC

additional InvocationResult contracts?

Hi,

I would like to add these new contracts to 
org.apache.geronimo.core.service.InvocationResult:

public void put(Object key, Object value);
public Object get(Object key);
public Object remove(Object key);

They could be used to add various information to an invocation result. 
My immediate need is to enhance the result returned by an EJB 
interceptor chain with an array of servers running the bean instance 
which has been invoked.

Any objections?

Thanks,
Gianny