org.granite.tide.ejb
Class Context
java.lang.Object
java.util.AbstractMap<K,V>
java.util.HashMap<String,Object>
org.granite.tide.util.AbstractContext
org.granite.tide.ejb.Context
- All Implemented Interfaces:
- Serializable, Cloneable, Map<String,Object>
public class Context
- extends AbstractContext
- Author:
- Franck WOLFF
- See Also:
- Serialized Form
| Methods inherited from class java.util.HashMap |
clear, clone, containsKey, containsValue, entrySet, get, isEmpty, keySet, put, putAll, remove, size, values |
create
public static Context create(EjbServiceContext service)
callMethod
protected Object callMethod(Method method,
Object... args)
throws Exception
- Specified by:
callMethod in class AbstractContext
- Throws:
Exception
getRemoteObservers
protected Set<String> getRemoteObservers()
- Specified by:
getRemoteObservers in class AbstractContext